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:
Jan Kratochvil
2009-09-07 18:07:02 +00:00
parent 1ecbdee03e
commit eb7cc02115
4 changed files with 26 additions and 1 deletions

View File

@ -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.

View File

@ -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