2012-03-26 19:18:29 +00:00
|
|
|
#source: pic-gc-72.s
|
|
|
|
#source: expdref1.s
|
|
|
|
#source: expdyn1.s
|
|
|
|
#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
|
|
|
#ld: --shared -m crislinux --gc-sections
|
|
|
|
#objdump: -s -t -R -p -T
|
|
|
|
|
|
|
|
# Exercise PIC relocs through changed GC sweep function.
|
|
|
|
# There should be nothing left except from expdyn1.s.
|
|
|
|
|
|
|
|
.*: file format elf32-cris
|
|
|
|
#...
|
|
|
|
DYNAMIC RELOCATION RECORDS \(none\)
|
|
|
|
|
|
|
|
Contents of section .hash:
|
|
|
|
#...
|
|
|
|
Contents of section .dynsym:
|
|
|
|
#...
|
|
|
|
Contents of section .dynstr:
|
|
|
|
#...
|
|
|
|
Contents of section .text:
|
2014-09-12 22:14:23 +00:00
|
|
|
016e 0f050f05 .*
|
2012-03-26 19:18:29 +00:00
|
|
|
Contents of section .dynamic:
|
2014-09-12 22:14:23 +00:00
|
|
|
2174 .*
|
2012-03-26 19:18:29 +00:00
|
|
|
#...
|
|
|
|
Contents of section .got:
|
2014-09-12 22:14:23 +00:00
|
|
|
21cc 74210000 00000000 00000000 .*
|
2012-03-26 19:18:29 +00:00
|
|
|
Contents of section .data:
|
2014-09-12 22:14:23 +00:00
|
|
|
21d8 00000000 .*
|