diff options
author | John Gilmore <gnu@cygnus> | 1991-05-04 22:52:03 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-04 22:52:03 +0000 |
commit | b1847ba9e7da744bb3695f9611dad4119cc7991e (patch) | |
tree | 7ca7f7e925b75f84599248690f7e6f30cacd702a /bfd/ChangeLog | |
parent | f929c7d43b5edde3aabc92506edce40bf38b95a0 (diff) | |
download | gdb-b1847ba9e7da744bb3695f9611dad4119cc7991e.zip gdb-b1847ba9e7da744bb3695f9611dad4119cc7991e.tar.gz gdb-b1847ba9e7da744bb3695f9611dad4119cc7991e.tar.bz2 |
Saber C cleanup. Fix horrid bug in opncls.c in which an obstack is
initialized on the stack and then copied into its own allocated space.
(Wow, Steve, you're twisted...)
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 e9d10f6..90afe61 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Sat May 4 15:49:43 1991 John Gilmore (gnu at cygint.cygnus.com) + + * archive.c, bfd.c, coff-code.h, opncls.c, sunos.c, trad-core.c: + Clean up types and such (saber C problems). + * ecoff.c: Clean up types and such. Remove routines that are + not used. Fix up reading and swapping of shorts from files. + Tue Mar 5 01:47:57 1991 John Gilmore (gnu at cygint.cygnus.com) * coff-code.h (bfd_coff_swap_sym, bfd_coff_swap_aux, |