diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-10-13 18:04:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-10-13 18:04:53 +0000 |
commit | b7cbb59ff6d21d1f91bc6f87ee46511feed0966d (patch) | |
tree | c054120f506c77dfa35873d636717fa1ca7f09e6 | |
parent | d62e3f378dae08f64e0f2c557525e6e7e2e1e6d0 (diff) | |
download | gdb-b7cbb59ff6d21d1f91bc6f87ee46511feed0966d.zip gdb-b7cbb59ff6d21d1f91bc6f87ee46511feed0966d.tar.gz gdb-b7cbb59ff6d21d1f91bc6f87ee46511feed0966d.tar.bz2 |
* write.c (relax_and_size_all_segments): Moved #endif for OBJ_BOUT
so that OBJ_BOUT doesn't forget to adjust all the fragments in the
.bss section.
Fixes critical PR 3600.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7d8ea71..3d4d9bd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 13 14:00:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * write.c (relax_and_size_all_segments): Moved #endif for OBJ_BOUT + so that OBJ_BOUT doesn't forget to adjust all the fragments in the + .bss section. + Tue Oct 12 17:26:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * config/tc-mips.c: If OBJ_ELF, include elf/mips.h. |