diff options
author | John Gilmore <gnu@cygnus> | 1992-11-05 12:01:44 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-05 12:01:44 +0000 |
commit | 151a6341c6be543a337dab3690c211c4f61f802e (patch) | |
tree | 760cdbfdf94c14bafd90ebb4bbde26d0cc6a20f1 /binutils/ChangeLog | |
parent | 18fe0e9f7fedb0c42c15bc379d056fb08b75724e (diff) | |
download | gdb-151a6341c6be543a337dab3690c211c4f61f802e.zip gdb-151a6341c6be543a337dab3690c211c4f61f802e.tar.gz gdb-151a6341c6be543a337dab3690c211c4f61f802e.tar.bz2 |
Clean up some old BFD ansification macros.
* arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils.
It still remains as a local macro in gmalloc.c, which is derived
from some other copy of GNU Malloc somewhere (FIXME).
* ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static
fns really static.
* arsup.h: Declare extract_files.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 463d46f..bc7db6b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +Thu Nov 5 03:37:15 1992 John Gilmore (gnu@cygnus.com) + + Clean up some old BFD ansification macros. + + * arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils. + It still remains as a local macro in gmalloc.c, which is derived + from some other copy of GNU Malloc somewhere (FIXME). + + * ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static + fns really static. + * arsup.h: Declare extract_files. + Mon Nov 2 12:42:11 1992 Ian Lance Taylor (ian@cygnus.com) * ar.c (extract_file): instead of checking USG: if POSIX_UTIME, |