diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-10 19:58:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-10 19:58:56 +0000 |
commit | baaffcefe2086a8ae206854127f6f09a02468626 (patch) | |
tree | 9b5b6ade63c4b1d30c5e523156da64339d71243b /bfd | |
parent | 336435bc4dc648b48da47e8660e11569619d56a2 (diff) | |
download | gdb-baaffcefe2086a8ae206854127f6f09a02468626.zip gdb-baaffcefe2086a8ae206854127f6f09a02468626.tar.gz gdb-baaffcefe2086a8ae206854127f6f09a02468626.tar.bz2 |
* coffswap.h (coff_swap_aux_in): Swap the array dimensions
whenever x_fcnary is not being used for something else, rather
than only for an array.
(coff_swap_aux_out): Likewise.
PR 7373.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c5a520f..d1ba32a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Thu Aug 10 15:53:29 1995 Ian Lance Taylor <ian@cygnus.com> + + * coffswap.h (coff_swap_aux_in): Swap the array dimensions + whenever x_fcnary is not being used for something else, rather + than only for an array. + (coff_swap_aux_out): Likewise. + Tue Aug 8 16:34:57 1995 steve chamberlain <sac@slash.cygnus.com> * cofflink.c (_bfd_coff_generic_relocate_section): Remove most |