4eee63bce8
2011-10-04 Paul Woegerer <paul_woegerer@mentor.com> Carlos O'Donell <carlos@codesourcery.com> * dwarf.c (display_debug_lines_decoded): Index directory_table with directory_index from file_table entry. binutils/testsuite/ 2011-10-04 Carlos O'Donell <carlos@codesourcery.com> * binutils-all/dw2-decodedline.S: New file. * binutils-all/objdump.WL: New file. * binutils-all/objdump.exp: Update copyright year. New test case for -WL.
16 lines
238 B
ArmAsm
16 lines
238 B
ArmAsm
.file "dw2-decodedline.c"
|
|
.file 1 "dw2-decodedline.c"
|
|
.file 2 "directory/file1.c"
|
|
.text
|
|
.globl f1
|
|
.type f1, %function
|
|
f1:
|
|
.loc 2 1 0
|
|
nop
|
|
.size f1, .-f1
|
|
.globl main
|
|
.type main, %function
|
|
main:
|
|
.loc 1 2 0
|
|
nop
|
|
.size main, .-main
|