aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2006-01-21 20:59:50 +0000
committerMark Kettenis <kettenis@gnu.org>2006-01-21 20:59:50 +0000
commit878d91936fddadb1fa647386134bf65b0712ea08 (patch)
tree4c58ccbe945864e099455460c4101533e91d9cbc /gdb/i386-tdep.h
parent67d78caad5228c04e198e8e5d96dc27fdc28adb9 (diff)
downloadfsf-binutils-gdb-878d91936fddadb1fa647386134bf65b0712ea08.zip
fsf-binutils-gdb-878d91936fddadb1fa647386134bf65b0712ea08.tar.gz
fsf-binutils-gdb-878d91936fddadb1fa647386134bf65b0712ea08.tar.bz2
* i386-tdep.c (i386_mxcsr_type): New variable.
(i386_init_types): Initialize i386_mxcsr_type. (i386_register_type): Return i386_mxcsr_type for %mxcsr. * i386-tdep.c (i386_mxcsr_type): New extern. * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for %mxcsr.
Diffstat (limited to 'gdb/i386-tdep.h')
-rw-r--r--gdb/i386-tdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h
index 6419086..7fceae0 100644
--- a/gdb/i386-tdep.h
+++ b/gdb/i386-tdep.h
@@ -154,6 +154,7 @@ enum i386_regnum
extern struct type *i386_eflags_type;
extern struct type *i386_mmx_type;
extern struct type *i386_sse_type;
+extern struct type *i386_mxcsr_type;
/* Segment selectors. */
#define I386_SEL_RPL 0x0003 /* Requester's Privilege Level mask. */