f6ac761239
* ld-cris/pv32-1.d: Update. * ld-alpha/tlsbin.dd: Update for empty section removal change. * ld-alpha/tlsbin.sd: Likewise. * ld-alpha/tlsbin.td: Likewise. * ld-alpha/tlsbinr.dd: Likewise. * ld-alpha/tlsbinr.rd: Likewise. * ld-alpha/tlspic.dd: Likewise. * ld-alpha/tlspic.rd: Likewise. * ld-alpha/tlspic.sd: Likewise. * ld-alpha/tlspic.td: Likewise. * ld-arm/tls-lib.d: Likewise. * ld-arm/tls-lib.r: Likewise. * ld-cris/gotplt2.d: Likewise. * ld-cris/gotplt3.d: Likewise. * ld-cris/hiddef1.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-i386/tlsnopic.dd: Likewise. * ld-i386/tlsnopic.rd: Likewise. * ld-i386/tlsnopic.sd: Likewise. * ld-i386/tlspic.rd: Likewise. * ld-mmix/bpo-10.d: Likewise. * ld-mmix/bpo-22.d: Likewise. * ld-mmix/sec-7m.d: Likewise. * ld-powerpc/tlsexe.r: Likewise. * ld-powerpc/tlsexetoc.r: Likewise. * ld-powerpc/tlsso.g: Likewise. * ld-powerpc/tlsso.r: Likewise. * ld-powerpc/tlsso32.d: Likewise. * ld-powerpc/tlsso32.g: Likewise. * ld-powerpc/tlsso32.r: Likewise. * ld-powerpc/tlstocso.g: Likewise. * ld-powerpc/tlstocso.r: Likewise.
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
#source: start.s
|
|
#source: sec-7a.s
|
|
#source: sec-7b.s
|
|
#source: sec-7c.s
|
|
#source: sec-7d.s
|
|
#source: sec-7e.s
|
|
#ld: -m mmo
|
|
#objcopy_linked_file:
|
|
#objdump: -hs
|
|
|
|
# When producing mmo output: sections with an input length not a
|
|
# multiple of 4, and whose total length in linked output
|
|
# exceeded the "chunk size" (32768), would get to-4-padding
|
|
# inserted at each chunk division. Also check that section
|
|
# sizes aren't rounded up at objcopy.
|
|
|
|
.*: file format mmo
|
|
|
|
Sections:
|
|
Idx Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File off Algn
|
|
0 \.text[ ]+0+4 0+ 0+ 0+ 2\*\*2
|
|
[ ]+CONTENTS, ALLOC, LOAD, CODE
|
|
1 \.di +0+27ffb +0+4 +0+4 +0+ +2\*\*2
|
|
[ ]+CONTENTS, READONLY
|
|
Contents of section \.text:
|
|
0000 e3fd0001[ ]+.*
|
|
Contents of section \.di:
|
|
00004 2a000000 00000000 00000000 00000000 .*
|
|
#...
|
|
07ff4 00000000 00000000 00000000 2b2c0000 .*
|
|
#...
|
|
0fff4 00000000 00000000 00002d2e 00000000 .*
|
|
#...
|
|
17ff4 00000000 00000000 002f3000 00000000 .*
|
|
#...
|
|
1fff4 00000000 00000000 00313200 00000000 .*
|
|
#...
|
|
27ff4 00000000 00000000 000033[ ]+.*
|