diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-14 10:01:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-14 10:01:29 +0000 |
commit | 1725a96ea642a50fd931aae33a31e65b38c27f99 (patch) | |
tree | 06d0afb3d2446cc7fdaf00fcd23dea3bf0911769 /bfd/ChangeLog | |
parent | cde43e70f18662e9b770637f767e9e8bc6f0c746 (diff) | |
download | gdb-1725a96ea642a50fd931aae33a31e65b38c27f99.zip gdb-1725a96ea642a50fd931aae33a31e65b38c27f99.tar.gz gdb-1725a96ea642a50fd931aae33a31e65b38c27f99.tar.bz2 |
Add missing protypes
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f647629..35de93c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,7 +1,15 @@ +2001-08-14 Nick Clifton <nickc@cambridge.redhat.com> + + * aout-tic30.c: Add missing prototypes. Fix formatting. + * aout-ns32k.c: Add missing prototypes. Fix formatting. + * peXXigen.c: Add missining prototypes. Fix formatting. + * aout-adobe.c: Add missining prototypes. Fix formatting. + 2001-08-13 Nick Clifton <nickc@cambridge.redhat.com> * elf32-v850.c: Add missing function prototypes. Fix some formatting. + * cpu-v850.c: Add missing function prototype. Fix some formatting. |