Commit e7f4d38a by Richard Henderson Committed by Richard Henderson

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

From-SVN: r40207
parent 840057f7
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> Sat Mar 3 04:17:17 2001 J"orn Rennecke <amylaar@redhat.com>
* combine.c (try_combine): If split with mode-changed scratch * combine.c (try_combine): If split with mode-changed scratch
......
...@@ -1678,7 +1678,7 @@ output_call_frame_info (for_eh) ...@@ -1678,7 +1678,7 @@ output_call_frame_info (for_eh)
frame. Make the augmentation string three bytes (including the frame. Make the augmentation string three bytes (including the
trailing null) so the pointer is 4-byte aligned. The Solaris ld trailing null) so the pointer is 4-byte aligned. The Solaris ld
can't handle unaligned relocs. */ 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__", dw2_asm_output_offset (DWARF2_ADDR_SIZE, "__EXCEPTION_TABLE__",
"pointer to exception region info"); "pointer to exception region info");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment