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
00fdafef
Commit
00fdafef
authored
Apr 09, 2000
by
Philip Blundell
Committed by
Nick Clifton
Apr 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Strip '*' prefix from label names.
From-SVN: r33045
parent
46d21d2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.h
+1
-0
No files found.
gcc/ChangeLog
View file @
00fdafef
2000
-
04
-
09
Philip
Blundell
<
philb
@gnu
.
org
>
*
config
/
arm
/
arm
.
h
(
ARM_NAME_ENCODING_LENGTHS
)
:
Strip
`
*
'
too
.
Sun
Apr
9
15
:
16
:
14
EDT
2000
John
Wehle
(
john
@feith
.
com
)
Sun
Apr
9
15
:
16
:
14
EDT
2000
John
Wehle
(
john
@feith
.
com
)
*
i386
.
md
(
fix_truncsfhi2
,
fix_truncdfhi2
,
*
i386
.
md
(
fix_truncsfhi2
,
fix_truncdfhi2
,
...
...
gcc/config/arm/arm.h
View file @
00fdafef
...
@@ -1835,6 +1835,7 @@ typedef struct
...
@@ -1835,6 +1835,7 @@ typedef struct
#define ARM_NAME_ENCODING_LENGTHS \
#define ARM_NAME_ENCODING_LENGTHS \
case SHORT_CALL_FLAG_CHAR: return 1; \
case SHORT_CALL_FLAG_CHAR: return 1; \
case LONG_CALL_FLAG_CHAR: return 1; \
case LONG_CALL_FLAG_CHAR: return 1; \
case '*': return 1; \
SUBTARGET_NAME_ENCODING_LENGTHS
SUBTARGET_NAME_ENCODING_LENGTHS
/* This has to be handled by a function because more than part of the
/* This has to be handled by a function because more than part of the
...
...
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