projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87326c8
)
* dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
author
Tom Tromey
<tromey@redhat.com>
Wed, 16 Oct 2013 16:00:23 +0000
(16:00 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Wed, 16 Oct 2013 16:00:23 +0000
(16:00 +0000)
label.
gdb/ChangeLog
patch
|
blob
|
history
gdb/dbxread.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
04ce5d7
..
6ae91ee
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2013-10-16 Tom Tromey <tromey@redhat.com>
+
+ * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
+ label.
+
2013-10-16 Luis Machado <lgustavo@codesourcery.com>
* gcore.in: Call GDB using the full path to the gcore script.
diff --git
a/gdb/dbxread.c
b/gdb/dbxread.c
index
2bca65b
..
00949ac
100644
(file)
--- 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;