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
b27c742b
Commit
b27c742b
authored
Nov 22, 2010
by
Nathan Froyd
Committed by
Nathan Froyd
Nov 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* system.h (FUNCTION_ARG_BOUNDARY): Really poison.
From-SVN: r167021
parent
5efd84c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/system.h
+2
-1
No files found.
gcc/ChangeLog
View file @
b27c742b
2010
-
11
-
21
Nathan
Froyd
<
froydnj
@codesourcery
.
com
>
*
system
.
h
(
FUNCTION_ARG_BOUNDARY
)
:
Really
poison
.
2010
-
11
-
21
Nathan
Froyd
<
froydnj
@codesourcery
.
com
>
*
target
.
def
(
conditional_register_usage
)
:
Define
.
*
reginfo
.
c
(
init_reg_sets_1
)
:
Call
targetm
.
conditional_register_usage
.
gcc/system.h
View file @
b27c742b
...
...
@@ -784,7 +784,8 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
ASM_DECLARE_CONSTANT_NAME MODIFY_TARGET_NAME SWITCHES_NEED_SPACES \
SWITCH_CURTAILS_COMPILATION SWITCH_TAKES_ARG WORD_SWITCH_TAKES_ARG \
TARGET_OPTION_TRANSLATE_TABLE HANDLE_PRAGMA_PACK_PUSH_POP \
HANDLE_SYSV_PRAGMA HANDLE_PRAGMA_WEAK CONDITIONAL_REGISTER_USAGE
HANDLE_SYSV_PRAGMA HANDLE_PRAGMA_WEAK CONDITIONAL_REGISTER_USAGE \
FUNCTION_ARG_BOUNDARY
/* Hooks that are no longer used. */
#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