Made vigil into a package with a setup.py file.
This commit is contained in:
parent
49f8d87659
commit
5728e5cff3
135 changed files with 76 additions and 50 deletions
23
tests/golden-files/results/objdump_headers-Mcrt1_o
Normal file
23
tests/golden-files/results/objdump_headers-Mcrt1_o
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
./input/Mcrt1.o: file format elf32-i386
|
||||
./input/Mcrt1.o
|
||||
architecture: i386, flags 0x00000000:
|
||||
|
||||
start address 0x00000000
|
||||
|
||||
Sections:
|
||||
Idx Name Size VMA LMA File off Algn
|
||||
0 .text 00000000 00000000 00000000 00000034 2**0
|
||||
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
||||
1 .data 00000000 00000000 00000000 00000034 2**0
|
||||
CONTENTS, ALLOC, LOAD, DATA
|
||||
2 .bss 00000000 00000000 00000000 00000034 2**0
|
||||
ALLOC
|
||||
3 .note.GNU-stack 00000000 00000000 00000000 00000034 2**0
|
||||
CONTENTS, READONLY
|
||||
4 .gnu_debuglink 0000000c 00000000 00000000 00000034 2**0
|
||||
CONTENTS, READONLY
|
||||
SYMBOL TABLE:
|
||||
no symbols
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue