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
20c93f7c
Commit
20c93f7c
authored
Jul 18, 2001
by
Rainer Orth
Committed by
Rainer Orth
Jul 18, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
From-SVN: r44131
parent
06c271c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/defaults.h
+3
-1
No files found.
gcc/ChangeLog
View file @
20c93f7c
2001-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
Wed Jul 18 20:47:36 CEST 2001 Jan Hubicka <jh@suse.cz>
Wed Jul 18 20:47:36 CEST 2001 Jan Hubicka <jh@suse.cz>
* cse.c: Undo my previous patch.
* cse.c: Undo my previous patch.
...
...
gcc/defaults.h
View file @
20c93f7c
...
@@ -143,7 +143,8 @@ do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0)
...
@@ -143,7 +143,8 @@ do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0)
#endif
#endif
/* This is how we tell the assembler that a symbol is weak. */
/* This is how we tell the assembler that a symbol is weak. */
#if !defined (ASM_OUTPUT_WEAK_ALIAS) && defined (ASM_OUTPUT_DEF)
#ifndef ASM_OUTPUT_WEAK_ALIAS
#if defined (ASM_WEAKEN_LABEL) && defined (ASM_OUTPUT_DEF)
#define ASM_OUTPUT_WEAK_ALIAS(STREAM, NAME, VALUE) \
#define ASM_OUTPUT_WEAK_ALIAS(STREAM, NAME, VALUE) \
do \
do \
{ \
{ \
...
@@ -153,6 +154,7 @@ do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0)
...
@@ -153,6 +154,7 @@ do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0)
} \
} \
while (0)
while (0)
#endif
#endif
#endif
/* This determines whether or not we support weak symbols. */
/* This determines whether or not we support weak symbols. */
#ifndef SUPPORTS_WEAK
#ifndef SUPPORTS_WEAK
...
...
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