* x86-64-linux-nat.c (x86_64_regmap): Added CS and SS registers.
@ -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.
@ -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
};