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
c469244e
Commit
c469244e
authored
Jul 31, 2011
by
Richard Henderson
Committed by
Richard Henderson
Jul 31, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h8300: Add flags to .section directives.
From-SVN: r176996
parent
b87ac615
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ChangeLog
+5
-0
gcc/config/h8300/crti.asm
+2
-2
gcc/config/h8300/crtn.asm
+2
-2
No files found.
gcc/ChangeLog
View file @
c469244e
2011-07-31 Richard Henderson <rth@redhat.com>
2011-07-31 Richard Henderson <rth@redhat.com>
* config/h8300/crti.asm: Add flags to .section directive.
* config/h8300/crtn.asm: Likewise.
2011-07-31 Richard Henderson <rth@redhat.com>
* stor-layout.c (initialize_sizetypes): Handle unsigned short.
* stor-layout.c (initialize_sizetypes): Handle unsigned short.
* tree.c (build_common_tree_nodes): Likewise.
* tree.c (build_common_tree_nodes): Likewise.
...
...
gcc/config/h8300/crti.asm
View file @
c469244e
...
@@ -55,9 +55,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
...
@@ -55,9 +55,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#
endif
#
endif
#
endif
#
endif
.
section
.
init
.
section
.
init
,
"ax"
,
@
progbits
.
global
__init
.
global
__init
__init
:
__init
:
.
section
.
fini
.
section
.
fini
,
"ax"
,
@
progbits
.
global
__fini
.
global
__fini
__fini
:
__fini
:
gcc/config/h8300/crtn.asm
View file @
c469244e
...
@@ -46,8 +46,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
...
@@ -46,8 +46,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
.
h8300sx
.
h8300sx
#
endif
#
endif
#
endif
#
endif
.
section
.
init
.
section
.
init
,
"ax"
,
@
progbits
rts
rts
.
section
.
fini
.
section
.
fini
,
"ax"
,
@
progbits
rts
rts
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