Entry for making swapping retrieval routines take const argument.
authorIan Lance Taylor <ian@airs.com>
Mon, 3 Jan 1994 21:36:02 +0000 (21:36 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 3 Jan 1994 21:36:02 +0000 (21:36 +0000)
bfd/ChangeLog

index 80bed5da65083b35ab74c5d584752a6f3e84f28c..71215cebb8472ade1ff966ee63a2be6efa2d2a1b 100644 (file)
@@ -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.
This page took 0.027908 seconds and 4 git commands to generate.