2002-09-18 Michal Ludvig <mludvig@suse.cz>

* x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
	registers.
This commit is contained in:
Michal Ludvig 2002-09-18 11:24:02 +00:00
parent 4cf0dd0d7c
commit cb7e422f1e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-09-18 Michal Ludvig <mludvig@suse.cz>
* x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
registers.
2002-09-17 Andrew Cagney <ac131313@redhat.com>
* NEWS: Mention that MIPS $fp behavior changed.

View File

@ -43,7 +43,7 @@ static int x86_64_regmap[] = {
RSI, RDI, RBP, RSP,
R8, R9, R10, R11,
R12, R13, R14, R15,
RIP, EFLAGS,
RIP, EFLAGS, CS, SS,
DS, ES, FS, GS
};