* som.c, som.h (bfd_som_set_section_attributes,
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 25 Jan 1994 16:56:24 +0000 (16:56 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 25 Jan 1994 16:56:24 +0000 (16:56 +0000)
bfd_som_set_subsection_attributes): Change parameters from char
to int.  Following a prototype with an old-style function definition
in the presence of widened parameters is a GCC-ism not supported
by the HP compiler in ANSI mode.

bfd/ChangeLog

index 5ca6b32da88e2d8737ee9a9dc6a82dddc79fe8d7..41ac7e214fa8a5db263027298e19ace235a039e9 100644 (file)
@@ -1,3 +1,11 @@
+Tue Jan 25 11:43:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * som.c, som.h (bfd_som_set_section_attributes,
+       bfd_som_set_subsection_attributes): Change parameters from char
+       to int.  Following a prototype with an old-style function definition
+       in the presence of widened parameters is a GCC-ism not supported
+       by the HP compiler in ANSI mode.
+
 Tue Jan 25 11:46:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * archive.c: Reindented to GNU standards.
This page took 0.027911 seconds and 4 git commands to generate.