Module Name: src
Committed By: christos
Date: Mon Aug 17 09:57:32 UTC 2015
Modified Files:
src/external/gpl3/gdb/dist/gdb: alphanbsd-tdep.c
Log Message:
fix alpha
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c
diff -u src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c:1.8 src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c:1.9
--- src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c:1.8 Sun Aug 16 05:58:29 2015
+++ src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c Mon Aug 17 05:57:31 2015
@@ -341,16 +341,12 @@ alphanbsd_init_abi (struct gdbarch_info
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
}