aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-11-22 21:22:01 +0800
committerYao Qi <yao@codesourcery.com>2014-11-22 21:22:01 +0800
commit267418593cfb3986a924024a28e3283626399301 (patch)
treecfc5089c3fb719e2624f651c317e043ed168beab /binutils/objdump.c
parent7af4e273070de20d0a46239569ab8a518b713310 (diff)
downloadgdb-267418593cfb3986a924024a28e3283626399301.zip
gdb-267418593cfb3986a924024a28e3283626399301.tar.gz
gdb-267418593cfb3986a924024a28e3283626399301.tar.bz2
[arm] Fix fails in dw2-compdir-oldgcc.exp
This patch fixes two fails in dw2-compdir-oldgcc.exp I've seen on arm target thumb mode. FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc42 FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43 When fill in DW_AT_low_pc, the label should be used rather than the function, otherwise, the LSB bit of the address in DW_AT_low_pc is set and the debug info is wrong. This patch is to add two labels for functions gcc42 and gcc43 respectively, and use them. These two fails are fixed. gdb/testsuite: 2014-11-22 Yao Qi <yao@codesourcery.com> * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42. Use .Lgcc43_procstart instead of gcc43.
Diffstat (limited to 'binutils/objdump.c')
0 files changed, 0 insertions, 0 deletions