* hppa.c: change a 'const' to 'CONST', or else HP C compiler dies
authorDavid D. Zuhn <zoo@cygnus>
Fri, 25 Dec 1992 01:50:27 +0000 (01:50 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 25 Dec 1992 01:50:27 +0000 (01:50 +0000)
bfd/ChangeLog
bfd/hppa.c

index 2e35e921eb1889d53e40efdf66d55919bc6630b0..c1b47679f790daa5616fec43d21948137c776e6c 100644 (file)
@@ -1,3 +1,7 @@
+Thu Dec 24 17:49:09 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * hppa.c: change a 'const' to 'CONST', or else HP C compiler dies
+
 Mon Dec 21 16:33:34 1992  Per Bothner  (bothner@rtl.cygnus.com)
 
        * hosts/std-host.h:  New file.  Attempt at a generic/default
index caa887d7e34cc4d201f67b7d627ecf5f55dd5ccc..7edd19836c6945bfc788d3129bcec2f74e859a50 100644 (file)
@@ -461,7 +461,7 @@ DEFUN (hppa_sizeof_headers, (abfd, reloc),
 static asection *
 make_bfd_asection (abfd, name, flags, _raw_size, vma, alignment_power)
      bfd *abfd;
-     const char *name;
+     CONST char *name;
      flagword flags;
      bfd_size_type _raw_size;
      bfd_vma vma;
This page took 0.027752 seconds and 4 git commands to generate.