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
1426f761
Commit
1426f761
authored
Nov 01, 2000
by
Nick Clifton
Committed by
Nick Clifton
Nov 01, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not allow -fdata-sections to override the section attribute of a DECL.
From-SVN: r37176
parent
a8c0159a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/arm/unknown-elf.h
+1
-1
No files found.
gcc/ChangeLog
View file @
1426f761
2000-10-31 Nick Clifton <nickc@redhat.com>
* config/arm/unknown-elf.h (UNIQUE_SECTION_P): Do not allow
-fdata-sections to override the section attribute of a DECL.
2000-10-31 Chris Demetriou <cgd@sibyte.com>
2000-10-31 Chris Demetriou <cgd@sibyte.com>
* libgcc2.c (__shtab): Remove __shtab variable.
* libgcc2.c (__shtab): Remove __shtab variable.
...
...
gcc/config/arm/unknown-elf.h
View file @
1426f761
...
@@ -139,7 +139,7 @@ rdata_section () \
...
@@ -139,7 +139,7 @@ rdata_section () \
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
#define UNIQUE_SECTION_P(DECL) (DECL_ONE_ONLY (DECL)
|| flag_data_sections
)
#define UNIQUE_SECTION_P(DECL) (DECL_ONE_ONLY (DECL))
#define UNIQUE_SECTION(DECL, RELOC) \
#define UNIQUE_SECTION(DECL, RELOC) \
do \
do \
...
...
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