mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
5ff4a71ef3
ld-mmix/loc4.d, ld-mmix/loc4m.d, ld-mmix/loc6.d, ld-mmix/loc6m.d, ld-mmix/locdo-1.d, ld-mmix/sec-1.d, ld-mmix/sec-2.d, ld-mmix/sec-3.d, ld-mmix/sec-4.d, ld-mmix/sec-5.d, ld-mmix/sec-7m.d, ld-mmix/sec-8m.d, ld-mmix/spec802.d, ld-mmix/spec803.d, ld-mmix/spec804.d, ld-mmix/spec805.d, ld-mmix/spec806.d, ld-mmix/spec807.d, ld-mmix/spec808.d: Tweak for objdump no longer truncating dump addresses.
28 lines
794 B
Makefile
28 lines
794 B
Makefile
#source: b-twoinsn.s
|
|
#source: b-fixo2.s
|
|
#source: b-post1.s
|
|
#source: b-goodmain.s
|
|
#ld: --oformat binary
|
|
#objcopy_linked_file:
|
|
#objdump: -sht
|
|
|
|
# Note that we "optimize" out the high tetrabyte of 0 written to
|
|
# 2068098510aa5560, hence only the low part is left.
|
|
|
|
.*: file format mmo
|
|
|
|
Sections:
|
|
Idx Name Size VMA LMA File off Algn
|
|
0 \.text 0+8 0+ 0+ 0+ 2\*\*2
|
|
CONTENTS, ALLOC, LOAD, CODE
|
|
1 \.data 0+4 2068098510aa5564 2068098510aa5564 0+ 2\*\*2
|
|
CONTENTS, ALLOC, LOAD
|
|
SYMBOL TABLE:
|
|
0+4 g \.text Main
|
|
0+4 g \.text a
|
|
|
|
Contents of section \.text:
|
|
0000 e3fd0001 e3fd0004 .*
|
|
Contents of section \.data:
|
|
2068098510aa5564 00000008 .*
|