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
f328a23a
Commit
f328a23a
authored
Mar 22, 2006
by
Jie Zhang
Committed by
Jie Zhang
Mar 22, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/bfin/bfin.h (ASM_FORMAT_PRIVATE_NAME): Remove.
From-SVN: r112285
parent
fad41cd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
13 deletions
+4
-13
gcc/ChangeLog
+4
-0
gcc/config/bfin/bfin.h
+0
-13
No files found.
gcc/ChangeLog
View file @
f328a23a
2006
-
03
-
22
Jie
Zhang
<
jie
.
zhang
@analog
.
com
>
*
config
/
bfin
/
bfin
.
h
(
ASM_FORMAT_PRIVATE_NAME
)
:
Remove
.
2006
-
03
-
22
Richard
Henderson
<
rth
@redhat
.
com
>
PR
middle
-
end
/
26084
...
...
gcc/config/bfin/bfin.h
View file @
f328a23a
...
...
@@ -1064,19 +1064,6 @@ typedef enum directives {
do { fprintf (FILE, "_%s", NAME); \
} while (0)
#define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
do { \
int len = strlen (NAME); \
char *temp = (char *) alloca (len + 4); \
temp[0] = 'L'; \
temp[1] = '_'; \
strcpy (&temp[2], (NAME)); \
temp[len + 2] = '_'; \
temp[len + 3] = 0; \
(OUTPUT) = (char *) alloca (strlen (NAME) + 13); \
sprintf (OUTPUT, "_%s$%d", temp, LABELNO); \
} while (0)
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
do { char __buf[256]; \
fprintf (FILE, "\t.dd\t"); \
...
...
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