diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-03-02 01:38:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-03-02 01:38:33 +0000 |
commit | 8ba8a4628fe907f4f8a622b24917b351fb737f5a (patch) | |
tree | de80786b2cae2140ad358d72d802a885ea83d15a /bfd/ChangeLog | |
parent | 4e277b380845ab7bb7090b7a71122e7efe1903e5 (diff) | |
download | gdb-8ba8a4628fe907f4f8a622b24917b351fb737f5a.zip gdb-8ba8a4628fe907f4f8a622b24917b351fb737f5a.tar.gz gdb-8ba8a4628fe907f4f8a622b24917b351fb737f5a.tar.bz2 |
2000-03-01 Hans-Peter Nilsson <hp@axis.com>
* aout-target.h (MY(write_object_contents)): Remove unused
and unusable "#if CHOOSE_RELOC_SIZE".
* pc532-mach.c (MY(write_object_contents)): Ditto.
* netbsd.h (MY(write_object_contents)): Ditto.
* hp300hpux.c (MY(write_object_contents)): Ditto.
* freebsd.h (MY(write_object_contents)): Ditto.
* aout-tic30.c (tic30_aout_write_object_contents): Ditto.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 640362f..9bdb4c3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2000-03-01 Hans-Peter Nilsson <hp@axis.com> + + * aout-target.h (MY(write_object_contents)): Remove unused + and unusable "#if CHOOSE_RELOC_SIZE". + * pc532-mach.c (MY(write_object_contents)): Ditto. + * netbsd.h (MY(write_object_contents)): Ditto. + * hp300hpux.c (MY(write_object_contents)): Ditto. + * freebsd.h (MY(write_object_contents)): Ditto. + * aout-tic30.c (tic30_aout_write_object_contents): Ditto. + 2000-02-29 H.J. Lu <hjl@gnu.org> * peicode.h (jtab): Make it static. |