Regenerate gdbarch.c to sync with gdbarch.sh
authorYao Qi <yao.qi@linaro.org>
Thu, 4 Jun 2015 16:26:29 +0000 (17:26 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 4 Jun 2015 16:31:16 +0000 (17:31 +0100)
When I do something else, I find that gdbarch.c isn't sync'ed with
gdbarch.sh.  This patch just move some statements on
stack_frame_destroyed_p some lines below.

gdb:

2015-06-04  Yao Qi  <yao.qi@linaro.org>

* gdbarch.c: Regenerate it.

gdb/ChangeLog
gdb/gdbarch.c

index 3276f30..e8de369 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-04  Yao Qi  <yao.qi@linaro.org>
+
+       * gdbarch.c: Regenerate it.
+
 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * arch-utils.c (default_infcall_munmap): New.
index ebff510..cd82487 100644 (file)
@@ -1023,9 +1023,6 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
                       "gdbarch_dump: have_nonsteppable_watchpoint = %s\n",
                       plongest (gdbarch->have_nonsteppable_watchpoint));
   fprintf_unfiltered (file,
-                      "gdbarch_dump: stack_frame_destroyed_p = <%s>\n",
-                      host_address_to_string (gdbarch->stack_frame_destroyed_p));
-  fprintf_unfiltered (file,
                       "gdbarch_dump: in_solib_return_trampoline = <%s>\n",
                       host_address_to_string (gdbarch->in_solib_return_trampoline));
   fprintf_unfiltered (file,
@@ -1302,6 +1299,9 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
                       "gdbarch_dump: stabs_argument_has_addr = <%s>\n",
                       host_address_to_string (gdbarch->stabs_argument_has_addr));
   fprintf_unfiltered (file,
+                      "gdbarch_dump: stack_frame_destroyed_p = <%s>\n",
+                      host_address_to_string (gdbarch->stack_frame_destroyed_p));
+  fprintf_unfiltered (file,
                       "gdbarch_dump: stap_gdb_register_prefix = %s\n",
                       pstring (gdbarch->stap_gdb_register_prefix));
   fprintf_unfiltered (file,