c18392d87d
ld/ * configure.tgt: Add Visium support. * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32visium.c. (eelf32visium.c): New rule. * Makefile.in: Regenerate. * emulparams/elf32visium.sh: New file. * scripttempl/visium.sc: Likewise. ld/testsuite/ * lib/ld-lib.exp (check_shared_lib_support): Return 0 for Visium. * ld-visium/: New directory.
13 lines
126 B
ArmAsm
13 lines
126 B
ArmAsm
.global abs1
|
|
abs1 = 0x1000
|
|
|
|
.data
|
|
.global data1
|
|
data1:
|
|
.text
|
|
.global text1
|
|
text1:
|
|
.global text2
|
|
text2 = . + 65536
|
|
.end
|