repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Properly convert LTO plugin visibility to ELF visibility.
[binutils.git]
/
ld
/
emulparams
/
h8300sxelf.sh
blob
c0b715f0ba9016330125b5cbce6b54f949e90cb8
1
.
${srcdir}
/
emulparams
/
h8300elf.sh
2
ARCH
=
"h8300:h8300sx"
3
STACK_ADDR
=
0x2fefc
4
TINY_READONLY_SECTION
=
".tinyrodata :
5
{
6
*(.tinyrodata)
7
} =0"
8
TINY_DATA_SECTION
=
".tinydata 0xff8000 :
9
{
10
*(.tinydata)
11
${RELOCATING+ _tinydata = .; }
12
}"
13
TINY_BSS_SECTION
=
".tinybss : AT (_tinydata)
14
{
15
*(.tinybss)
16
}"