4f02944618
* ld-cris/expdyn5.d: Updated for alignment change in elf.sc. * ld-cris/expdyn6.d: Likewise. * ld-cris/expdyn7.d: Likewise. * ld-cris/gotplt1.d: Likewise. * ld-cris/gotplt2.d: Likewise. * ld-cris/gotplt3.d: Likewise. * ld-cris/libdso-10.d: Likewise. * ld-cris/libdso-11.d: Likewise. * ld-cris/libdso-12.d: Likewise. * ld-cris/libdso-14.d: Likewise. * ld-cris/libdso-2.d: Likewise. * ld-cris/locref1.d: Likewise. * ld-cris/locref2.d: Likewise. * ld-cris/nodyn5.d: Likewise. * ld-cris/pv32-1.d: Likewise. * ld-cris/weakref2.d: Likewise.
23 lines
517 B
Makefile
23 lines
517 B
Makefile
#as: --no-underscore --pic --em=criself
|
|
#source: expdyn1.s
|
|
#source: locref1.s
|
|
#ld: -m crislinux
|
|
#objdump: -dt
|
|
|
|
# Referencing a "normal" (non-hidden) symbol with a local-only PIC
|
|
# relocation is ok when building an executable.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
SYMBOL TABLE:
|
|
#...
|
|
0+80076 g F \.text 0+2 expfn
|
|
0+82090 g O \.data 0+ expobj
|
|
#...
|
|
0+82084 g O \.got 0+ \.hidden _GLOBAL_OFFSET_TABLE_
|
|
#...
|
|
Disassembly of section \.text:
|
|
#...
|
|
0+80078 <y>:
|
|
80078: 6fae f2df ffff .*
|
|
8007e: 6fbe 0c00 0000 .*
|