OSDN Git Service

* dwarf2out.c (output_call_frame_info): Fix augmentation length.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Mar 2001 10:08:14 +0000 (10:08 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Mar 2001 10:08:14 +0000 (10:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40207 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index 363f217..23eba3b 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 48777fe..adf0204 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");
     }