mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Fix a typo in comments for CpuFSGSBase.
2010-07-05 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.h (CpuFSGSBase): Fix a typo in comments.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* i386-opc.h (CpuFSGSBase): Fix a typo in comments.
|
||||||
|
|
||||||
2010-07-03 Andreas Schwab <schwab@linux-m68k.org>
|
2010-07-03 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* ppc-dis.c (powerpc_init_dialect): Cast PPC_OPCODE_xxx to
|
* ppc-dis.c (powerpc_init_dialect): Cast PPC_OPCODE_xxx to
|
||||||
|
@ -114,7 +114,7 @@ enum
|
|||||||
CpuEPT,
|
CpuEPT,
|
||||||
/* RDTSCP Instuction support required */
|
/* RDTSCP Instuction support required */
|
||||||
CpuRdtscp,
|
CpuRdtscp,
|
||||||
/* FSBSBASE Instructions required */
|
/* FSGSBASE Instructions required */
|
||||||
CpuFSGSBase,
|
CpuFSGSBase,
|
||||||
/* RDRND Instructions required */
|
/* RDRND Instructions required */
|
||||||
CpuRdRnd,
|
CpuRdRnd,
|
||||||
|
Reference in New Issue
Block a user