diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-07 18:32:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-07 18:32:33 +0000 |
commit | 23f44e6f1a79e79e551da6f8ba77e1fd9d632290 (patch) | |
tree | 9c1dc68280441189a22b20a20b0fa4a1f09cbfa8 /bfd/ChangeLog | |
parent | 44647fcc26485530673017a1f8d59545cfc1f1b7 (diff) | |
download | gdb-23f44e6f1a79e79e551da6f8ba77e1fd9d632290.zip gdb-23f44e6f1a79e79e551da6f8ba77e1fd9d632290.tar.gz gdb-23f44e6f1a79e79e551da6f8ba77e1fd9d632290.tar.bz2 |
* libbfd-in.h: Removed swapping routines declarations.
* bfd-in.h: Added swapping routine declarations, and renamed them
from _do_* to bfd_*.
* libbfd.c: Renamed swapping routines from _do_* to _bfd_*.
* Changed all callers.
* libbfd.h, bfd-in2.h: Rebuilt.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5852a2d..f22bc47 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Tue Sep 7 14:17:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * libbfd-in.h: Removed swapping routines declarations. + * bfd-in.h: Added swapping routine declarations, and renamed them + from _do_* to bfd_*. + * libbfd.c: Renamed swapping routines from _do_* to _bfd_*. + * Changed all callers. + * libbfd.h, bfd-in2.h: Rebuilt. + Mon Sep 6 15:28:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elf32-i386.c (elf_howto_table): Set pcrel_offset to true for |