diff options
author | Jeffrey A Law <law@cygnus.com> | 2000-07-12 20:29:05 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-07-12 14:29:05 -0600 |
commit | 733dee92dc7e68e682501d06d68c09c1677ffe80 (patch) | |
tree | eb3164addd554f07b0151ae7d298fcb17d9d30e9 /gcc | |
parent | 895ea61453c945cced3974a35173dd58c7753758 (diff) | |
download | gcc-733dee92dc7e68e682501d06d68c09c1677ffe80.zip gcc-733dee92dc7e68e682501d06d68c09c1677ffe80.tar.gz gcc-733dee92dc7e68e682501d06d68c09c1677ffe80.tar.bz2 |
xm-pa64.h (NO_SYS_SIGLIST): Kill.
* pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
* d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
From-SVN: r34998
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/d30v/xm-d30v.h | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 079c764..eed3f14 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 12 13:24:30 2000 Jeffrey A Law (law@cygnus.com) + + * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill. + * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill. + 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * c-decl.c (define_label): Warn about identifier conflicts with diff --git a/gcc/config/d30v/xm-d30v.h b/gcc/config/d30v/xm-d30v.h index 9d14d13..4d3396e 100644 --- a/gcc/config/d30v/xm-d30v.h +++ b/gcc/config/d30v/xm-d30v.h @@ -124,9 +124,6 @@ /* Define this if your system is POSIX.1 compliant. */ /* #define POSIX */ -/* Define this if your system *does not* provide the variable `sys_siglist'. */ -/* #define NO_SYS_SIGLIST */ - /* Define this if your system has the variable `sys_siglist', and there is already a declaration of it in the system header files. */ /* #define DONT_DECLARE_SYS_SIGLIST */ |