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
1fbbc055
Commit
1fbbc055
authored
Mar 08, 2005
by
Julian Brown
Committed by
Julian Brown
Mar 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Patch from 2005-03-08 reverted for causing regressions and
ppc-darwin bootstrap failure. From-SVN: r96136
parent
59e28bec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
gcc/ChangeLog
+5
-0
gcc/config/elfos.h
+1
-9
No files found.
gcc/ChangeLog
View file @
1fbbc055
2005-03-08 Julian Brown <julian@codesourcery.com>
* Patch from 2005-03-08 reverted for causing regressions and
ppc-darwin bootstrap failure.
2005-03-08 Fariborz Jahanian <fjahanian@apple.com>
* config/rs6000/rs6000.c (invalid_arg_for_unprototyped_fn):
...
...
gcc/config/elfos.h
View file @
1fbbc055
...
...
@@ -212,15 +212,7 @@ Boston, MA 02111-1307, USA. */
fprintf ((FILE), "%s\n", ASM_SECTION_START_OP)
#endif
/* Don't use weak for entities with vague linkage when HAVE_GAS_COMDAT_GROUP
is true. */
#define MAKE_DECL_ONE_ONLY(DECL) \
do \
{ \
if (!HAVE_GAS_COMDAT_GROUP) \
DECL_WEAK(DECL) = 1; \
} \
while (0)
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/* Switch into a generic section. */
#define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section
...
...
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