Commit 068f1cb8 by Jeffrey A Law Committed by Jeff Law

xm-svr4.h (SYS_SIGLIST_DECLARED): Define.

        * xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
        * xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
        * gcc.texi: Note that if you define sys_siglist that you should
        also define SYS_SIGLIST_DECLARED.
autoconf doesn't handle finding sys_siglist under different names.

From-SVN: r15052
parent 25faccf9
......@@ -9,6 +9,11 @@ Tue Sep 2 18:09:39 1997 Jim Wilson <wilson@cygnus.com>
Tue Sep 2 18:41:55 1997 Jeffrey A Law (law@cygnus.com)
* xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
* xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
* gcc.texi: Note that if you define sys_siglist that you should
also define SYS_SIGLIST_DECLARED.
* mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
are relative to the next instruction, not the current instruction.
......
......@@ -4,3 +4,5 @@
/* Sony has a funny name for this symbol. */
#define sys_siglist _sys_siglist
#undef SYS_SIGLIST_DECLARED
#define SYS_SIGLIST_DECLARED
......@@ -3,3 +3,5 @@
/* SVR4 provides no sys_siglist,
but does offer the same data under another name. */
#define sys_siglist _sys_siglist
#undef SYS_SIGLIST_DECLARED
#define SYS_SIGLIST_DECLARED
......@@ -33,3 +33,5 @@ Boston, MA 02111-1307, USA. */
/* SVR4 provides no sys_siglist,
but does offer the same data under another name. */
#define sys_siglist _sys_siglist
#undef SYS_SIGLIST_DECLARED
#define SYS_SIGLIST_DECLARED
......@@ -3752,6 +3752,9 @@ as @code{_sys_siglist}. On these systems, you can define
@code{sys_siglist} as a macro which expands into the name actually
provided.
If you define @code{sys_siglist}, you should also define
@code{SYS_SIGLIST_DECLARED}.
@findex NO_STAB_H
@item NO_STAB_H
Define this if your system does not have the include file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment