diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 05bb47b..23ab19a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +Fri Apr 29 15:56:18 1994 Stan Shebs (shebs@andros.cygnus.com) + + * xcoffexec.c: Reformat to standards and lint. + (language.h): Include. + (exec_close): Declare arg "quitting". + (file_command): Declare arg "from_tty". + (map_vmap): Cast xmalloc result to PTR. + * rs6000-nat.c: Reformat to standards and lint. + (exec_one_dummy_insn): Use char array for saved instruction. + (fixup_breakpoints): Declare. + (vmap_ldinfo): Be more informative in fatal error messages. + (xcoff_relocate_symtab): Define to return void. + * xcoffsolib.h: Reformat to standards, improve comments. + * config/rs6000/nm-rs6000.h (xcoff_relocate_symtab): Declare. + Thu Apr 28 08:40:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * utils.c, defs.h (error_begin): New function. |