From: Stan Shebs Date: Thu, 13 Oct 1994 02:00:07 +0000 (+0000) Subject: * .gdbinit: Remove excess `end'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=468794febdf9464e59480f7402f8a78e69ac7d57;p=binutils-gdb.git * .gdbinit: Remove excess `end'. --- diff --git a/gdb/.gdbinit b/gdb/.gdbinit index 2140f7f384e..f891689b034 100644 --- a/gdb/.gdbinit +++ b/gdb/.gdbinit @@ -23,4 +23,3 @@ printf "0x%-8x 0x%-8x %6d %s\n", $obj, $obj->obfd, \ $obj->minimal_symbol_count, $obj->name set var $obj = $obj->next end -end diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 71d0bc9f23d..5cc9825d585 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Wed Oct 12 18:02:17 1994 Stan Shebs (shebs@andros.cygnus.com) + * .gdbinit: Remove excess `end'. + * exec.c: Merge in RS6000 support from xcoffexec.c. (symfile.h, objfiles.h, xcoffsolib.h): Include. (vmap): New global variable.