Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
908261f3
Commit
908261f3
authored
16 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git+ssh://10.10.0.7/home/wd/git/u-boot/master
parents
12a67a9e
0f8c62a1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cpu/mips/start.S
+6
-3
6 additions, 3 deletions
cpu/mips/start.S
with
6 additions
and
3 deletions
cpu/mips/start.S
+
6
−
3
View file @
908261f3
...
...
@@ -345,7 +345,8 @@ relocate_code:
jr
t0
nop
.
gpword
_GLOBAL_OFFSET_TABLE_
/*
_GLOBAL_OFFSET_TABLE_
-
_gp
*/
.
word
_gp
.
word
_GLOBAL_OFFSET_TABLE_
.
word
uboot_end_data
.
word
uboot_end
.
word
num_got_entries
...
...
@@ -358,8 +359,10 @@ in_ram:
*
generated
by
GNU
ld
.
Skip
these
reserved
entries
from
relocation
.
*/
lw
t3
,
-
4
(
t0
)
/*
t3
<--
num_got_entries
*/
lw
t4
,
-
16
(
t0
)
/*
t4
<--
(
_GLOBAL_OFFSET_TABLE_
-
_gp
)
*/
add
t4
,
t4
,
gp
/*
t4
now
holds
_GLOBAL_OFFSET_TABLE_
*/
lw
t4
,
-
16
(
t0
)
/*
t4
<--
_GLOBAL_OFFSET_TABLE_
*/
lw
t5
,
-
20
(
t0
)
/*
t5
<--
_gp
*/
sub
t4
,
t5
/*
compute
offset
*/
add
t4
,
t4
,
gp
/*
t4
now
holds
relocated
_GLOBAL_OFFSET_TABLE_
*/
addi
t4
,
t4
,
8
/*
Skipping
first
two
entries
.
*/
li
t2
,
2
1
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment