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
ac670723
Commit
ac670723
authored
May 06, 2000
by
Richard Earnshaw
Committed by
Richard Earnshaw
May 06, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
From-SVN: r33729
parent
fad163ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/arm/arm-protos.h
+2
-2
No files found.
gcc/ChangeLog
View file @
ac670723
2000
-
05
-
06
Richard
Earnshaw
(
reanrsha
@arm
.
com
)
*
arm
-
protos
.
h
(
arm_dllexport_name_p
,
arm_dllimport_name_p
)
:
Constify
.
2000
-
05
-
06
Richard
Earnshaw
(
reanrsha
@arm
.
com
)
*
arm
.
c
(
arm_gen_load_multiple
,
arm_gen_store_mulitple
)
:
Don
'
t
add
bogus
clobber
to
insns
.
(
load_multiple_operation
,
store_mulitple_operation
)
:
Don
'
t
check
...
...
gcc/config/arm/arm-protos.h
View file @
ac670723
...
...
@@ -178,8 +178,8 @@ extern void thumb_reload_in_hi PARAMS ((rtx *));
#endif
/* Defined in pe.c. */
extern
int
arm_dllexport_name_p
PARAMS
((
char
*
));
extern
int
arm_dllimport_name_p
PARAMS
((
char
*
));
extern
int
arm_dllexport_name_p
PARAMS
((
c
onst
c
har
*
));
extern
int
arm_dllimport_name_p
PARAMS
((
c
onst
c
har
*
));
#ifdef TREE_CODE
extern
int
arm_pe_valid_machine_decl_attribute
...
...
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