* h8300-dis.c (print_colon_thingie): Remove.
[deliverable/binutils-gdb.git] / gas / dw2gencfi.c
index c6f1a2e7bb8798e3ebfc388d59478e5fb47554a7..3be7e20f5d23d45b65374c9229a8dfb383df0525 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 }
   };
This page took 0.023018 seconds and 4 git commands to generate.