projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd739ca
)
(MAXPAGESIZE): Renamed from PAGE_SIZE.
author
Ken Raeburn
<raeburn@cygnus>
Fri, 23 Jul 1993 17:58:24 +0000
(17:58 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Fri, 23 Jul 1993 17:58:24 +0000
(17:58 +0000)
(TEXT_START_ADDR): Value should be 0x10100.
(NONPAGED_TEXT_START_ADDR): Same (I guess).
ld/emulparams/elf32-sparc.sh
patch
|
blob
|
history
diff --git
a/ld/emulparams/elf32-sparc.sh
b/ld/emulparams/elf32-sparc.sh
index 93a0b4e86d5cef5444efe72c3a6ced2ab810a4da..4489e05d327f25d78d22d3266688635b8d18a1f1 100644
(file)
--- a/
ld/emulparams/elf32-sparc.sh
+++ b/
ld/emulparams/elf32-sparc.sh
@@
-1,6
+1,6
@@
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-sparc"
-TEXT_START_ADDR=0x10
02
00
-
PAGE_SIZE=0x10
0000
-NONPAGED_TEXT_START_ADDR=0x10
02
00
+TEXT_START_ADDR=0x10
1
00
+
MAXPAGESIZE=0x1
0000
+NONPAGED_TEXT_START_ADDR=0x10
1
00
ARCH=sparc