diff options
author | Steve Chamberlain <sac@cygnus> | 1992-03-07 18:36:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-03-07 18:36:38 +0000 |
commit | d446483b5ed58b52be68395ad30d57fbeaab40ff (patch) | |
tree | ac107aaace85179d0feae72479681ff30e1cc6bc /bfd | |
parent | 4fe79f062d2da8471180823bf942ce5e4810dd0f (diff) | |
download | ppe42-binutils-d446483b5ed58b52be68395ad30d57fbeaab40ff.tar.gz ppe42-binutils-d446483b5ed58b52be68395ad30d57fbeaab40ff.zip |
* coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on little
endian 960 code.
* archive.c (compute_and_write_armap): indirect symbols should go
into the archive header too.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bf061de9c2..b32d7d2ebd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,9 +1,17 @@ +Sat Mar 7 10:33:41 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on little + endian 960 code. + * archive.c (compute_and_write_armap): indirect symbols should go + into the archive header too. + Thu Mar 5 23:51:42 1992 John Gilmore (gnu at cygnus.com) * coff-msym.c: Move this file from gdb/ecoff.c. It handles byte-swapping for ECOFF (MIPS symbol) files. * config/mh-decstation, config/mh-irix3: Add coff-msym.o to the files built on MIPS-based hosts. + * Makefile.in: Add rule for coff-msym. Sun Mar 1 22:32:58 1992 Per Bothner (bothner@cygnus.com) |