* dwarf2out.c (output_call_frame_info): Fix augmentation length.

From-SVN: r40207
This commit is contained in:
Richard Henderson 2001-03-03 02:08:14 -08:00 committed by Richard Henderson
parent 840057f732
commit e7f4d38a80
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-03 Richard Henderson <rth@redhat.com>
* dwarf2out.c (output_call_frame_info): Fix augmentation length.
Sat Mar 3 04:17:17 2001 J"orn Rennecke <amylaar@redhat.com>
* combine.c (try_combine): If split with mode-changed scratch

View File

@ -1678,7 +1678,7 @@ output_call_frame_info (for_eh)
frame. Make the augmentation string three bytes (including the
trailing null) so the pointer is 4-byte aligned. The Solaris ld
can't handle unaligned relocs. */
dw2_asm_output_nstring ("eh", 3, "CIE Augmentation");
dw2_asm_output_nstring ("eh", -1, "CIE Augmentation");
dw2_asm_output_offset (DWARF2_ADDR_SIZE, "__EXCEPTION_TABLE__",
"pointer to exception region info");
}