From: K. Richard Pixley Date: Wed, 17 Feb 1993 21:02:01 +0000 (+0000) Subject: * trad-core.c (trad_unix_make_empty_symbol): wrap PARAMS around an X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2338f9c4dd55f0bf16abcaeb65377651dd1d7c51;p=deliverable%2Fbinutils-gdb.git * trad-core.c (trad_unix_make_empty_symbol): wrap PARAMS around an ansi definition which otherwise confuses non-ansi compilers. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 46476dba69..98495043a4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Wed Feb 17 12:28:13 1993 K. Richard Pixley (rich@cygnus.com) + * trad-core.c (trad_unix_make_empty_symbol): wrap PARAMS around an + ansi definition which otherwise confuses non-ansi compilers. + * aout-adobe.c (aout_adobe_object_p): eliminate a warning from vax ultrix cc by forward declaring getenv as is done in bfd_find_target.