diff options
author | Sean Eric Fagan <sef@cygnus> | 1992-11-04 21:57:47 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1992-11-04 21:57:47 +0000 |
commit | 061a65a56f63ceb3d1d7c3aede7133f31f3814e5 (patch) | |
tree | afb3c66499810533b4bad31e4f4efb0e45e189a6 /bfd/ChangeLog | |
parent | a521e93a8e61ace6e58e063719c385c2d1217159 (diff) | |
download | gdb-061a65a56f63ceb3d1d7c3aede7133f31f3814e5.zip gdb-061a65a56f63ceb3d1d7c3aede7133f31f3814e5.tar.gz gdb-061a65a56f63ceb3d1d7c3aede7133f31f3814e5.tar.bz2 |
(Duplicate change from p3.)
Only change coff auxent header fields when the circumstances require it. or
at least warrant.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d4ffe3e..c35363d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 4 13:40:23 1992 Sean Eric Fagan (sef@cygnus.com) + + * coffcode.h (coff_swap_aux_out, coff_swap_aux_in): check for + symbol type before blindly modifying the auxent. Specifically, + only modify the endndx fields for types that need it, and don't + set the array information for non-arrays. + Wed Nov 4 09:30:50 1992 Ken Raeburn (raeburn@cygnus.com) * aoutx.h (some_aout_object_p): Section list should be set up |