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
4b550d9f
Commit
4b550d9f
authored
Feb 02, 2003
by
Andreas Schwab
Committed by
Andreas Schwab
Feb 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* varasm.c (asm_output_aligned_bss): Declare as possibly unused.
From-SVN: r62282
parent
0732a089
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/varasm.c
+2
-2
No files found.
gcc/ChangeLog
View file @
4b550d9f
2003
-
02
-
02
Andreas
Schwab
<
schwab
@suse
.
de
>
*
varasm
.
c
(
asm_output_aligned_bss
)
:
Declare
as
possibly
unused
.
2003
-
02
-
02
Richard
Earnshaw
<
rearnsha
@arm
.
com
>
*
arm
.
md
(
sibcall_epilogue
)
:
Set
the
"conds"
to
"clob"
.
...
...
gcc/varasm.c
View file @
4b550d9f
...
...
@@ -169,8 +169,8 @@ static void asm_output_bss PARAMS ((FILE *, tree, const char *, int, int));
#endif
#ifdef BSS_SECTION_ASM_OP
#ifdef ASM_OUTPUT_ALIGNED_BSS
static
void
asm_output_aligned_bss
PARAMS
((
FILE
*
,
tree
,
const
char
*
,
int
,
int
))
;
static
void
asm_output_aligned_bss
PARAMS
((
FILE
*
,
tree
,
const
char
*
,
int
,
int
))
ATTRIBUTE_UNUSED
;
#endif
#endif
/* BSS_SECTION_ASM_OP */
static
hashval_t
const_str_htab_hash
PARAMS
((
const
void
*
x
));
...
...
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