diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-11 19:39:29 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-11 19:39:29 +0000 |
commit | 0d740984208c34b7a2a2a203f620662346794679 (patch) | |
tree | ca125d883068884c05ab51ba57c46b90a635eec7 /bfd/ChangeLog | |
parent | c97b47fec28bd63fc42633eff519ff87220089ff (diff) | |
download | gdb-0d740984208c34b7a2a2a203f620662346794679.zip gdb-0d740984208c34b7a2a2a203f620662346794679.tar.gz gdb-0d740984208c34b7a2a2a203f620662346794679.tar.bz2 |
* bfd-in.h: Added more macros to COFF_SWAP_TABLE.
* bfd.c: Added macros to enable gas to swap coff records.
* coffcode.h: Make the coff_swap_*_out routines return the number
of bytes swapped, and cleaned up their prototypes.
* configure.in: Added ebmon/coff support
* ecoff.c: Changed null definitions of coff_swap_*_out to conform
to new prototypes
* targets.c: Added new entry points for coff swapping
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3cf219d..e9c36a2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Fri Oct 11 12:33:36 1991 Steve Chamberlain (steve at cygnus.com) + + * bfd-in.h: Added more macros to COFF_SWAP_TABLE. + * bfd.c: Added macros to enable gas to swap coff records. + * coffcode.h: Make the coff_swap_*_out routines return the number + of bytes swapped, and cleaned up their prototypes. + * configure.in: Added ebmon/coff support + * ecoff.c: Changed null definitions of coff_swap_*_out to conform + to new prototypes + * targets.c: Added new entry points for coff swapping + Fri Oct 11 03:01:52 1991 John Gilmore (gnu at cygnus.com) Restructure configuration scheme for bfd, binutils, ld. |