forked from OSchip/llvm-project
[LLD][ELF] - Cleanup gdb-index-dwarf5-low-high.s. NFC.
Remove tabs and .debug_macinfo sections. llvm-svn: 350051
This commit is contained in:
parent
5353e64935
commit
4c66df8584
|
@ -25,6 +25,7 @@ main: # @main
|
|||
.byte 0 # EOM(1)
|
||||
.byte 0 # EOM(2)
|
||||
.byte 0 # EOM(3)
|
||||
|
||||
.section .debug_info,"",@progbits
|
||||
.Lcu_begin0:
|
||||
.long .Ldebug_info_end0-.Ldebug_info_start0 # Length of Unit
|
||||
|
@ -38,8 +39,7 @@ main: # @main
|
|||
.byte 0 # DW_AT_low_pc
|
||||
.long .Lfunc_end0-.Lfunc_begin0 # DW_AT_high_pc
|
||||
.Ldebug_info_end0:
|
||||
.section .debug_macinfo,"",@progbits
|
||||
.byte 0 # End Of Macro List Mark
|
||||
|
||||
.section .debug_addr,"",@progbits
|
||||
.long 12
|
||||
.short 5
|
||||
|
@ -47,4 +47,3 @@ main: # @main
|
|||
.byte 0
|
||||
.Laddr_table_base0:
|
||||
.quad .Lfunc_begin0
|
||||
|
||||
|
|
Loading…
Reference in New Issue