Commit 05ef204d by Michael Meissner Committed by Michael Meissner

Fix duplicate SIG_SYSLIST warnings on PowerPC Linux

From-SVN: r16230
parent feecabdf
Wed Oct 29 16:57:19 1997 Michael Meissner <meissner@cygnus.com>
* rs6000/xm-sysv4.h: Include xm-linux.h instead of xm-svr4.h if we
are running on PowerPC Linux.
Wed Oct 29 13:10:11 1997 Gavin Koch <gavin@cygnus.com>
* config/mips/elf64.h (PREFERRED_DEBUGGING_TYPE): Only define
......
......@@ -46,7 +46,11 @@ Boston, MA 02111-1307, USA. */
#define SUCCESS_EXIT_CODE 0
#define FATAL_EXIT_CODE 33
#ifdef __linux__
#include "xm-linux.h"
#else
#include "xm-svr4.h"
#endif
/* if not compiled with GNU C, use the C alloca and use only int bitfields. */
#ifndef __GNUC__
......
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