8d7146bab4
* ld-mmix/bpo-1.d: Updated for empty section removal. * ld-mmix/bpo-10.d: Likewise. * ld-mmix/bpo-11.d: Likewise. * ld-mmix/bpo-14.d: Likewise. * ld-mmix/bpo-16.d: Likewise. * ld-mmix/bpo-17.d: Likewise. * ld-mmix/bpo-18.d: Likewise. * ld-mmix/bpo-19.d: Likewise. * ld-mmix/bpo-2.d: Likewise. * ld-mmix/bpo-3.d: Likewise. * ld-mmix/bpo-4.d: Likewise. * ld-mmix/bpo-5.d: Likewise. * ld-mmix/bpo-6.d: Likewise. * ld-mmix/bpo-9.d: Likewise. * ld-mmix/bspec1.d: Likewise. * ld-mmix/bspec2.d: Likewise. * ld-mmix/greg-1.d: Likewise. * ld-mmix/greg-19.d: Likewise. * ld-mmix/greg-2.d: Likewise. * ld-mmix/greg-3.d: Likewise. * ld-mmix/greg-4.d: Likewise. * ld-mmix/greg-5.d: Likewise. * ld-mmix/greg-5s.d: Likewise. * ld-mmix/greg-6.d: Likewise. * ld-mmix/greg-7.d: Likewise. * ld-mmix/loc1.d: Likewise. * ld-mmix/loc2.d: Likewise. * ld-mmix/loc3.d: Likewise. * ld-mmix/loc4.d: Likewise. * ld-mmix/loc6.d: Likewise. * ld-mmix/local1.d: Likewise. * ld-mmix/local12.d: Likewise. * ld-mmix/local3.d: Likewise. * ld-mmix/local5.d: Likewise. * ld-mmix/local7.d: Likewise. * ld-mmix/locdo-1.d: Likewise. * ld-mmix/loct-1.d: Likewise. * ld-mmix/locto-1.d: Likewise. * ld-mmix/start-1.d: Likewise. * ld-mmix/undef-3.d: Likewise.
37 lines
1.6 KiB
Makefile
37 lines
1.6 KiB
Makefile
#source: start.s
|
|
#ld: -u undefd -m elf64mmix
|
|
#readelf: -S -s
|
|
|
|
There are 5 section headers, starting at offset 0xa0:
|
|
|
|
Section Headers:
|
|
\[Nr\] Name Type Address Offset
|
|
Size EntSize Flags Link Info Align
|
|
\[ 0\] NULL 0+ 0+
|
|
0+ 0+ 0 0 0
|
|
\[ 1\] \.text PROGBITS 0+ 0+78
|
|
0+4 0+ AX 0 0 4
|
|
\[ 2\] \.shstrtab STRTAB 0+ 0+7c
|
|
0+21 0+ 0 0 1
|
|
\[ 3\] \.symtab SYMTAB 0+ 0+1e0
|
|
0+108 0+18 4 5 8
|
|
\[ 4\] \.strtab STRTAB 0+ 0+2e8
|
|
0+2f 0+ 0 0 1
|
|
Key to Flags:
|
|
W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
|
|
I \(info\), L \(link order\), G \(group\), x \(unknown\)
|
|
O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
|
|
|
|
Symbol table '\.symtab' contains 11 entries:
|
|
Num: Value Size Type Bind Vis Ndx Name
|
|
0: 0+ 0 NOTYPE LOCAL DEFAULT UND
|
|
1: 0+ 0 SECTION LOCAL DEFAULT 1
|
|
2: 0+ 0 SECTION LOCAL DEFAULT 2
|
|
3: 0+ 0 SECTION LOCAL DEFAULT 3
|
|
4: 0+ 0 SECTION LOCAL DEFAULT 4
|
|
5: 0+ 0 NOTYPE GLOBAL DEFAULT UND undefd
|
|
6: 0+ 0 NOTYPE GLOBAL DEFAULT 1 _start
|
|
7: 2000000000000000 0 NOTYPE GLOBAL DEFAULT ABS __bss_start
|
|
8: 2000000000000000 0 NOTYPE GLOBAL DEFAULT ABS _edata
|
|
9: 2000000000000000 0 NOTYPE GLOBAL DEFAULT ABS _end
|
|
10: 0+ 0 NOTYPE GLOBAL DEFAULT 1 _start\.
|