aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-25 16:56:24 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-25 16:56:24 +0000
commit09f705495147564472e9571b098a3f4d07e50740 (patch)
treeb354572d0d6cc8fb19a641156c4a8e89fe22fe67 /bfd
parent13944a3e4cd485709a6bb93b811bdbfcb11cfd2a (diff)
downloadgdb-09f705495147564472e9571b098a3f4d07e50740.zip
gdb-09f705495147564472e9571b098a3f4d07e50740.tar.gz
gdb-09f705495147564472e9571b098a3f4d07e50740.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5ca6b32..41ac7e2 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.