From 6749011bfd329952d325fc835a482a6a6bb2e2a3 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 29 Aug 2003 20:32:56 +0000 Subject: [PATCH] s/.cfi_gnu_window_save/.cfi_window_save/g --- gas/ChangeLog | 4 ++-- gas/doc/as.texinfo | 2 +- gas/dw2gencfi.c | 2 +- gas/testsuite/gas/cfi/cfi-sparc-1.s | 2 +- gas/testsuite/gas/cfi/cfi-sparc64-1.s | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index a23bce2..abe9950 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,6 @@ 2003-08-29 Jakub Jelinek - * 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. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 90bf7ca..b3bb62e 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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{}] diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c index c6f1a2e..3be7e20 100644 --- a/gas/dw2gencfi.c +++ b/gas/dw2gencfi.c @@ -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 } }; diff --git a/gas/testsuite/gas/cfi/cfi-sparc-1.s b/gas/testsuite/gas/cfi/cfi-sparc-1.s index 5e7812a..a88ac7f 100644 --- a/gas/testsuite/gas/cfi/cfi-sparc-1.s +++ b/gas/testsuite/gas/cfi/cfi-sparc-1.s @@ -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 diff --git a/gas/testsuite/gas/cfi/cfi-sparc64-1.s b/gas/testsuite/gas/cfi/cfi-sparc64-1.s index 0ddf8e1..acbe32b 100644 --- a/gas/testsuite/gas/cfi/cfi-sparc64-1.s +++ b/gas/testsuite/gas/cfi/cfi-sparc64-1.s @@ -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 -- 2.7.4