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
09b568fc
Commit
09b568fc
authored
Feb 11, 2003
by
Richard Henderson
Committed by
Richard Henderson
Feb 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
From-SVN: r62736
parent
a0777b62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/alpha/linux.h
+6
-0
No files found.
gcc/ChangeLog
View file @
09b568fc
2003
-
02
-
11
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
alpha
/
linux
.
h
(
TARGET_C99_FUNCTIONS
)
:
New
.
Mon
Oct
21
17
:
07
:
47
CEST
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
c
(
contains_128bit_aligned_vector_p
)
:
New
function
.
...
...
gcc/config/alpha/linux.h
View file @
09b568fc
...
...
@@ -59,6 +59,12 @@ Boston, MA 02111-1307, USA. */
/* Define this so that all GNU/Linux targets handle the same pragmas. */
#define HANDLE_PRAGMA_PACK_PUSH_POP
/* Determine whether the the entire c99 runtime is present in the
runtime library. */
#ifndef USE_GNULIBC_1
#define TARGET_C99_FUNCTIONS 1
#endif
/* Do code reading to identify a signal frame, and set the frame
state data appropriately. See unwind-dw2.c for the structs. */
...
...
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