brunner@bullhead.uucp (03/01/90)
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
ehrlich@cs.psu.edu (Daniel Ehrlich) (03/02/90)
This fix was numbered V1.29, the last one I saw was V1.26 announcing the availability of High-C V2.1y. Are V1.27 and V1.28 around somewhere and I missed them? -- Dan Ehrlich <ehrlich@cs.psu.edu> Voice: +1 814 863 1142 FAX: +1 814 865 3176