aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index f75d7532a7f..f773ec244cc 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -12,6 +12,14 @@ end
12# machine-description files. 12# machine-description files.
13set $data_seg_bits = 0 13set $data_seg_bits = 0
14 14
15define mips
16set $data_seg_bits = 0x10000000
17end
18document mips
19Set up the xfoo macros to deal with the MIPS processor.
20Specifically, this sets $data_seg_bits to the right thing.
21end
22
15define xtype 23define xtype
16output (enum Lisp_Type) (($ >> 24) & 0x7f) 24output (enum Lisp_Type) (($ >> 24) & 0x7f)
17echo \n 25echo \n