diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-02 19:43:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-02 19:43:44 +0000 |
commit | 5e462ed9389179e29eb2b40577e7d018fc543640 (patch) | |
tree | 88a5da04440e793f8cfe64475edcd905f8aecdf8 /bfd/ChangeLog | |
parent | 3ca6193ca50e68661ec669c794b282ea20b1d259 (diff) | |
download | gdb-5e462ed9389179e29eb2b40577e7d018fc543640.zip gdb-5e462ed9389179e29eb2b40577e7d018fc543640.tar.gz gdb-5e462ed9389179e29eb2b40577e7d018fc543640.tar.bz2 |
Create a .scommon section for each input BFD so the linker has
something to attach small common symbols to. Then avoid writing out
the (empty) .scommon section for the output BFD.
Tue Feb 2 11:41:06 1993 Ian Lance Taylor (ian@cygnus.com)
* coff-mips.c: Completed support for linker and binutils.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 360ac696..52369f7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 2 11:41:06 1993 Ian Lance Taylor (ian@cygnus.com) + + * coff-mips.c: Completed support for linker and binutils. + Thu Jan 28 21:01:37 1993 John Gilmore (gnu@cygnus.com) Fix minor bugs reported by Carl Greco, <cgreco@parrot.creighton.edu>: |