binutils-gdb/gdb/config
Mark Kettenis 96297dabb3 * config/i386/tm-i386.h (FP7_REGNUM, FIRST_FPU_CTRL_REGNUM,
FCTRL_REGNUM, FPC_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FCS_REGNUM,
FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM, FOP_REGNUM,
LAST_FPU_CTRL_REGNUM, XMM0_REGNUM, XMM7_REGNUM, MXCSR_REGNUM,
IS_FP_REGNUM, IS_SSE_REGNUM): Removed.
(FP0_REGNUM): Define conditionally depending on HAVE_I387_REGS.
(SIZEOF_FPU_CTRL_REGS): Hardcode value.
* i386-tdep.h (struct gdbarch_tdep): Change such that it contains
a single member `num_xmm_regs'.
(FPC_REGNUM): New macro.
(FIRST_FPU_REGNUM, LAST_FPU_REGNUM, FISRT_XMM_REGNUM,
LAST_XMM_REGNUM, MXCSR_REGNUM, FIRST_FPU_CTRL_REGNUM,
LAST_FPU_CTRL_REGNUM): Removed.
(FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FOP_REGNUM, XMM0_REGNUM,
MXCSR_REGNUM): Define unconditionally.  Change macros to match the
comment describing the register layout.
(FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM): New macros.
(FP_REGNUM_P, FPC_REGNUM_P, SSE_REGNUM_P): New macros.
(IS_FP_REGNUM, IS_FPU_CTRL_REGNUM, IS_SSE_REGNUM): Make obsolete,
unconditionally define in terms of FP_REGNUM_P, FPC_REGNUM_P and
SSE_REGNUM_P).
(FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM): Make
obsolete, unconditionally define in terms of FISEG_REGNUM,
FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM.
* i386-tdep.c (i386_gdbarch_init): Initialize `num_xmm_regs'
member of `struct gdbarch_tdep'.
* x86-64-tdep.c (i386_gdbarch_init): Change initialization of
`struct gdbarch_tdep'.
* i387-nat.c (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM):
Replace with FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM and
FOOFF_REGNUM.  Use FPC_REGNUM instead of FIRST_FPU_CTRL_REGNUM.
Use XMM0_REGNUM instead of LAST_FPU_CTRL_REGNUM.
2001-12-27 15:22:27 +00:00
..
a29k Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
alpha LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
arc * target.h (enum target_signal): Move definition from here. 2001-03-21 18:31:48 +00:00
arm 2001-12-19 Fernando Nasser <fnasser@redhat.com> 2001-12-19 17:57:42 +00:00
cris 2001-12-21 Orjan Friberg <orjanf@axis.com> 2001-12-21 09:53:58 +00:00
d10v * configure.tgt: Mark d10v as pure multi-arch. 2001-07-11 17:58:15 +00:00
d30v Include regcache.h 2001-03-14 23:23:16 +00:00
djgpp * config/djgpp/fnchange.lst: Add entries for opcodes/xstormy16-* files. 2001-12-14 09:27:42 +00:00
fr30 Include regcache.h 2001-03-14 23:23:16 +00:00
h8300 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use 2001-03-16 22:34:46 +00:00
h8500 Phase 1 of the ptid_t changes. 2001-05-04 04:15:33 +00:00
i386 * config/i386/tm-i386.h (FP7_REGNUM, FIRST_FPU_CTRL_REGNUM, 2001-12-27 15:22:27 +00:00
i960 LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
ia64 LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
m32r Include regcache.h 2001-03-14 23:23:16 +00:00
m68hc11 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>: 2000-07-27 07:18:32 +00:00
m68k Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
m88k Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
mcore LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
mips LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
mn10200 LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
mn10300 * config/mn10300/mn10300.mt (TM_FILE): Delete. 2001-08-12 03:39:11 +00:00
none Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
ns32k LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
pa * config/pa/tm-hppa.h (STORE_RETURN_VALUE): Use hppa_store_return_value. 2001-12-19 20:21:43 +00:00
powerpc powerpc aix build failure. Add self to maintainers. 2001-12-24 20:07:02 +00:00
romp Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
rs6000 Conditionally include solib.h. 2001-12-16 00:59:58 +00:00
s390 * config/s390/s390.mh: Don't use the linux-thread.o module; 2001-12-08 19:17:17 +00:00
sh LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
sparc Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
v850 LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
vax LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE 2001-12-15 16:53:24 +00:00
xstormy16 * Makefile.in: Add support for xstormy16. 2001-12-13 13:34:41 +00:00
z8k Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
nm-gnu.h Include regcache.h 2001-03-14 23:23:16 +00:00
nm-linux.h * config/nm-linux.h (struct objfile): Remove forward declaration. 2001-10-14 20:42:07 +00:00
nm-lynx.h Phase 1 of the ptid_t changes. 2001-05-04 04:15:33 +00:00
nm-m3.h Include regcache.h 2001-03-14 23:23:16 +00:00
nm-nbsd.h import gdb-1999-12-13 snapshot 1999-12-14 01:06:04 +00:00
nm-sysv4.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
tm-linux.h * config/tm-linux.h: Do not include <signal.h>. Instead provide 2001-07-11 08:15:36 +00:00
tm-lynx.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
tm-nbsd.h 2000-03-21 J.T. Conklin <jtc@redback.com> 2000-03-22 01:36:31 +00:00
tm-sunos.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
tm-sysv4.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
tm-vxworks.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
xm-aix4.h Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
xm-lynx.h * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h, 2001-08-24 12:19:59 +00:00
xm-mpw.h Obsolete MPW as host. 2001-04-19 23:56:14 +00:00
xm-nbsd.h Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
xm-sysv4.h * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h, 2001-08-24 12:19:59 +00:00