diff options
author | Jean Marie Diaz <ambar@cygnus> | 1994-08-02 15:26:26 +0000 |
---|---|---|
committer | Jean Marie Diaz <ambar@cygnus> | 1994-08-02 15:26:26 +0000 |
commit | 5e694c29a54aa4de49c5b10cfe3382c3e3d04c25 (patch) | |
tree | da9541cf1afaa41f8829959e30c3f4b34555868d /bfd/ChangeLog | |
parent | e0566e19aa775ec20b2ef3b089deeee071768472 (diff) | |
download | gdb-5e694c29a54aa4de49c5b10cfe3382c3e3d04c25.zip gdb-5e694c29a54aa4de49c5b10cfe3382c3e3d04c25.tar.gz gdb-5e694c29a54aa4de49c5b10cfe3382c3e3d04c25.tar.bz2 |
* coff-i960.c (coff_i960_relocate): New function.
(howto_rellong, howto_iprmed): Use it as special_function.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 393f0a9..4b901c6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Aug 2 10:43:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * coff-i960.c (coff_i960_relocate): New function. + (howto_rellong, howto_iprmed): Use it as special_function. + * libbfd-in.h: Move declarations of bfd_read, bfd_write, bfd_seek, bfd_tell, bfd_flush, and bfd_stat from here... * bfd-in.h: ...to here, to make them visible to programs which |