cvs commit: src/contrib/gcc dbxout.c
David E. O'Brien
obrien at FreeBSD.org
Wed May 7 09:47:54 PDT 2003
obrien 2003/05/07 09:47:53 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
contrib/gcc dbxout.c
Log:
We goofed a little when we overrode the DBX_FUNCTION_FIRST logic so that
we could control the use of dbxout_really_begin_function() based on if the
target format is a.out or ELF. The goof resulted in our target logic never
being used and thus we always called dbxout_really_begin_function() twice
in the ELF case and never in the a.out case.
PR: 41671
Submitted by: Mark Kettenis <kettenis at gnu.org>
Revision Changes Path
1.4.2.1 +3 -3 src/contrib/gcc/dbxout.c
More information about the cvs-src
mailing list