From 8120aa8f4547382298d68547cccad3005d9f5fee Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 3 Jan 1994 21:36:02 +0000 Subject: [PATCH] Entry for making swapping retrieval routines take const argument. --- bfd/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 80bed5da650..71215cebb84 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,18 @@ Mon Jan 3 11:41:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * bfd-in.h (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to + be a const pointer. + * bfd-in2.h: Rebuilt. + * libbfd.c (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to + be a const pointer. + * targets.c (bfd_target): Change swap function pointers + accordingly. + * archive.c (do_slurp_coff_armap): Change swap accordingly. + * aix386-core.c: Change NO_GET and NO_GETS accordingly. + * hppabsd-core.c, hpux-core.c, irix-core.c, osf-core.c, + ptrace-core.c, trad-core.c: Change NO_GET and NO_SIGNED_GET + accordingly. + * libbfd-in.h (struct artdata): Added tdata field. (_bfd_add_bfd_to_archive_cache): Declare. (_bfd_get_elt_at_filepos): Declare. -- 2.30.2