From: Andrew Cagney Date: Thu, 29 Jul 2004 21:36:58 +0000 (+0000) Subject: 2004-07-29 Andrew Cagney X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e57b8d41d55e78cde56ef4da5d3da9d110c05bf0;p=binutils-gdb.git 2004-07-29 Andrew Cagney * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ... * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1abfb671517..1fab7226691 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2004-07-29 Andrew Cagney + * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ... + * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here. + * config/xm-nbsd.h: Delete file. * config/arm/xm-nbsd.h: Delete file. * config/i386/xm-nbsd.h: Delete file. diff --git a/gdb/config/mips/nm-irix5.h b/gdb/config/mips/nm-irix5.h index 6bdab300b19..33a8a8ce924 100644 --- a/gdb/config/mips/nm-irix5.h +++ b/gdb/config/mips/nm-irix5.h @@ -45,3 +45,10 @@ extern int procfs_stopped_by_watchpoint (ptid_t); extern int procfs_set_watchpoint (ptid_t, CORE_ADDR, int, int, int); #define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(SIZE) 1 + +/* Override register locations in upage for SGI machines */ +#define REGISTER_U_ADDR(addr, blockend, regno) \ + if (regno < PC_REGNUM) \ + addr = regno; \ + else \ + addr = regno + NSIG_HNDLRS; /* Skip over signal handlers */ diff --git a/gdb/config/mips/xm-irix5.h b/gdb/config/mips/xm-irix5.h index 7d61ff059cc..e6ccb38749e 100644 --- a/gdb/config/mips/xm-irix5.h +++ b/gdb/config/mips/xm-irix5.h @@ -21,14 +21,6 @@ #include "config/xm-sysv4.h" -/* Override register locations in upage for SGI machines */ -#undef REGISTER_U_ADDR -#define REGISTER_U_ADDR(addr, blockend, regno) \ - if (regno < PC_REGNUM) \ - addr = regno; \ - else \ - addr = regno + NSIG_HNDLRS; /* Skip over signal handlers */ - /* This enables reliable signals (and the associated setjmp/longjmp), and gives bsdish prototypes for getpgrp/setpgrg/setgroups and initgroups. */ #define _BSD_COMPAT