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
6547b720
Commit
6547b720
authored
Jan 19, 1996
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work with new linker
From-SVN: r11071
parent
bd28bf5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
12 deletions
+5
-12
gcc/config/rs6000/eabi-ci.asm
+5
-5
gcc/config/rs6000/eabi-cn.asm
+0
-7
No files found.
gcc/config/rs6000/eabi-ci.asm
View file @
6547b720
...
@@ -44,11 +44,8 @@
...
@@ -44,11 +44,8 @@
.
type
__GOT_START__
,
@
object
.
type
__GOT_START__
,
@
object
.
weak
_GLOBAL_OFFSET_TABLE_
.
weak
_GLOBAL_OFFSET_TABLE_
.
type
_GLOBAL_OFFSET_TABLE_
,
@
object
.
type
_GLOBAL_OFFSET_TABLE_
,
@
object
.
weak
_SDA_BASE_
.
type
_SDA_BASE_
,
@
object
__GOT_START__
:
__GOT_START__
:
_GLOBAL_OFFSET_TABLE_
:
_GLOBAL_OFFSET_TABLE_
:
_SDA_BASE_
:
.
section
".got1"
,
"aw"
.
section
".got1"
,
"aw"
.
globl
__GOT1_START__
.
globl
__GOT1_START__
...
@@ -78,7 +75,10 @@ __DTOR_LIST__:
...
@@ -78,7 +75,10 @@ __DTOR_LIST__:
.
section
".sdata"
,
"aw"
.
section
".sdata"
,
"aw"
.
globl
__SDATA_START__
.
globl
__SDATA_START__
.
type
__SDATA_START__
,
@
object
.
type
__SDATA_START__
,
@
object
.
weak
_SDA_BASE_
.
type
_SDA_BASE_
,
@
object
__SDATA_START__
:
__SDATA_START__
:
_SDA_BASE_
:
.
section
".sbss"
,
"aw"
,
@
nobits
.
section
".sbss"
,
"aw"
,
@
nobits
.
globl
__SBSS_START__
.
globl
__SBSS_START__
...
@@ -86,12 +86,12 @@ __SDATA_START__:
...
@@ -86,12 +86,12 @@ __SDATA_START__:
__SBSS_START__
:
__SBSS_START__
:
.
section
".sdata2"
,
"aw"
.
section
".sdata2"
,
"aw"
.
globl
_SDA2_BASE_
.
weak
_SDA2_BASE_
.
type
_SDA2_BASE_
,
@
object
.
type
_SDA2_BASE_
,
@
object
.
globl
__SDATA2_START__
.
globl
__SDATA2_START__
.
type
__SDATA2_START__
,
@
object
.
type
__SDATA2_START__
,
@
object
__SDATA2_START__
:
__SDATA2_START__
:
_SDA2_BASE_
=
.
+
32768
_SDA2_BASE_
:
.
section
".sbss2"
,
"aw"
.
section
".sbss2"
,
"aw"
.
globl
__SBSS2_START__
.
globl
__SBSS2_START__
...
...
gcc/config/rs6000/eabi-cn.asm
View file @
6547b720
...
@@ -69,13 +69,6 @@ __CTOR_END__:
...
@@ -69,13 +69,6 @@ __CTOR_END__:
.
type
__DTOR_END__
,
@
object
.
type
__DTOR_END__
,
@
object
__DTOR_END__
:
__DTOR_END__
:
#
Put
a
blrl
instruction
in
the
special
.
got
.
blrl
section
,
which
#
the
GNU
linker
puts
at
_GLOBAL_OFFSET_TABLE
-
4
,
so
that
a
program
#
can
find
the
_GLOBAL_OFFSET_TABLE_
address
in
a
painless
fashion
.
.
section
".got.blrl"
,
"awx"
blrl
.
section
".sdata"
,
"aw"
.
section
".sdata"
,
"aw"
.
globl
__SDATA_END__
.
globl
__SDATA_END__
.
type
__SDATA_END__
,
@
object
.
type
__SDATA_END__
,
@
object
...
...
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