[4433] in Athena Bugs

home help back first fref pref prev next nref lref last post

Official ibm dbx fix

daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Tue Mar 6 15:58:12 1990

From: epeisach@ATHENA.MIT.EDU
Date: Tue, 6 Mar 90 15:57:54 -0500
To: bugs@ATHENA.MIT.EDU

From: brunner@bullhead.uucp
Subject: dbx fix
Summary: fix for line number stabs
Keywords: V1.29 dbx IBM/4.3
Message-ID: <4300@ibmpa.UUCP>
Date: 28 Feb 90 22:16:12 GMT
Sender: news@ibmpa.UUCP
Reply-To: brunner@ibmsupt.UUCP ()
Organization: IBM AWD Palo Alto
Lines: 33

Subject: dbx fix
Fix: /usr/src/ucb/dbx/object.c

Description:
        This patch corrects a problem in the handling of line number stabs.
        The presence of a line number stab in an otherwise empty block
        caused parameters to be in a different block from the function they
        belonged to, which was an error.


*** object.c    Thu Feb 15 17:04:01 1990
--- object.c.fix        Tue Jan 16 15:51:38 1990
***************
*** 384,390 ****

                case N_SLINE:
                    enterline((Lineno) np->n_desc, (Address) np->n_value);
!                   defsyms = true;
                    break;

                /*
--- 384,390 ----

                case N_SLINE:
                    enterline((Lineno) np->n_desc, (Address) np->n_value);
!                   /*defsyms = true;*/
                    break;

                /*

Eric Brunner, Consultant, IBM AWD Palo Alto     (415) 855-4486
inet: brunner@monet.berkeley.edu
uucp: uunet!ibmsupt!brunner

home help back first fref pref prev next nref lref last post