diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-23 17:05:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-23 17:05:52 +0000 |
commit | f4ffd7781861852041371dd8faed724d64f1a96a (patch) | |
tree | b097bd2621892124024c71674c68d49880fa4d48 /bfd/ChangeLog | |
parent | dc67663583f5a61819e68f968e20c0e19491fd75 (diff) | |
download | gdb-f4ffd7781861852041371dd8faed724d64f1a96a.zip gdb-f4ffd7781861852041371dd8faed724d64f1a96a.tar.gz gdb-f4ffd7781861852041371dd8faed724d64f1a96a.tar.bz2 |
Add more missing prototypes
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 583d829..43e2e3d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -29,6 +29,15 @@ * libaout.h (N_SET_DYNAMIC): Silence compile time warning. * bout.c: Add missing function prototypes. Fix formatting. + * coff-z8k.c: Add missing function prototypes. Fix formatting. + * coff-w65.c: Add missing function prototypes. Fix formatting. + * coff-h8500.c: Add missing function prototypes. Fix formatting. + * coff-h8300.c: Add missing function prototypes. Fix formatting. + * coff-tic54x.c: Add missing function prototypes. Fix formatting. + * coff-tic30.c: Add missing function prototypes. Fix formatting. + * coff-m68k.c: Add missing function prototypes. Fix formatting. + * coff-rs6000.c: Add missing function prototypes. Fix formatting. + * coff-sh.c: Add missing function prototypes. Fix formatting. 2001-08-23 Jakub Jelinek <jakub@redhat.com> |