Coding style.
- Tools should return a status and a text string, not a status and a fill3 widget.
This commit is contained in:
parent
8eff1d5a0f
commit
9b5ad3332e
25 changed files with 246 additions and 243 deletions
|
|
@ -1,23 +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
|
||||
|
||||
./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
|
||||
|
||||
|
||||
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