f4faf27b48
ld-cris/expdyn7.d, ld-cris/gotplt2.d, ld-cris/gotplt3.d, ld-cris/libdso-1.d, ld-cris/libdso-2.d, ld-cris/locref1.d, ld-cris/nodyn4.d, ld-cris/nodyn5.d: Adjust for reordered sections.
23 lines
495 B
Makefile
23 lines
495 B
Makefile
#as: --no-underscore --pic
|
|
#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+820ac g O \.data 0+ expobj
|
|
#...
|
|
0+820a0 g O \.got 0+ _GLOBAL_OFFSET_TABLE_
|
|
#...
|
|
Disassembly of section \.text:
|
|
#...
|
|
0+80078 <y>:
|
|
80078: 6fae d6df ffff .*
|
|
8007e: 6fbe 0c00 0000 .*
|