diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-10-13 02:00:07 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-10-13 02:00:07 +0000 |
commit | 468794febdf9464e59480f7402f8a78e69ac7d57 (patch) | |
tree | f478cfe056a84640ec3bcf8ada47f9a05e49dd18 /gdb/.gdbinit | |
parent | 806f810b6981720941243c3a62be2e83c7112322 (diff) | |
download | gdb-468794febdf9464e59480f7402f8a78e69ac7d57.zip gdb-468794febdf9464e59480f7402f8a78e69ac7d57.tar.gz gdb-468794febdf9464e59480f7402f8a78e69ac7d57.tar.bz2 |
* .gdbinit: Remove excess `end'.
Diffstat (limited to 'gdb/.gdbinit')
-rw-r--r-- | gdb/.gdbinit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/.gdbinit b/gdb/.gdbinit index 2140f7f..f891689 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 |