* dwarf2out.c (output_call_frame_info): Fix augmentation length.
authorRichard Henderson <rth@redhat.com>
Sat, 3 Mar 2001 10:08:14 +0000 (02:08 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 3 Mar 2001 10:08:14 +0000 (02:08 -0800)
From-SVN: r40207

gcc/ChangeLog
gcc/dwarf2out.c

index 363f2175f483ceb83ca82091b85100aba06ebf29..23eba3be210cc77837409f56377a6a6bbf13ee2d 100644 (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
index 48777feb2e3d204e6a100c6c9679dac3f5f96a7f..adf0204abf2a9979e9019677c68d63b89fde4b67 100644 (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");
     }