* config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):
Add closing parenthesis. From HJ Lu.
This commit is contained in:
parent
7b5c32cfa1
commit
bf1fb2e0c3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Jan 26 19:07:46 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
||||||
|
|
||||||
|
* config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):
|
||||||
|
Add closing parenthesis. From HJ Lu.
|
||||||
|
|
||||||
Mon Jan 26 17:54:45 1998 Mark Alexander <marka@cygnus.com>
|
Mon Jan 26 17:54:45 1998 Mark Alexander <marka@cygnus.com>
|
||||||
|
|
||||||
* dve3900-rom.c: Improve performance by using memory commands
|
* dve3900-rom.c: Improve performance by using memory commands
|
||||||
|
|
|
@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
/* Are we currently handling a signal ? */
|
/* Are we currently handling a signal ? */
|
||||||
|
|
||||||
extern long alpha_linux_sigtramp_offset PARAMS ((CORE_ADDR);
|
extern long alpha_linux_sigtramp_offset PARAMS ((CORE_ADDR));
|
||||||
#undef IN_SIGTRAMP
|
#undef IN_SIGTRAMP
|
||||||
#define IN_SIGTRAMP(pc, name) (alpha_linux_sigtramp_offset (pc) >= 0)
|
#define IN_SIGTRAMP(pc, name) (alpha_linux_sigtramp_offset (pc) >= 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue