Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb fix alpha



details:   https://anonhg.NetBSD.org/src/rev/430777376b2a
branches:  trunk
changeset: 339923:430777376b2a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 17 09:57:31 2015 +0000

description:
fix alpha

diffstat:

 external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r d55fd9a22abb -r 430777376b2a external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c
--- a/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c       Mon Aug 17 09:08:03 2015 +0000
+++ b/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c       Mon Aug 17 09:57:31 2015 +0000
@@ -341,16 +341,12 @@
   tdep->jb_pc = 2;
   tdep->jb_elt_size = 8;
 
-  set_gdbarch_regset_from_core_section
-    (gdbarch, alphanbsd_regset_from_core_section);
-
   tramp_frame_prepend_unwinder (gdbarch, &alphanbsd_sigtramp_sc1);
   tramp_frame_prepend_unwinder (gdbarch, &alphanbsd_sigtramp_si2);
   tramp_frame_prepend_unwinder (gdbarch, &alphanbsd_sigtramp_si4);
-#if 0
+
   set_gdbarch_iterate_over_regset_sections
     (gdbarch, alphanbsd_iterate_over_regset_sections);
-#endif
 }
 
 



Home | Main Index | Thread Index | Old Index