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
78a47b1d
Commit
78a47b1d
authored
Jul 08, 2004
by
Jan Beulich
Committed by
Richard Henderson
Jul 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.
From-SVN: r84269
parent
884815aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/varasm.c
+1
-1
No files found.
gcc/ChangeLog
View file @
78a47b1d
2004-07-06 Jan Beulich <jbeulich@novell.com>
* varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.
* expmed.c (emit_store_flag): Also special-case double-word
(in-)equality comparison against -1.
...
...
gcc/varasm.c
View file @
78a47b1d
...
...
@@ -135,11 +135,11 @@ static void globalize_decl (tree);
static
void
maybe_assemble_visibility
(
tree
);
static
int
in_named_entry_eq
(
const
void
*
,
const
void
*
);
static
hashval_t
in_named_entry_hash
(
const
void
*
);
#ifdef BSS_SECTION_ASM_OP
#ifdef ASM_OUTPUT_BSS
static
void
asm_output_bss
(
FILE
*
,
tree
,
const
char
*
,
unsigned
HOST_WIDE_INT
,
unsigned
HOST_WIDE_INT
);
#endif
#ifdef BSS_SECTION_ASM_OP
#ifdef ASM_OUTPUT_ALIGNED_BSS
static
void
asm_output_aligned_bss
(
FILE
*
,
tree
,
const
char
*
,
unsigned
HOST_WIDE_INT
,
int
)
...
...
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