mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* i386-tdep.h (i386_regnum): Add I386_CS_REGNUM and
I386_SS_REGNUM.
This commit is contained in:
parent
5afeb40cd6
commit
2666fb59a0
@ -1,3 +1,8 @@
|
||||
2003-12-28 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* i386-tdep.h (i386_regnum): Add I386_CS_REGNUM and
|
||||
I386_SS_REGNUM.
|
||||
|
||||
2003-12-27 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* dwarf2-frame.c (dwarf2_reg_rule): Add REG_RA and REG_CFA.
|
||||
|
@ -164,6 +164,8 @@ enum i386_regnum
|
||||
I386_EDI_REGNUM, /* %edi */
|
||||
I386_EIP_REGNUM, /* %eip */
|
||||
I386_EFLAGS_REGNUM, /* %eflags */
|
||||
I386_CS_REGNUM, /* %cs */
|
||||
I386_SS_REGNUM, /* %ss */
|
||||
I386_ST0_REGNUM = 16, /* %st(0) */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user