diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-03 20:50:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-03 20:50:56 +0000 |
commit | 4d3daf4fae2389d1cb147e59f181e7498f6b1006 (patch) | |
tree | 7bef93e5835237952dd48cbfc651c3315bd2eac9 /bfd | |
parent | 5af96dce32e08b589d845b970ce612926ac3ae80 (diff) | |
download | gdb-4d3daf4fae2389d1cb147e59f181e7498f6b1006.zip gdb-4d3daf4fae2389d1cb147e59f181e7498f6b1006.tar.gz gdb-4d3daf4fae2389d1cb147e59f181e7498f6b1006.tar.bz2 |
* i386aout.c: Include "aout/aout64.h".
(i386aout_write_object_contents): New static function.
(MY_write_object_contents): Define.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b2d3aa5..6a7d191 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Wed Jul 3 14:59:47 1996 Ian Lance Taylor <ian@cygnus.com> + * i386aout.c: Include "aout/aout64.h". + (i386aout_write_object_contents): New static function. + (MY_write_object_contents): Define. + * netbsd.h (MY(write_object_contents)): Make sure that adjust_sizes_and_vmas is called before fiddling with the magic number. |