mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
binutils/
* dwarf.c (process_debug_info): Support section padding abbrev codes. binutils/testsuite/ * binutils-all/testranges.s (.debug_info): Pad the only CU.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* binutils-all/testranges.s (.debug_info): Pad the only CU.
|
||||
|
||||
2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* binutils-all/testranges.s: Replace all .long by .4byte.
|
||||
|
@ -32,6 +32,10 @@ debugS:
|
||||
.uleb128 0x2 ;# (DIE (0x6d) DW_TAG_subprogram)
|
||||
.ascii "A\0" ;# DW_AT_name
|
||||
.4byte range_sub - range ;# DW_AT_ranges
|
||||
|
||||
;# minimal section alignment on alpha-* is 2, ensure no new invalid CU
|
||||
;# will be started.
|
||||
.balign 2
|
||||
debugE:
|
||||
|
||||
.section .debug_abbrev,"",%progbits
|
||||
|
Reference in New Issue
Block a user