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
34add780
Commit
34add780
authored
Dec 04, 2007
by
Ben Elliston
Committed by
Ben Elliston
Dec 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/spu/spu.h (ASM_FORMAT_PRIVATE_NAME): Remove; use default.
From-SVN: r130598
parent
614e5a7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/config/spu/spu.h
+0
-4
No files found.
gcc/ChangeLog
View file @
34add780
2007
-
12
-
04
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
*
config
/
spu
/
spu
.
h
(
ASM_FORMAT_PRIVATE_NAME
):
Remove
;
use
default
.
2007
-
12
-
04
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
*
doc
/
tm
.
texi
(
Exception
Handling
):
Mention
unwind
-
dw2
-
xtensa
.
c
.
2007
-
12
-
03
Steven
Bosscher
<
stevenb
.
gcc
@
gmail
.
com
>
gcc/config/spu/spu.h
View file @
34add780
...
...
@@ -515,10 +515,6 @@ targetm.resolve_overloaded_builtin = spu_resolve_overloaded_builtin; \
#define ASM_OUTPUT_LABELREF(FILE, NAME) \
asm_fprintf (FILE, "%U%s", default_strip_name_encoding (NAME))
#define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10), \
sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
/* Instruction Output */
#define REGISTER_NAMES \
...
...
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