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
80aab652
Commit
80aab652
authored
Dec 18, 1997
by
Robert Lipe
Committed by
Jeff Law
Dec 18, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* x-sco5 (CLIB) Deleted. (ALLOCA) Added.
* xm-sco5.h (USE_C_ALLOCA) Added. From-SVN: r17127
parent
840b09b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
+13
-1
gcc/ChangeLog
+5
-0
gcc/config/i386/x-sco5
+2
-1
gcc/config/i386/xm-sco5.h
+6
-0
No files found.
gcc/ChangeLog
View file @
80aab652
Thu Dec 18 00:19:38 1997 Robert Lipe <robertl@dgii.com>
* i386/x-sco5 (CLIB) Deleted. (ALLOCA) Added.
* i386/xm-sco5.h (USE_C_ALLOCA) Added.
Tue Dec 16 18:51:00 1997 Bill Moyer <billm@cygnus.com>
Tue Dec 16 18:51:00 1997 Bill Moyer <billm@cygnus.com>
* config/m68k/m68k.c (output_function_prologue): Typecast
* config/m68k/m68k.c (output_function_prologue): Typecast
...
...
gcc/config/i386/x-sco5
View file @
80aab652
...
@@ -3,7 +3,8 @@ RANLIB_TEST = false
...
@@ -3,7 +3,8 @@ RANLIB_TEST = false
CC = cc
CC = cc
OLDCC = cc
OLDCC = cc
CCLIBFLAGS =
CCLIBFLAGS =
CLIB = -lPW
# We avoid the ALLOCA in -lPW becuase it gives us an evil index()
ALLOCA = alloca.o
# See all the declarations.
# See all the declarations.
FIXPROTO_DEFINES = -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=2
FIXPROTO_DEFINES = -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=2
gcc/config/i386/xm-sco5.h
View file @
80aab652
...
@@ -10,3 +10,9 @@
...
@@ -10,3 +10,9 @@
#define sys_siglist _sys_siglist
#define sys_siglist _sys_siglist
#undef SYS_SIGLIST_DECLARED
#undef SYS_SIGLIST_DECLARED
#define SYS_SIGLIST_DECLARED
#define SYS_SIGLIST_DECLARED
/* If not compiled with GNU C, use the portable alloca. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif
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