From: Jim Kingdon Date: Tue, 25 Jan 1994 16:56:24 +0000 (+0000) Subject: * som.c, som.h (bfd_som_set_section_attributes, X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=09f705495147564472e9571b098a3f4d07e50740;p=deliverable%2Fbinutils-gdb.git * 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5ca6b32da8..41ac7e214f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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.