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
a5ee8d80
Commit
a5ee8d80
authored
Feb 19, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.
From-SVN: r78094
parent
45ea6431
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
19 deletions
+4
-19
gcc/ChangeLog
+4
-0
gcc/config/mcore/mcore.h
+0
-19
No files found.
gcc/ChangeLog
View file @
a5ee8d80
2004-02-19 Kazu Hirata <kazu@cs.umass.edu>
* config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.
2004-02-19 Kazu Hirata <kazu@cs.umass.edu>
* hooks.c (hook_void_tree_int): Remove.
(hook_void_constcharptr): Likewise.
(hook_int_void_0): Likewise.
...
...
gcc/config/mcore/mcore.h
View file @
a5ee8d80
...
...
@@ -1128,25 +1128,6 @@ extern long mcore_current_compilation_timestamp;
while (0)
/* This says how to output an assembler line
to define an external symbol. */
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
do \
{ \
fputs ("\t.import\t", (FILE)); \
assemble_name ((FILE), (NAME)); \
fputs ("\n", (FILE)); \
} \
while (0)
#undef ASM_OUTPUT_EXTERNAL
/* RBE: we undefined this and let gas do it's "undefined is imported"
games. This is because when we use this, we get a marked
reference through the call to assemble_name and this forces C++
inlined member functions (or any inlined function) to be instantiated
regardless of whether any call sites remain.
This makes this aspect of the compiler non-ABI compliant. */
/* This says how to output an assembler line
to define a local common symbol.... */
#undef ASM_OUTPUT_LOCAL
#define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
...
...
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