diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-11-02 03:18:49 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-11-02 03:18:49 +0000 |
commit | 3ed9691ff40f95cbb9913f07705a5d4ce10949c6 (patch) | |
tree | 272c785daf087463bd27fa54ef5019b6aadb4518 /gdb/ChangeLog | |
parent | 0ab7df8a89f8e8e297d068d2dd97fd4cd245cc1a (diff) | |
download | fsf-binutils-gdb-3ed9691ff40f95cbb9913f07705a5d4ce10949c6.zip fsf-binutils-gdb-3ed9691ff40f95cbb9913f07705a5d4ce10949c6.tar.gz fsf-binutils-gdb-3ed9691ff40f95cbb9913f07705a5d4ce10949c6.tar.bz2 |
Protoization.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ae47682..95d9d65 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2000-11-01 Kevin Buettner <kevinb@redhat.com> + + * symm-nat.c (print_1167_regs): Remove extraneous blank line + after function declarator. + * symtab.c (search_symbols): Likewise. + * ultra3-nat.c (fetch_core_registers): Protoize. + 2000-10-30 Michael Snyder <msnyder@cleaver.cygnus.com> * config/sh/tm-linux.h: New file. Include generic tm-linux.h, |