* 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.
This commit is contained in:
Jim Kingdon 1994-01-25 16:56:24 +00:00
parent 13944a3e4c
commit 09f7054951
1 changed files with 8 additions and 0 deletions

View 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.