aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-10-16 16:00:23 +0000
committerTom Tromey <tromey@redhat.com>2013-10-16 16:00:23 +0000
commit5411b26c8f77237afaf3124afe13d9a6bed40ae8 (patch)
tree47d7435a40c27732249136a56dd7a4e8c79a29de /gdb/dbxread.c
parent87326c8787881e77f00a787bfc4af9eab0ea338e (diff)
downloadgdb-5411b26c8f77237afaf3124afe13d9a6bed40ae8.zip
gdb-5411b26c8f77237afaf3124afe13d9a6bed40ae8.tar.gz
gdb-5411b26c8f77237afaf3124afe13d9a6bed40ae8.tar.bz2
* dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
label.
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r--gdb/dbxread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index 2bca65b..00949ac 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -1350,7 +1350,6 @@ read_dbx_symtab (struct objfile *objfile)
record_it:
namestring = set_namestring (objfile, &nlist);
- bss_ext_symbol:
record_minimal_symbol (namestring, nlist.n_value,
nlist.n_type, objfile); /* Always */
continue;