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
8b737c83
Commit
8b737c83
authored
Mar 09, 2001
by
Jeffrey A Law
Committed by
Jeff Law
Mar 08, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Disable.
From-SVN: r40342
parent
e7d96a83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/som.h
+7
-0
No files found.
gcc/ChangeLog
View file @
8b737c83
Thu Mar 8 23:36:56 2001 Jeffrey A Law (law@cygnus.com)
* config/pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Disable.
Thu Mar 8 23:29:37 2001 John Wehle (john@feith.com)
* rtlanal.c (rtx_varies_p): Check operand 0 of a
...
...
gcc/config/pa/som.h
View file @
8b737c83
...
...
@@ -384,6 +384,12 @@ do { \
/* The .align directive in the HP assembler allows up to a 32 alignment. */
#define MAX_OFILE_ALIGNMENT 32768
/* This has been disabled for now. As best as I call tell we are not
following the proper conventions for secondary definitions as we
do not emit a duplicate symbol with '_' prefix for each secondary
definition. This appears to be the cause of HP's tools core
dumping and the dynamic linker reporting undefined symbols. */
#if 0
#ifdef HAVE_GAS_WEAK
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
...
...
@@ -401,3 +407,4 @@ do { \
} \
} while (0)
#endif
#endif
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