diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-05 13:38:52 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-05 13:38:52 +0000 |
commit | bf430317a5484e45423a45f4f282b9bdf686c4ab (patch) | |
tree | 7282d114cb2a949878043339588794a53c35e65f /bfd | |
parent | 65e98f5b2fc4aa3450b7d09d573cd61091f4b184 (diff) | |
download | gdb-bf430317a5484e45423a45f4f282b9bdf686c4ab.zip gdb-bf430317a5484e45423a45f4f282b9bdf686c4ab.tar.gz gdb-bf430317a5484e45423a45f4f282b9bdf686c4ab.tar.bz2 |
* srec.c (srec_write_record): Put CONST keyword for "src" before
"unsigned", some compilers don't like it after "unsigned".
* libcoff.h, libcoff-in.h (bfd_perform_slip): Rename "value" to
"val" in prototype declaration because some compilers don't like
arguments whose names are the same as types.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fb6787c..e54c837 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Sat Feb 5 05:32:44 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * srec.c (srec_write_record): Put CONST keyword for "src" before + "unsigned", some compilers don't like it after "unsigned". + * libcoff.h, libcoff-in.h (bfd_perform_slip): Rename "value" to + "val" in prototype declaration because some compilers don't like + arguments whose names are the same as types. + Sat Feb 5 01:14:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * aoutx.h (aout_link_check_ar_symbols): Correct test for whether |