mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
gdb-3.5
This commit is contained in:
@@ -456,7 +456,7 @@ print_symbol (symbol, depth, outfile)
|
||||
print_spaces (depth, outfile);
|
||||
if (SYMBOL_NAMESPACE (symbol) == LABEL_NAMESPACE)
|
||||
{
|
||||
fprintf (outfile, "label %s at 0x%x", SYMBOL_NAME (symbol),
|
||||
fprintf (outfile, "label %s at 0x%x\n", SYMBOL_NAME (symbol),
|
||||
SYMBOL_VALUE (symbol));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user