diff options
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 3fbc8d1..15a59a0 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -395,7 +395,7 @@ finish_block (struct symbol *symbol, struct pending **listhead, { complaint (&symfile_complaints, "block end address less than block start address in %s (patched it)", - SYMBOL_SOURCE_NAME (symbol)); + SYMBOL_PRINT_NAME (symbol)); } else { @@ -429,7 +429,7 @@ finish_block (struct symbol *symbol, struct pending **listhead, { complaint (&symfile_complaints, "inner block not inside outer block in %s", - SYMBOL_SOURCE_NAME (symbol)); + SYMBOL_PRINT_NAME (symbol)); } else { |