Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
05ef204d
Commit
05ef204d
authored
Oct 29, 1997
by
Michael Meissner
Committed by
Michael Meissner
Oct 29, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate SIG_SYSLIST warnings on PowerPC Linux
From-SVN: r16230
parent
feecabdf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+5
-0
gcc/config/rs6000/xm-sysv4.h
+4
-0
No files found.
gcc/ChangeLog
View file @
05ef204d
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
...
...
gcc/config/rs6000/xm-sysv4.h
View file @
05ef204d
...
...
@@ -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__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment