From: K. Richard Pixley Date: Wed, 17 Feb 1993 20:30:19 +0000 (+0000) Subject: aout-adobe.c (aout_adobe_object_p): eliminate a warning from vax X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec69652fc51bc967829490bd4abfdbb9439e3244;p=binutils-gdb.git 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3d1faddf71b..46476dba69f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 17 12:28:13 1993 K. Richard Pixley (rich@cygnus.com) + + * 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. + Tue Feb 16 17:56:58 1993 K. Richard Pixley (rich@cygnus.com) * elf.c (elf_info_to_howto): cast an enum into unsigned char