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
3d223145
Commit
3d223145
authored
Jun 10, 2011
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Jun 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* system.h (SETJMP_VIA_SAVE_AREA): Poison.
From-SVN: r174880
parent
3f91c962
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+2
-0
gcc/system.h
+2
-1
No files found.
gcc/ChangeLog
View file @
3d223145
2011-06-10 Hans-Peter Nilsson <hp@axis.com>
2011-06-10 Hans-Peter Nilsson <hp@axis.com>
* system.h (SETJMP_VIA_SAVE_AREA): Poison.
PR bootstrap/49354
PR bootstrap/49354
* ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
* ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
to last assignment.
to last assignment.
...
...
gcc/system.h
View file @
3d223145
...
@@ -826,7 +826,8 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
...
@@ -826,7 +826,8 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
FUNCTION_ARG_BOUNDARY MUST_USE_SJLJ_EXCEPTIONS US_SOFTWARE_GOFAST \
FUNCTION_ARG_BOUNDARY MUST_USE_SJLJ_EXCEPTIONS US_SOFTWARE_GOFAST \
USING_SVR4_H SVR4_ASM_SPEC FUNCTION_ARG FUNCTION_ARG_ADVANCE \
USING_SVR4_H SVR4_ASM_SPEC FUNCTION_ARG FUNCTION_ARG_ADVANCE \
FUNCTION_INCOMING_ARG IRA_COVER_CLASSES TARGET_VERSION \
FUNCTION_INCOMING_ARG IRA_COVER_CLASSES TARGET_VERSION \
MACHINE_TYPE TARGET_HAS_TARGETCM ASM_OUTPUT_BSS
MACHINE_TYPE TARGET_HAS_TARGETCM ASM_OUTPUT_BSS \
SETJMP_VIA_SAVE_AREA
/* Hooks that are no longer used. */
/* Hooks that are no longer used. */
#pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \
#pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \
...
...
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