OSDN Git Service

s/.cfi_gnu_window_save/.cfi_window_save/g
authorJakub Jelinek <jakub@redhat.com>
Fri, 29 Aug 2003 20:32:56 +0000 (20:32 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 29 Aug 2003 20:32:56 +0000 (20:32 +0000)
gas/ChangeLog
gas/doc/as.texinfo
gas/dw2gencfi.c
gas/testsuite/gas/cfi/cfi-sparc-1.s
gas/testsuite/gas/cfi/cfi-sparc64-1.s

index a23bce2..abe9950 100644 (file)
@@ -1,6 +1,6 @@
 2003-08-29  Jakub Jelinek  <jakub@redhat.com>
 
-       * dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save.
+       * dw2gencfi.c (cfi_pseudo_table): Add cfi_window_save.
        (dot_cfi, output_cfi_insn): Handle DW_CFA_GNU_window_save.
        (output_cie): Don't use DW_EH_PE_pcrel if neither DIFF_EXPR_OK
        nor tc_cfi_emit_pcrel_expr are defined.
@@ -19,7 +19,7 @@
        (sparc_cfi_frame_initial_instructions): New function.
        (sparc_regname_to_dw2regnum): Likewise.
        (sparc_cfi_emit_pcrel_expr): Likewise.
-       * doc/as.texinfo: Document .cfi_gnu_window_save.
+       * doc/as.texinfo: Document .cfi_window_save.
 
        * config/tc-sparc.c (s_common): Cast last argument to long and
        change format string to shut up warning.
index 90bf7ca..b3bb62e 100644 (file)
@@ -4050,7 +4050,7 @@ using the known displacement of the CFA register from the CFA.
 This is often easier to use, because the number will match the
 code it's annotating.
 
-@section @code{.cfi_gnu_window_save}
+@section @code{.cfi_window_save}
 SPARC register window has been saved.
 
 @section @code{.cfi_escape} @var{expression}[, @dots{}]
index c6f1a2e..3be7e20 100644 (file)
@@ -374,7 +374,7 @@ const pseudo_typeS cfi_pseudo_table[] =
     { "cfi_same_value", dot_cfi, DW_CFA_same_value },
     { "cfi_remember_state", dot_cfi, DW_CFA_remember_state },
     { "cfi_restore_state", dot_cfi, DW_CFA_restore_state },
-    { "cfi_gnu_window_save", dot_cfi, DW_CFA_GNU_window_save },
+    { "cfi_window_save", dot_cfi, DW_CFA_GNU_window_save },
     { "cfi_escape", dot_cfi_escape, 0 },
     { NULL, NULL, 0 }
   };
index 5e7812a..a88ac7f 100644 (file)
@@ -9,7 +9,7 @@ foo:
        .cfi_startproc
         save    %sp, -104, %sp
        .cfi_def_cfa_register   %fp
-       .cfi_gnu_window_save
+       .cfi_window_save
        .cfi_register   %o7, %i7
        add     %i0, 1, %o0
        call    bar, 0
index 0ddf8e1..acbe32b 100644 (file)
@@ -9,7 +9,7 @@ foo:
        .cfi_startproc
        save    %sp, -192, %sp
        .cfi_def_cfa_register   %fp
-       .cfi_gnu_window_save
+       .cfi_window_save
        .cfi_register   %o7, %i7
        add     %i0, 1, %o0
        add     %i0, 2, %i0