* readelf.c (process_unwind): Remove const specifier.
authorAlan Modra <amodra@gmail.com>
Mon, 7 May 2001 09:17:34 +0000 (09:17 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 7 May 2001 09:17:34 +0000 (09:17 +0000)
binutils/ChangeLog
binutils/readelf.c

index 73d2c14757f967bb097abbe08e5192f73b8610c1..f2c82dc08dbef5ecd991c20b09c62be0a8c3fad1 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * readelf.c (process_unwind): Remove const specifier.
+
 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
 
        * strings.c (isgraphic): Do not use isascii() unless it is needed
index e30fba3472bafd843984ac40d8646e8fa3f5a34e..fa583e441d3049d12e610391d413e9ddc7c7c85c 100644 (file)
@@ -3434,7 +3434,7 @@ process_unwind (file)
          strsec = section_headers + sec->sh_link;
          aux.strtab_size = strsec->sh_size;
          GET_DATA_ALLOC (strsec->sh_offset, aux.strtab_size,
-                         aux.strtab, const char *, "string table");
+                         aux.strtab, char *, "string table");
        }
       else if (sec->sh_type == SHT_IA_64_UNWIND)
        unwsec = sec;