aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-03 02:08:14 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-03 02:08:14 -0800
commite7f4d38a8038df5fa48221eface0e599003d9ee1 (patch)
treee5c16eb66d25dc00b4f43d2f98817a3a82ca2358 /gcc/dwarf2out.c
parent840057f7321a144863cb6c4d67856362ce708edb (diff)
downloadgcc-e7f4d38a8038df5fa48221eface0e599003d9ee1.zip
gcc-e7f4d38a8038df5fa48221eface0e599003d9ee1.tar.gz
gcc-e7f4d38a8038df5fa48221eface0e599003d9ee1.tar.bz2
* dwarf2out.c (output_call_frame_info): Fix augmentation length.
From-SVN: r40207
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 48777fe..adf0204 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -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");
}