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
04fe2e7b
Commit
04fe2e7b
authored
Nov 30, 2007
by
Ben Elliston
Committed by
Ben Elliston
Nov 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/vax/vax.h (ASM_FORMAT_PRIVATE_NAME): Remove. Use default.
From-SVN: r130529
parent
13285d51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/config/vax/vax.h
+0
-8
No files found.
gcc/ChangeLog
View file @
04fe2e7b
2007
-
11
-
30
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
*
config
/
vax
/
vax
.
h
(
ASM_FORMAT_PRIVATE_NAME
):
Remove
.
Use
default
.
2007
-
11
-
29
Zdenek
Dvorak
<
ook
@
ucw
.
cz
>
PR
tree
-
optimization
/
34244
gcc/config/vax/vax.h
View file @
04fe2e7b
...
...
@@ -824,14 +824,6 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES };
assemble_name ((FILE), (NAME)), \
fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
/* Store in OUTPUT a string (made with alloca) containing
an assembler-name for a local static variable named NAME.
LABELNO is an integer which is different for each call. */
#define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10), \
sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
/* Print an instruction operand X on file FILE.
CODE is the code from the %-spec that requested printing this operand;
if `%z3' was used to print operand 3, then CODE is 'z'.
...
...
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