diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-05 19:24:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-05 19:24:08 +0000 |
commit | 4be2140e68a4591bce4861ca9076e3d81cac598e (patch) | |
tree | aa302c607a1adb1b5e23cf386d86a30fd3649447 /bfd | |
parent | 9e9358ebab66d136732a600da7a83e3c30145e5c (diff) | |
download | gdb-4be2140e68a4591bce4861ca9076e3d81cac598e.zip gdb-4be2140e68a4591bce4861ca9076e3d81cac598e.tar.gz gdb-4be2140e68a4591bce4861ca9076e3d81cac598e.tar.bz2 |
* stabs.c (_bfd_link_section_stabs): If the output_section field
of either section is bfd_abs_section, then the linker is
discarding the section and we should not optimize it.
PR 10555.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5cde6a5..2049100 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 5 15:23:08 1996 Ian Lance Taylor <ian@cygnus.com> + + * stabs.c (_bfd_link_section_stabs): If the output_section field + of either section is bfd_abs_section, then the linker is + discarding the section and we should not optimize it. + Tue Sep 3 12:16:20 1996 Doug Evans <dje@canuck.cygnus.com> * Makefile.in (aout-sparcle.o): New target. |