binutils-gdb/gdb/config
Jason Thorpe 5868c862e2 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
* alpha-tdep.c (alpha_sigcontext_addr): New function.
(alpha_find_saved_regs): Use alpha_sigcontext_addr.
(alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
* alpha-linux-tdep.c: Include frame.h.
(alpha_linux_sigcontext_addr): New function.
(alpha_linux_init_abi): Set tdep->sigcontext_addr to
alpha_linux_sigcontext_addr.
* alpha-osf1-tdep.c: Include gdbcore.h.
(alpha_osf1_sigcontext_addr): New function.
(alpha_osf1_init_abi): Set tdep->sigcontext_addr to
alpha_osf1_sigcontext_addr.
* config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
* config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
2002-04-26 07:05:35 +00:00
..
a29k * MAINTAINERS: Mark a29k target as obsolete. 2002-01-06 15:02:01 +00:00
alpha * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member. 2002-04-26 07:05:35 +00:00
arc 2002-04-21 David S. Miller <davem@redhat.com> 2002-04-22 00:27:39 +00:00
arm * config/arm/tm-embed.h (TARGET_UPAGES): Delete. 2002-02-26 14:23:12 +00:00
avr * Makefile.in: Add support for AVR target. 2002-04-25 20:34:56 +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 Eliminate TARGET_BYTE_ORDER. 2002-01-29 04:42:45 +00:00
djgpp go32-nat.c (store_register): Cast &a_tss to `char *', to avoid compiler 2002-04-19 19:28:54 +00:00
fr30 Eliminate TARGET_BYTE_ORDER. 2002-01-29 04:42:45 +00:00
h8300 Eliminate TARGET_BYTE_ORDER. 2002-01-29 04:42:45 +00:00
h8500 * h8500-tdep.c (h8500_write_fp): Delete function. 2002-04-06 00:02:52 +00:00
i386 2002-04-24 Daniel Jacobowitz <drow@mvista.com> 2002-04-24 22:09:58 +00:00
i960 2002-04-24 David S. Miller <davem@redhat.com> 2002-04-24 13:48:39 +00:00
ia64 2002-02-14 Daniel Jacobowitz <drow@mvista.com> 2002-02-14 05:48:40 +00:00
m32r 2002-02-14 Daniel Jacobowitz <drow@mvista.com> 2002-02-14 05:48:40 +00:00
m68hc11 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>: 2000-07-27 07:18:32 +00:00
m68k * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as 2002-02-26 22:12:49 +00:00
m88k Eliminate TARGET_BYTE_ORDER. 2002-01-29 04:42:45 +00:00
mcore * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer. 2002-04-18 18:09:09 +00:00
mips s/Linux/.../ 2002-02-24 22:56:08 +00:00
mn10200 Eliminate TARGET_BYTE_ORDER. 2002-01-29 04:42:45 +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 2002-02-14 Daniel Jacobowitz <drow@mvista.com> 2002-02-14 05:48:40 +00:00
pa * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro. 2002-04-14 13:38:07 +00:00
powerpc Delete DEFAULT_LR_SAVE. 2002-04-12 19:48:37 +00:00
romp Remove XDEPFILES from GDB. 2002-01-18 04:51:10 +00:00
rs6000 Delete DEFAULT_LR_SAVE. 2002-04-12 19:48:37 +00:00
s390 s/Linux/.../ 2002-02-24 22:56:08 +00:00
sh s/Linux/.../ 2002-02-24 22:56:08 +00:00
sparc 2002-04-24 David S. Miller <davem@redhat.com> 2002-04-26 01:56:04 +00:00
v850 * h8500-tdep.c (h8500_write_fp): Delete function. 2002-04-06 00:02:52 +00:00
vax * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h), 2002-04-23 00:53:31 +00:00
xstormy16 * Makefile.in: Add support for xstormy16. 2001-12-13 13:34:41 +00:00
z8k Eliminate TARGET_BYTE_ORDER. 2002-01-29 04:42:45 +00:00
nm-gnu.h Include regcache.h 2001-03-14 23:23:16 +00:00
nm-linux.h s/Linux/.../ 2002-02-24 22:56:08 +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 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove. 2002-01-18 18:14:51 +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-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