Fix incorrect line endings

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver 2009-10-26 22:39:24 +00:00
parent d87ee640c7
commit 8f3b28ff41
30 changed files with 27885 additions and 27885 deletions

34
tcl/test/selftest.cfg Normal file → Executable file
View File

@ -1,17 +1,17 @@
add_help_text selftest "run selftest using working ram <tmpfile> <address> <size>" add_help_text selftest "run selftest using working ram <tmpfile> <address> <size>"
proc selftest {tmpfile address size} { proc selftest {tmpfile address size} {
for {set i 0} {$i < $size } {set i [expr $i+4]} { for {set i 0} {$i < $size } {set i [expr $i+4]} {
mww [expr $address+$i] $i mww [expr $address+$i] $i
} }
for {set i 0} {$i < 10 } {set i [expr $i+1]} { for {set i 0} {$i < 10 } {set i [expr $i+1]} {
puts "Test iteration $i" puts "Test iteration $i"
dump_image $tmpfile $address $size dump_image $tmpfile $address $size
verify_image $tmpfile $address bin verify_image $tmpfile $address bin
load_image $tmpfile $address bin load_image $tmpfile $address bin
} }
} }

View File

@ -1,23 +1,23 @@
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE518F09FE518F09FE518F09FE5B0 :1000100018F09FE518F09FE518F09FE518F09FE5B0
:1000200040000000B0000000B4000000B800000074 :1000200040000000B0000000B4000000B800000074
:10003000BC00000000000000C0000000C400000080 :10003000BC00000000000000C0000000C400000080
:10004000DBF021E37CD09FE5D7F021E378D09FE57A :10004000DBF021E37CD09FE5D7F021E378D09FE57A
:10005000D1F021E374D09FE5D2F021E370D09FE589 :10005000D1F021E374D09FE5D2F021E370D09FE589
:10006000D3F021E36CD09FE56C109FE56C209FE5F9 :10006000D3F021E36CD09FE56C109FE56C209FE5F9
:100070000030A0E3020051E104308114FCFFFF1ABC :100070000030A0E3020051E104308114FCFFFF1ABC
:1000800000000FE1C000C0E300F029E10000A0E3A0 :1000800000000FE1C000C0E300F029E10000A0E3A0
:100090000010A0E348209FE50FE0A0E112FF2FE150 :100090000010A0E348209FE50FE0A0E112FF2FE150
:1000A0000000A0E10000A0E10000A0E1FBFFFFEAEA :1000A0000000A0E10000A0E10000A0E1FBFFFFEAEA
:1000B000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEAA8 :1000B000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEAA8
:1000C000FEFFFFEAFEFFFFEA000600000005000059 :1000C000FEFFFFEAFEFFFFEA000600000005000059
:1000D0000003000000040000000A00004C010000C2 :1000D0000003000000040000000A00004C010000C2
:1000E0004C010000E80000000CD04DE20130A0E31C :1000E0004C010000E80000000CD04DE20130A0E31C
:1000F00000308DE50230A0E304308DE50030A0E350 :1000F00000308DE50230A0E304308DE50030A0E350
:1001000008308DE538309FE5002093E500309DE50F :1001000008308DE538309FE5002093E500309DE50F
:10011000023083E000308DE500309DE5013083E260 :10011000023083E000308DE500309DE5013083E260
:1001200000308DE504309DE5013083E204308DE53B :1001200000308DE504309DE5013083E204308DE53B
:1001300000209DE504309DE5033082E008308DE528 :1001300000209DE504309DE5033082E008308DE528
:0C014000F4FFFFEA480100000700000087 :0C014000F4FFFFEA480100000700000087
:0400000300000040B9 :0400000300000040B9
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
ram 0x00000000 0x00040000 ram 0x00000000 0x00040000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x00000000 0x14c .text 0x00000000 0x14c
*(.vectors) *(.vectors)
.vectors 0x00000000 0x40 ./src/crt.o .vectors 0x00000000 0x40 ./src/crt.o
0x00000040 . = ALIGN (0x4) 0x00000040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x00000040 0xa8 ./src/crt.o .init 0x00000040 0xa8 ./src/crt.o
0x000000c4 FIQHandler 0x000000c4 FIQHandler
0x000000b8 PAbortHandler 0x000000b8 PAbortHandler
0x000000a0 ExitFunction 0x000000a0 ExitFunction
0x00000040 ResetHandler 0x00000040 ResetHandler
0x000000bc DAbortHandler 0x000000bc DAbortHandler
0x000000c0 IRQHandler 0x000000c0 IRQHandler
0x000000b0 UndefHandler 0x000000b0 UndefHandler
0x000000e8 . = ALIGN (0x4) 0x000000e8 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x000000e8 0x0 ./src/crt.o .text 0x000000e8 0x0 ./src/crt.o
.text 0x000000e8 0x60 ./src/main.o .text 0x000000e8 0x60 ./src/main.o
0x000000e8 main 0x000000e8 main
0x00000148 . = ALIGN (0x4) 0x00000148 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x00000148 0x4 ./src/main.o .rodata 0x00000148 0x4 ./src/main.o
0x0000014c . = ALIGN (0x4) 0x0000014c . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x0000014c . = ALIGN (0x4) 0x0000014c . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x0000014c 0x0 ./src/crt.o .glue_7t 0x0000014c 0x0 ./src/crt.o
.glue_7t 0x0000014c 0x0 ./src/main.o .glue_7t 0x0000014c 0x0 ./src/main.o
0x0000014c . = ALIGN (0x4) 0x0000014c . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x0000014c 0x0 ./src/crt.o .glue_7 0x0000014c 0x0 ./src/crt.o
.glue_7 0x0000014c 0x0 ./src/main.o .glue_7 0x0000014c 0x0 ./src/main.o
0x0000014c . = ALIGN (0x4) 0x0000014c . = ALIGN (0x4)
0x0000014c etext = . 0x0000014c etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x0000014c 0x0 .data 0x0000014c 0x0
0x0000014c PROVIDE (__data_start, .) 0x0000014c PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x0000014c 0x0 ./src/crt.o .data 0x0000014c 0x0 ./src/crt.o
.data 0x0000014c 0x0 ./src/main.o .data 0x0000014c 0x0 ./src/main.o
0x0000014c . = ALIGN (0x4) 0x0000014c . = ALIGN (0x4)
0x0000014c edata = . 0x0000014c edata = .
0x0000014c _edata = . 0x0000014c _edata = .
0x0000014c PROVIDE (__data_end, .) 0x0000014c PROVIDE (__data_end, .)
.bss 0x0000014c 0x8b4 .bss 0x0000014c 0x8b4
0x0000014c PROVIDE (__bss_start, .) 0x0000014c PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x0000014c 0x0 ./src/crt.o .bss 0x0000014c 0x0 ./src/crt.o
.bss 0x0000014c 0x0 ./src/main.o .bss 0x0000014c 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x0000014c . = ALIGN (0x4) 0x0000014c . = ALIGN (0x4)
0x0000014c PROVIDE (__bss_end, .) 0x0000014c PROVIDE (__bss_end, .)
0x00000200 . = ALIGN (0x100) 0x00000200 . = ALIGN (0x100)
*fill* 0x0000014c 0xb4 00 *fill* 0x0000014c 0xb4 00
0x00000200 PROVIDE (__stack_start, .) 0x00000200 PROVIDE (__stack_start, .)
0x00000200 PROVIDE (__stack_fiq_start, .) 0x00000200 PROVIDE (__stack_fiq_start, .)
0x00000300 . = (. + FIQ_STACK_SIZE) 0x00000300 . = (. + FIQ_STACK_SIZE)
*fill* 0x00000200 0x100 00 *fill* 0x00000200 0x100 00
0x00000300 . = ALIGN (0x4) 0x00000300 . = ALIGN (0x4)
0x00000300 PROVIDE (__stack_fiq_end, .) 0x00000300 PROVIDE (__stack_fiq_end, .)
0x00000300 PROVIDE (__stack_irq_start, .) 0x00000300 PROVIDE (__stack_irq_start, .)
0x00000400 . = (. + IRQ_STACK_SIZE) 0x00000400 . = (. + IRQ_STACK_SIZE)
*fill* 0x00000300 0x100 00 *fill* 0x00000300 0x100 00
0x00000400 . = ALIGN (0x4) 0x00000400 . = ALIGN (0x4)
0x00000400 PROVIDE (__stack_irq_end, .) 0x00000400 PROVIDE (__stack_irq_end, .)
0x00000400 PROVIDE (__stack_abt_start, .) 0x00000400 PROVIDE (__stack_abt_start, .)
0x00000500 . = (. + ABT_STACK_SIZE) 0x00000500 . = (. + ABT_STACK_SIZE)
*fill* 0x00000400 0x100 00 *fill* 0x00000400 0x100 00
0x00000500 . = ALIGN (0x4) 0x00000500 . = ALIGN (0x4)
0x00000500 PROVIDE (__stack_abt_end, .) 0x00000500 PROVIDE (__stack_abt_end, .)
0x00000500 PROVIDE (__stack_und_start, .) 0x00000500 PROVIDE (__stack_und_start, .)
0x00000600 . = (. + UND_STACK_SIZE) 0x00000600 . = (. + UND_STACK_SIZE)
*fill* 0x00000500 0x100 00 *fill* 0x00000500 0x100 00
0x00000600 . = ALIGN (0x4) 0x00000600 . = ALIGN (0x4)
0x00000600 PROVIDE (__stack_und_end, .) 0x00000600 PROVIDE (__stack_und_end, .)
0x00000600 PROVIDE (__stack_svc_start, .) 0x00000600 PROVIDE (__stack_svc_start, .)
0x00000a00 . = (. + SVC_STACK_SIZE) 0x00000a00 . = (. + SVC_STACK_SIZE)
*fill* 0x00000600 0x400 00 *fill* 0x00000600 0x400 00
0x00000a00 . = ALIGN (0x4) 0x00000a00 . = ALIGN (0x4)
0x00000a00 PROVIDE (__stack_svc_end, .) 0x00000a00 PROVIDE (__stack_svc_end, .)
0x00000a00 PROVIDE (__stack_end, .) 0x00000a00 PROVIDE (__stack_end, .)
0x00000a00 PROVIDE (__heap_start, .) 0x00000a00 PROVIDE (__heap_start, .)
OUTPUT(test_ram.elf elf32-littlearm) OUTPUT(test_ram.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xc8 .debug_line 0x00000000 0xc8
.debug_line 0x00000000 0x71 ./src/crt.o .debug_line 0x00000000 0x71 ./src/crt.o
.debug_line 0x00000071 0x57 ./src/main.o .debug_line 0x00000071 0x57 ./src/main.o
.debug_info 0x00000000 0x208 .debug_info 0x00000000 0x208
.debug_info 0x00000000 0x77 ./src/crt.o .debug_info 0x00000000 0x77 ./src/crt.o
.debug_info 0x00000077 0x191 ./src/main.o .debug_info 0x00000077 0x191 ./src/main.o
.debug_abbrev 0x00000000 0x76 .debug_abbrev 0x00000000 0x76
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x64 ./src/main.o .debug_abbrev 0x00000012 0x64 ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,26 +1,26 @@
:020000044000BA :020000044000BA
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE5606FA0B818F09FE518F09FE515 :1000100018F09FE5606FA0B818F09FE518F09FE515
:1000200040000040D0000040D4000040D800004014 :1000200040000040D0000040D4000040D800004014
:10003000DC00004000000000E0000040E400004060 :10003000DC00004000000000E0000040E400004060
:100040000000A0E10000A0E10000A0E10000A0E1AC :100040000000A0E10000A0E10000A0E10000A0E1AC
:100050000000A0E10000A0E10000A0E10000A0E19C :100050000000A0E10000A0E10000A0E10000A0E19C
:10006000DBF021E37CD09FE5D7F021E378D09FE55A :10006000DBF021E37CD09FE5D7F021E378D09FE55A
:10007000D1F021E374D09FE5D2F021E370D09FE569 :10007000D1F021E374D09FE5D2F021E370D09FE569
:10008000D3F021E36CD09FE56C109FE56C209FE5D9 :10008000D3F021E36CD09FE56C109FE56C209FE5D9
:100090000030A0E3020051E104308114FCFFFF1A9C :100090000030A0E3020051E104308114FCFFFF1A9C
:1000A00000000FE1C000C0E300F029E10000A0E380 :1000A00000000FE1C000C0E300F029E10000A0E380
:1000B0000010A0E348209FE50FE0A0E112FF2FE130 :1000B0000010A0E348209FE50FE0A0E112FF2FE130
:1000C0000000A0E10000A0E10000A0E1FBFFFFEACA :1000C0000000A0E10000A0E10000A0E1FBFFFFEACA
:1000D000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA88 :1000D000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA88
:1000E000FEFFFFEAFEFFFFEA0006004000050040B9 :1000E000FEFFFFEAFEFFFFEA0006004000050040B9
:1000F0000003004000040040000A00406C01004082 :1000F0000003004000040040000A00406C01004082
:100100006C010040080100400CD04DE20130A0E33A :100100006C010040080100400CD04DE20130A0E33A
:1001100000308DE50230A0E304308DE50030A0E32F :1001100000308DE50230A0E304308DE50030A0E32F
:1001200008308DE538309FE5002093E500309DE5EF :1001200008308DE538309FE5002093E500309DE5EF
:10013000023083E000308DE500309DE5013083E240 :10013000023083E000308DE500309DE5013083E240
:1001400000308DE504309DE5013083E204308DE51B :1001400000308DE504309DE5013083E204308DE51B
:1001500000209DE504309DE5033082E008308DE508 :1001500000209DE504309DE5033082E008308DE508
:0C016000F4FFFFEA680100400700000007 :0C016000F4FFFFEA680100400700000007
:040000054000004077 :040000054000004077
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
ram 0x40000000 0x00008000 ram 0x40000000 0x00008000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x40000000 0x16c .text 0x40000000 0x16c
*(.vectors) *(.vectors)
.vectors 0x40000000 0x40 ./src/crt.o .vectors 0x40000000 0x40 ./src/crt.o
0x40000040 . = ALIGN (0x4) 0x40000040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x40000040 0xc8 ./src/crt.o .init 0x40000040 0xc8 ./src/crt.o
0x400000e4 FIQHandler 0x400000e4 FIQHandler
0x400000d8 PAbortHandler 0x400000d8 PAbortHandler
0x400000c0 ExitFunction 0x400000c0 ExitFunction
0x40000040 ResetHandler 0x40000040 ResetHandler
0x400000dc DAbortHandler 0x400000dc DAbortHandler
0x400000e0 IRQHandler 0x400000e0 IRQHandler
0x400000d0 UndefHandler 0x400000d0 UndefHandler
0x40000108 . = ALIGN (0x4) 0x40000108 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x40000108 0x0 ./src/crt.o .text 0x40000108 0x0 ./src/crt.o
.text 0x40000108 0x60 ./src/main.o .text 0x40000108 0x60 ./src/main.o
0x40000108 main 0x40000108 main
0x40000168 . = ALIGN (0x4) 0x40000168 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x40000168 0x4 ./src/main.o .rodata 0x40000168 0x4 ./src/main.o
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x4000016c 0x0 ./src/crt.o .glue_7t 0x4000016c 0x0 ./src/crt.o
.glue_7t 0x4000016c 0x0 ./src/main.o .glue_7t 0x4000016c 0x0 ./src/main.o
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x4000016c 0x0 ./src/crt.o .glue_7 0x4000016c 0x0 ./src/crt.o
.glue_7 0x4000016c 0x0 ./src/main.o .glue_7 0x4000016c 0x0 ./src/main.o
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
0x4000016c etext = . 0x4000016c etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x4000016c 0x0 .data 0x4000016c 0x0
0x4000016c PROVIDE (__data_start, .) 0x4000016c PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x4000016c 0x0 ./src/crt.o .data 0x4000016c 0x0 ./src/crt.o
.data 0x4000016c 0x0 ./src/main.o .data 0x4000016c 0x0 ./src/main.o
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
0x4000016c edata = . 0x4000016c edata = .
0x4000016c _edata = . 0x4000016c _edata = .
0x4000016c PROVIDE (__data_end, .) 0x4000016c PROVIDE (__data_end, .)
.bss 0x4000016c 0x894 .bss 0x4000016c 0x894
0x4000016c PROVIDE (__bss_start, .) 0x4000016c PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x4000016c 0x0 ./src/crt.o .bss 0x4000016c 0x0 ./src/crt.o
.bss 0x4000016c 0x0 ./src/main.o .bss 0x4000016c 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
0x4000016c PROVIDE (__bss_end, .) 0x4000016c PROVIDE (__bss_end, .)
0x40000200 . = ALIGN (0x100) 0x40000200 . = ALIGN (0x100)
*fill* 0x4000016c 0x94 00 *fill* 0x4000016c 0x94 00
0x40000200 PROVIDE (__stack_start, .) 0x40000200 PROVIDE (__stack_start, .)
0x40000200 PROVIDE (__stack_fiq_start, .) 0x40000200 PROVIDE (__stack_fiq_start, .)
0x40000300 . = (. + FIQ_STACK_SIZE) 0x40000300 . = (. + FIQ_STACK_SIZE)
*fill* 0x40000200 0x100 00 *fill* 0x40000200 0x100 00
0x40000300 . = ALIGN (0x4) 0x40000300 . = ALIGN (0x4)
0x40000300 PROVIDE (__stack_fiq_end, .) 0x40000300 PROVIDE (__stack_fiq_end, .)
0x40000300 PROVIDE (__stack_irq_start, .) 0x40000300 PROVIDE (__stack_irq_start, .)
0x40000400 . = (. + IRQ_STACK_SIZE) 0x40000400 . = (. + IRQ_STACK_SIZE)
*fill* 0x40000300 0x100 00 *fill* 0x40000300 0x100 00
0x40000400 . = ALIGN (0x4) 0x40000400 . = ALIGN (0x4)
0x40000400 PROVIDE (__stack_irq_end, .) 0x40000400 PROVIDE (__stack_irq_end, .)
0x40000400 PROVIDE (__stack_abt_start, .) 0x40000400 PROVIDE (__stack_abt_start, .)
0x40000500 . = (. + ABT_STACK_SIZE) 0x40000500 . = (. + ABT_STACK_SIZE)
*fill* 0x40000400 0x100 00 *fill* 0x40000400 0x100 00
0x40000500 . = ALIGN (0x4) 0x40000500 . = ALIGN (0x4)
0x40000500 PROVIDE (__stack_abt_end, .) 0x40000500 PROVIDE (__stack_abt_end, .)
0x40000500 PROVIDE (__stack_und_start, .) 0x40000500 PROVIDE (__stack_und_start, .)
0x40000600 . = (. + UND_STACK_SIZE) 0x40000600 . = (. + UND_STACK_SIZE)
*fill* 0x40000500 0x100 00 *fill* 0x40000500 0x100 00
0x40000600 . = ALIGN (0x4) 0x40000600 . = ALIGN (0x4)
0x40000600 PROVIDE (__stack_und_end, .) 0x40000600 PROVIDE (__stack_und_end, .)
0x40000600 PROVIDE (__stack_svc_start, .) 0x40000600 PROVIDE (__stack_svc_start, .)
0x40000a00 . = (. + SVC_STACK_SIZE) 0x40000a00 . = (. + SVC_STACK_SIZE)
*fill* 0x40000600 0x400 00 *fill* 0x40000600 0x400 00
0x40000a00 . = ALIGN (0x4) 0x40000a00 . = ALIGN (0x4)
0x40000a00 PROVIDE (__stack_svc_end, .) 0x40000a00 PROVIDE (__stack_svc_end, .)
0x40000a00 PROVIDE (__stack_end, .) 0x40000a00 PROVIDE (__stack_end, .)
0x40000a00 PROVIDE (__heap_start, .) 0x40000a00 PROVIDE (__heap_start, .)
OUTPUT(test_ram.elf elf32-littlearm) OUTPUT(test_ram.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xd0 .debug_line 0x00000000 0xd0
.debug_line 0x00000000 0x79 ./src/crt.o .debug_line 0x00000000 0x79 ./src/crt.o
.debug_line 0x00000079 0x57 ./src/main.o .debug_line 0x00000079 0x57 ./src/main.o
.debug_info 0x00000000 0x202 .debug_info 0x00000000 0x202
.debug_info 0x00000000 0x74 ./src/crt.o .debug_info 0x00000000 0x74 ./src/crt.o
.debug_info 0x00000074 0x18e ./src/main.o .debug_info 0x00000074 0x18e ./src/main.o
.debug_abbrev 0x00000000 0x76 .debug_abbrev 0x00000000 0x76
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x64 ./src/main.o .debug_abbrev 0x00000012 0x64 ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,25 +1,25 @@
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE5606FA0B818F09FE518F09FE515 :1000100018F09FE5606FA0B818F09FE518F09FE515
:1000200040000000D0000000D4000000D800000014 :1000200040000000D0000000D4000000D800000014
:10003000DC00000000000000E0000000E400000020 :10003000DC00000000000000E0000000E400000020
:100040000000A0E10000A0E10000A0E10000A0E1AC :100040000000A0E10000A0E10000A0E10000A0E1AC
:100050000000A0E10000A0E10000A0E10000A0E19C :100050000000A0E10000A0E10000A0E10000A0E19C
:10006000DBF021E37CD09FE5D7F021E378D09FE55A :10006000DBF021E37CD09FE5D7F021E378D09FE55A
:10007000D1F021E374D09FE5D2F021E370D09FE569 :10007000D1F021E374D09FE5D2F021E370D09FE569
:10008000D3F021E36CD09FE56C109FE56C209FE5D9 :10008000D3F021E36CD09FE56C109FE56C209FE5D9
:100090000030A0E3020051E104308114FCFFFF1A9C :100090000030A0E3020051E104308114FCFFFF1A9C
:1000A00000000FE1C000C0E300F029E10000A0E380 :1000A00000000FE1C000C0E300F029E10000A0E380
:1000B0000010A0E348209FE50FE0A0E112FF2FE130 :1000B0000010A0E348209FE50FE0A0E112FF2FE130
:1000C0000000A0E10000A0E10000A0E1FBFFFFEACA :1000C0000000A0E10000A0E10000A0E1FBFFFFEACA
:1000D000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA88 :1000D000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA88
:1000E000FEFFFFEAFEFFFFEA0004004000030040BD :1000E000FEFFFFEAFEFFFFEA0004004000030040BD
:1000F00000010040000200400008004000000040F5 :1000F00000010040000200400008004000000040F5
:1001000000000040080100000CD04DE20130A0E3E7 :1001000000000040080100000CD04DE20130A0E3E7
:1001100000308DE50230A0E304308DE50030A0E32F :1001100000308DE50230A0E304308DE50030A0E32F
:1001200008308DE538309FE5002093E500309DE5EF :1001200008308DE538309FE5002093E500309DE5EF
:10013000023083E000308DE500309DE5013083E240 :10013000023083E000308DE500309DE5013083E240
:1001400000308DE504309DE5013083E204308DE51B :1001400000308DE504309DE5013083E204308DE51B
:1001500000209DE504309DE5033082E008308DE508 :1001500000209DE504309DE5033082E008308DE508
:0C016000F4FFFFEA680100000700000047 :0C016000F4FFFFEA680100000700000047
:0400000300000040B9 :0400000300000040B9
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
rom 0x00000000 0x00080000 rom 0x00000000 0x00080000
ram 0x40000000 0x00008000 ram 0x40000000 0x00008000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x00000000 0x16c .text 0x00000000 0x16c
*(.vectors) *(.vectors)
.vectors 0x00000000 0x40 ./src/crt.o .vectors 0x00000000 0x40 ./src/crt.o
0x00000040 . = ALIGN (0x4) 0x00000040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x00000040 0xc8 ./src/crt.o .init 0x00000040 0xc8 ./src/crt.o
0x000000e4 FIQHandler 0x000000e4 FIQHandler
0x000000d8 PAbortHandler 0x000000d8 PAbortHandler
0x000000c0 ExitFunction 0x000000c0 ExitFunction
0x00000040 ResetHandler 0x00000040 ResetHandler
0x000000dc DAbortHandler 0x000000dc DAbortHandler
0x000000e0 IRQHandler 0x000000e0 IRQHandler
0x000000d0 UndefHandler 0x000000d0 UndefHandler
0x00000108 . = ALIGN (0x4) 0x00000108 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x00000108 0x0 ./src/crt.o .text 0x00000108 0x0 ./src/crt.o
.text 0x00000108 0x60 ./src/main.o .text 0x00000108 0x60 ./src/main.o
0x00000108 main 0x00000108 main
0x00000168 . = ALIGN (0x4) 0x00000168 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x00000168 0x4 ./src/main.o .rodata 0x00000168 0x4 ./src/main.o
0x0000016c . = ALIGN (0x4) 0x0000016c . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x0000016c . = ALIGN (0x4) 0x0000016c . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x0000016c 0x0 ./src/crt.o .glue_7t 0x0000016c 0x0 ./src/crt.o
.glue_7t 0x0000016c 0x0 ./src/main.o .glue_7t 0x0000016c 0x0 ./src/main.o
0x0000016c . = ALIGN (0x4) 0x0000016c . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x0000016c 0x0 ./src/crt.o .glue_7 0x0000016c 0x0 ./src/crt.o
.glue_7 0x0000016c 0x0 ./src/main.o .glue_7 0x0000016c 0x0 ./src/main.o
0x0000016c . = ALIGN (0x4) 0x0000016c . = ALIGN (0x4)
0x0000016c etext = . 0x0000016c etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x40000000 0x0 .data 0x40000000 0x0
0x40000000 PROVIDE (__data_start, .) 0x40000000 PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x40000000 0x0 ./src/crt.o .data 0x40000000 0x0 ./src/crt.o
.data 0x40000000 0x0 ./src/main.o .data 0x40000000 0x0 ./src/main.o
0x40000000 . = ALIGN (0x4) 0x40000000 . = ALIGN (0x4)
0x40000000 edata = . 0x40000000 edata = .
0x40000000 _edata = . 0x40000000 _edata = .
0x40000000 PROVIDE (__data_end, .) 0x40000000 PROVIDE (__data_end, .)
.bss 0x40000000 0x800 .bss 0x40000000 0x800
0x40000000 PROVIDE (__bss_start, .) 0x40000000 PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x40000000 0x0 ./src/crt.o .bss 0x40000000 0x0 ./src/crt.o
.bss 0x40000000 0x0 ./src/main.o .bss 0x40000000 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x40000000 . = ALIGN (0x4) 0x40000000 . = ALIGN (0x4)
0x40000000 PROVIDE (__bss_end, .) 0x40000000 PROVIDE (__bss_end, .)
0x40000000 . = ALIGN (0x100) 0x40000000 . = ALIGN (0x100)
0x40000000 PROVIDE (__stack_start, .) 0x40000000 PROVIDE (__stack_start, .)
0x40000000 PROVIDE (__stack_fiq_start, .) 0x40000000 PROVIDE (__stack_fiq_start, .)
0x40000100 . = (. + FIQ_STACK_SIZE) 0x40000100 . = (. + FIQ_STACK_SIZE)
*fill* 0x40000000 0x100 00 *fill* 0x40000000 0x100 00
0x40000100 . = ALIGN (0x4) 0x40000100 . = ALIGN (0x4)
0x40000100 PROVIDE (__stack_fiq_end, .) 0x40000100 PROVIDE (__stack_fiq_end, .)
0x40000100 PROVIDE (__stack_irq_start, .) 0x40000100 PROVIDE (__stack_irq_start, .)
0x40000200 . = (. + IRQ_STACK_SIZE) 0x40000200 . = (. + IRQ_STACK_SIZE)
*fill* 0x40000100 0x100 00 *fill* 0x40000100 0x100 00
0x40000200 . = ALIGN (0x4) 0x40000200 . = ALIGN (0x4)
0x40000200 PROVIDE (__stack_irq_end, .) 0x40000200 PROVIDE (__stack_irq_end, .)
0x40000200 PROVIDE (__stack_abt_start, .) 0x40000200 PROVIDE (__stack_abt_start, .)
0x40000300 . = (. + ABT_STACK_SIZE) 0x40000300 . = (. + ABT_STACK_SIZE)
*fill* 0x40000200 0x100 00 *fill* 0x40000200 0x100 00
0x40000300 . = ALIGN (0x4) 0x40000300 . = ALIGN (0x4)
0x40000300 PROVIDE (__stack_abt_end, .) 0x40000300 PROVIDE (__stack_abt_end, .)
0x40000300 PROVIDE (__stack_und_start, .) 0x40000300 PROVIDE (__stack_und_start, .)
0x40000400 . = (. + UND_STACK_SIZE) 0x40000400 . = (. + UND_STACK_SIZE)
*fill* 0x40000300 0x100 00 *fill* 0x40000300 0x100 00
0x40000400 . = ALIGN (0x4) 0x40000400 . = ALIGN (0x4)
0x40000400 PROVIDE (__stack_und_end, .) 0x40000400 PROVIDE (__stack_und_end, .)
0x40000400 PROVIDE (__stack_svc_start, .) 0x40000400 PROVIDE (__stack_svc_start, .)
0x40000800 . = (. + SVC_STACK_SIZE) 0x40000800 . = (. + SVC_STACK_SIZE)
*fill* 0x40000400 0x400 00 *fill* 0x40000400 0x400 00
0x40000800 . = ALIGN (0x4) 0x40000800 . = ALIGN (0x4)
0x40000800 PROVIDE (__stack_svc_end, .) 0x40000800 PROVIDE (__stack_svc_end, .)
0x40000800 PROVIDE (__stack_end, .) 0x40000800 PROVIDE (__stack_end, .)
0x40000800 PROVIDE (__heap_start, .) 0x40000800 PROVIDE (__heap_start, .)
OUTPUT(test_rom.elf elf32-littlearm) OUTPUT(test_rom.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xd0 .debug_line 0x00000000 0xd0
.debug_line 0x00000000 0x79 ./src/crt.o .debug_line 0x00000000 0x79 ./src/crt.o
.debug_line 0x00000079 0x57 ./src/main.o .debug_line 0x00000079 0x57 ./src/main.o
.debug_info 0x00000000 0x202 .debug_info 0x00000000 0x202
.debug_info 0x00000000 0x74 ./src/crt.o .debug_info 0x00000000 0x74 ./src/crt.o
.debug_info 0x00000074 0x18e ./src/main.o .debug_info 0x00000074 0x18e ./src/main.o
.debug_abbrev 0x00000000 0x76 .debug_abbrev 0x00000000 0x76
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x64 ./src/main.o .debug_abbrev 0x00000012 0x64 ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,26 +1,26 @@
:020000044000BA :020000044000BA
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE518F09FE518F09FE518F09FE5B0 :1000100018F09FE518F09FE518F09FE518F09FE5B0
:1000200040000040D0000040D4000040D800004014 :1000200040000040D0000040D4000040D800004014
:10003000DC00004000000000E0000040E400004060 :10003000DC00004000000000E0000040E400004060
:100040000000A0E10000A0E10000A0E10000A0E1AC :100040000000A0E10000A0E10000A0E10000A0E1AC
:100050000000A0E10000A0E10000A0E10000A0E19C :100050000000A0E10000A0E10000A0E10000A0E19C
:10006000DBF021E37CD09FE5D7F021E378D09FE55A :10006000DBF021E37CD09FE5D7F021E378D09FE55A
:10007000D1F021E374D09FE5D2F021E370D09FE569 :10007000D1F021E374D09FE5D2F021E370D09FE569
:10008000D3F021E36CD09FE56C109FE56C209FE5D9 :10008000D3F021E36CD09FE56C109FE56C209FE5D9
:100090000030A0E3020051E104308114FCFFFF1A9C :100090000030A0E3020051E104308114FCFFFF1A9C
:1000A00000000FE1C000C0E300F029E10000A0E380 :1000A00000000FE1C000C0E300F029E10000A0E380
:1000B0000010A0E348209FE50FE0A0E112FF2FE130 :1000B0000010A0E348209FE50FE0A0E112FF2FE130
:1000C0000000A0E10000A0E10000A0E1FBFFFFEACA :1000C0000000A0E10000A0E10000A0E1FBFFFFEACA
:1000D000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA88 :1000D000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA88
:1000E000FEFFFFEAFEFFFFEA0006004000050040B9 :1000E000FEFFFFEAFEFFFFEA0006004000050040B9
:1000F0000003004000040040000A00406C01004082 :1000F0000003004000040040000A00406C01004082
:100100006C010040080100400CD04DE20130A0E33A :100100006C010040080100400CD04DE20130A0E33A
:1001100000308DE50230A0E304308DE50030A0E32F :1001100000308DE50230A0E304308DE50030A0E32F
:1001200008308DE538309FE5002093E500309DE5EF :1001200008308DE538309FE5002093E500309DE5EF
:10013000023083E000308DE500309DE5013083E240 :10013000023083E000308DE500309DE5013083E240
:1001400000308DE504309DE5013083E204308DE51B :1001400000308DE504309DE5013083E204308DE51B
:1001500000209DE504309DE5033082E008308DE508 :1001500000209DE504309DE5033082E008308DE508
:0C016000F4FFFFEA680100400700000007 :0C016000F4FFFFEA680100400700000007
:040000054000004077 :040000054000004077
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
ram 0x40000000 0x00004000 ram 0x40000000 0x00004000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x40000000 0x16c .text 0x40000000 0x16c
*(.vectors) *(.vectors)
.vectors 0x40000000 0x40 ./src/crt.o .vectors 0x40000000 0x40 ./src/crt.o
0x40000040 . = ALIGN (0x4) 0x40000040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x40000040 0xc8 ./src/crt.o .init 0x40000040 0xc8 ./src/crt.o
0x400000e4 FIQHandler 0x400000e4 FIQHandler
0x400000d8 PAbortHandler 0x400000d8 PAbortHandler
0x400000c0 ExitFunction 0x400000c0 ExitFunction
0x40000040 ResetHandler 0x40000040 ResetHandler
0x400000dc DAbortHandler 0x400000dc DAbortHandler
0x400000e0 IRQHandler 0x400000e0 IRQHandler
0x400000d0 UndefHandler 0x400000d0 UndefHandler
0x40000108 . = ALIGN (0x4) 0x40000108 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x40000108 0x0 ./src/crt.o .text 0x40000108 0x0 ./src/crt.o
.text 0x40000108 0x60 ./src/main.o .text 0x40000108 0x60 ./src/main.o
0x40000108 main 0x40000108 main
0x40000168 . = ALIGN (0x4) 0x40000168 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x40000168 0x4 ./src/main.o .rodata 0x40000168 0x4 ./src/main.o
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x4000016c 0x0 ./src/crt.o .glue_7t 0x4000016c 0x0 ./src/crt.o
.glue_7t 0x4000016c 0x0 ./src/main.o .glue_7t 0x4000016c 0x0 ./src/main.o
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x4000016c 0x0 ./src/crt.o .glue_7 0x4000016c 0x0 ./src/crt.o
.glue_7 0x4000016c 0x0 ./src/main.o .glue_7 0x4000016c 0x0 ./src/main.o
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
0x4000016c etext = . 0x4000016c etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x4000016c 0x0 .data 0x4000016c 0x0
0x4000016c PROVIDE (__data_start, .) 0x4000016c PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x4000016c 0x0 ./src/crt.o .data 0x4000016c 0x0 ./src/crt.o
.data 0x4000016c 0x0 ./src/main.o .data 0x4000016c 0x0 ./src/main.o
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
0x4000016c edata = . 0x4000016c edata = .
0x4000016c _edata = . 0x4000016c _edata = .
0x4000016c PROVIDE (__data_end, .) 0x4000016c PROVIDE (__data_end, .)
.bss 0x4000016c 0x894 .bss 0x4000016c 0x894
0x4000016c PROVIDE (__bss_start, .) 0x4000016c PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x4000016c 0x0 ./src/crt.o .bss 0x4000016c 0x0 ./src/crt.o
.bss 0x4000016c 0x0 ./src/main.o .bss 0x4000016c 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x4000016c . = ALIGN (0x4) 0x4000016c . = ALIGN (0x4)
0x4000016c PROVIDE (__bss_end, .) 0x4000016c PROVIDE (__bss_end, .)
0x40000200 . = ALIGN (0x100) 0x40000200 . = ALIGN (0x100)
*fill* 0x4000016c 0x94 00 *fill* 0x4000016c 0x94 00
0x40000200 PROVIDE (__stack_start, .) 0x40000200 PROVIDE (__stack_start, .)
0x40000200 PROVIDE (__stack_fiq_start, .) 0x40000200 PROVIDE (__stack_fiq_start, .)
0x40000300 . = (. + FIQ_STACK_SIZE) 0x40000300 . = (. + FIQ_STACK_SIZE)
*fill* 0x40000200 0x100 00 *fill* 0x40000200 0x100 00
0x40000300 . = ALIGN (0x4) 0x40000300 . = ALIGN (0x4)
0x40000300 PROVIDE (__stack_fiq_end, .) 0x40000300 PROVIDE (__stack_fiq_end, .)
0x40000300 PROVIDE (__stack_irq_start, .) 0x40000300 PROVIDE (__stack_irq_start, .)
0x40000400 . = (. + IRQ_STACK_SIZE) 0x40000400 . = (. + IRQ_STACK_SIZE)
*fill* 0x40000300 0x100 00 *fill* 0x40000300 0x100 00
0x40000400 . = ALIGN (0x4) 0x40000400 . = ALIGN (0x4)
0x40000400 PROVIDE (__stack_irq_end, .) 0x40000400 PROVIDE (__stack_irq_end, .)
0x40000400 PROVIDE (__stack_abt_start, .) 0x40000400 PROVIDE (__stack_abt_start, .)
0x40000500 . = (. + ABT_STACK_SIZE) 0x40000500 . = (. + ABT_STACK_SIZE)
*fill* 0x40000400 0x100 00 *fill* 0x40000400 0x100 00
0x40000500 . = ALIGN (0x4) 0x40000500 . = ALIGN (0x4)
0x40000500 PROVIDE (__stack_abt_end, .) 0x40000500 PROVIDE (__stack_abt_end, .)
0x40000500 PROVIDE (__stack_und_start, .) 0x40000500 PROVIDE (__stack_und_start, .)
0x40000600 . = (. + UND_STACK_SIZE) 0x40000600 . = (. + UND_STACK_SIZE)
*fill* 0x40000500 0x100 00 *fill* 0x40000500 0x100 00
0x40000600 . = ALIGN (0x4) 0x40000600 . = ALIGN (0x4)
0x40000600 PROVIDE (__stack_und_end, .) 0x40000600 PROVIDE (__stack_und_end, .)
0x40000600 PROVIDE (__stack_svc_start, .) 0x40000600 PROVIDE (__stack_svc_start, .)
0x40000a00 . = (. + SVC_STACK_SIZE) 0x40000a00 . = (. + SVC_STACK_SIZE)
*fill* 0x40000600 0x400 00 *fill* 0x40000600 0x400 00
0x40000a00 . = ALIGN (0x4) 0x40000a00 . = ALIGN (0x4)
0x40000a00 PROVIDE (__stack_svc_end, .) 0x40000a00 PROVIDE (__stack_svc_end, .)
0x40000a00 PROVIDE (__stack_end, .) 0x40000a00 PROVIDE (__stack_end, .)
0x40000a00 PROVIDE (__heap_start, .) 0x40000a00 PROVIDE (__heap_start, .)
OUTPUT(test_ram.elf elf32-littlearm) OUTPUT(test_ram.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xd1 .debug_line 0x00000000 0xd1
.debug_line 0x00000000 0x7a ./src/crt.o .debug_line 0x00000000 0x7a ./src/crt.o
.debug_line 0x0000007a 0x57 ./src/main.o .debug_line 0x0000007a 0x57 ./src/main.o
.debug_info 0x00000000 0x202 .debug_info 0x00000000 0x202
.debug_info 0x00000000 0x74 ./src/crt.o .debug_info 0x00000000 0x74 ./src/crt.o
.debug_info 0x00000074 0x18e ./src/main.o .debug_info 0x00000074 0x18e ./src/main.o
.debug_abbrev 0x00000000 0x76 .debug_abbrev 0x00000000 0x76
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x64 ./src/main.o .debug_abbrev 0x00000012 0x64 ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,25 +1,25 @@
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE518F09FE518F09FE518F09FE5B0 :1000100018F09FE518F09FE518F09FE518F09FE5B0
:1000200040000000D0000000D4000000D800000014 :1000200040000000D0000000D4000000D800000014
:10003000DC00000000000000E0000000E400000020 :10003000DC00000000000000E0000000E400000020
:100040000000A0E10000A0E10000A0E10000A0E1AC :100040000000A0E10000A0E10000A0E10000A0E1AC
:100050000000A0E10000A0E10000A0E10000A0E19C :100050000000A0E10000A0E10000A0E10000A0E19C
:10006000DBF021E37CD09FE5D7F021E378D09FE55A :10006000DBF021E37CD09FE5D7F021E378D09FE55A
:10007000D1F021E374D09FE5D2F021E370D09FE569 :10007000D1F021E374D09FE5D2F021E370D09FE569
:10008000D3F021E36CD09FE56C109FE56C209FE5D9 :10008000D3F021E36CD09FE56C109FE56C209FE5D9
:100090000030A0E3020051E104308114FCFFFF1A9C :100090000030A0E3020051E104308114FCFFFF1A9C
:1000A00000000FE1C000C0E300F029E10000A0E380 :1000A00000000FE1C000C0E300F029E10000A0E380
:1000B0000010A0E348209FE50FE0A0E112FF2FE130 :1000B0000010A0E348209FE50FE0A0E112FF2FE130
:1000C0000000A0E10000A0E10000A0E1FBFFFFEACA :1000C0000000A0E10000A0E10000A0E1FBFFFFEACA
:1000D000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA88 :1000D000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA88
:1000E000FEFFFFEAFEFFFFEA0004004000030040BD :1000E000FEFFFFEAFEFFFFEA0004004000030040BD
:1000F00000010040000200400008004000000040F5 :1000F00000010040000200400008004000000040F5
:1001000000000040080100000CD04DE20130A0E3E7 :1001000000000040080100000CD04DE20130A0E3E7
:1001100000308DE50230A0E304308DE50030A0E32F :1001100000308DE50230A0E304308DE50030A0E32F
:1001200008308DE538309FE5002093E500309DE5EF :1001200008308DE538309FE5002093E500309DE5EF
:10013000023083E000308DE500309DE5013083E240 :10013000023083E000308DE500309DE5013083E240
:1001400000308DE504309DE5013083E204308DE51B :1001400000308DE504309DE5013083E204308DE51B
:1001500000209DE504309DE5033082E008308DE508 :1001500000209DE504309DE5033082E008308DE508
:0C016000F4FFFFEA680100000700000047 :0C016000F4FFFFEA680100000700000047
:0400000300000040B9 :0400000300000040B9
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
rom 0x00000000 0x00040000 rom 0x00000000 0x00040000
ram 0x40000000 0x00004000 ram 0x40000000 0x00004000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x00000000 0x16c .text 0x00000000 0x16c
*(.vectors) *(.vectors)
.vectors 0x00000000 0x40 ./src/crt.o .vectors 0x00000000 0x40 ./src/crt.o
0x00000040 . = ALIGN (0x4) 0x00000040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x00000040 0xc8 ./src/crt.o .init 0x00000040 0xc8 ./src/crt.o
0x000000e4 FIQHandler 0x000000e4 FIQHandler
0x000000d8 PAbortHandler 0x000000d8 PAbortHandler
0x000000c0 ExitFunction 0x000000c0 ExitFunction
0x00000040 ResetHandler 0x00000040 ResetHandler
0x000000dc DAbortHandler 0x000000dc DAbortHandler
0x000000e0 IRQHandler 0x000000e0 IRQHandler
0x000000d0 UndefHandler 0x000000d0 UndefHandler
0x00000108 . = ALIGN (0x4) 0x00000108 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x00000108 0x0 ./src/crt.o .text 0x00000108 0x0 ./src/crt.o
.text 0x00000108 0x60 ./src/main.o .text 0x00000108 0x60 ./src/main.o
0x00000108 main 0x00000108 main
0x00000168 . = ALIGN (0x4) 0x00000168 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x00000168 0x4 ./src/main.o .rodata 0x00000168 0x4 ./src/main.o
0x0000016c . = ALIGN (0x4) 0x0000016c . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x0000016c . = ALIGN (0x4) 0x0000016c . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x0000016c 0x0 ./src/crt.o .glue_7t 0x0000016c 0x0 ./src/crt.o
.glue_7t 0x0000016c 0x0 ./src/main.o .glue_7t 0x0000016c 0x0 ./src/main.o
0x0000016c . = ALIGN (0x4) 0x0000016c . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x0000016c 0x0 ./src/crt.o .glue_7 0x0000016c 0x0 ./src/crt.o
.glue_7 0x0000016c 0x0 ./src/main.o .glue_7 0x0000016c 0x0 ./src/main.o
0x0000016c . = ALIGN (0x4) 0x0000016c . = ALIGN (0x4)
0x0000016c etext = . 0x0000016c etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x40000000 0x0 .data 0x40000000 0x0
0x40000000 PROVIDE (__data_start, .) 0x40000000 PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x40000000 0x0 ./src/crt.o .data 0x40000000 0x0 ./src/crt.o
.data 0x40000000 0x0 ./src/main.o .data 0x40000000 0x0 ./src/main.o
0x40000000 . = ALIGN (0x4) 0x40000000 . = ALIGN (0x4)
0x40000000 edata = . 0x40000000 edata = .
0x40000000 _edata = . 0x40000000 _edata = .
0x40000000 PROVIDE (__data_end, .) 0x40000000 PROVIDE (__data_end, .)
.bss 0x40000000 0x800 .bss 0x40000000 0x800
0x40000000 PROVIDE (__bss_start, .) 0x40000000 PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x40000000 0x0 ./src/crt.o .bss 0x40000000 0x0 ./src/crt.o
.bss 0x40000000 0x0 ./src/main.o .bss 0x40000000 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x40000000 . = ALIGN (0x4) 0x40000000 . = ALIGN (0x4)
0x40000000 PROVIDE (__bss_end, .) 0x40000000 PROVIDE (__bss_end, .)
0x40000000 . = ALIGN (0x100) 0x40000000 . = ALIGN (0x100)
0x40000000 PROVIDE (__stack_start, .) 0x40000000 PROVIDE (__stack_start, .)
0x40000000 PROVIDE (__stack_fiq_start, .) 0x40000000 PROVIDE (__stack_fiq_start, .)
0x40000100 . = (. + FIQ_STACK_SIZE) 0x40000100 . = (. + FIQ_STACK_SIZE)
*fill* 0x40000000 0x100 00 *fill* 0x40000000 0x100 00
0x40000100 . = ALIGN (0x4) 0x40000100 . = ALIGN (0x4)
0x40000100 PROVIDE (__stack_fiq_end, .) 0x40000100 PROVIDE (__stack_fiq_end, .)
0x40000100 PROVIDE (__stack_irq_start, .) 0x40000100 PROVIDE (__stack_irq_start, .)
0x40000200 . = (. + IRQ_STACK_SIZE) 0x40000200 . = (. + IRQ_STACK_SIZE)
*fill* 0x40000100 0x100 00 *fill* 0x40000100 0x100 00
0x40000200 . = ALIGN (0x4) 0x40000200 . = ALIGN (0x4)
0x40000200 PROVIDE (__stack_irq_end, .) 0x40000200 PROVIDE (__stack_irq_end, .)
0x40000200 PROVIDE (__stack_abt_start, .) 0x40000200 PROVIDE (__stack_abt_start, .)
0x40000300 . = (. + ABT_STACK_SIZE) 0x40000300 . = (. + ABT_STACK_SIZE)
*fill* 0x40000200 0x100 00 *fill* 0x40000200 0x100 00
0x40000300 . = ALIGN (0x4) 0x40000300 . = ALIGN (0x4)
0x40000300 PROVIDE (__stack_abt_end, .) 0x40000300 PROVIDE (__stack_abt_end, .)
0x40000300 PROVIDE (__stack_und_start, .) 0x40000300 PROVIDE (__stack_und_start, .)
0x40000400 . = (. + UND_STACK_SIZE) 0x40000400 . = (. + UND_STACK_SIZE)
*fill* 0x40000300 0x100 00 *fill* 0x40000300 0x100 00
0x40000400 . = ALIGN (0x4) 0x40000400 . = ALIGN (0x4)
0x40000400 PROVIDE (__stack_und_end, .) 0x40000400 PROVIDE (__stack_und_end, .)
0x40000400 PROVIDE (__stack_svc_start, .) 0x40000400 PROVIDE (__stack_svc_start, .)
0x40000800 . = (. + SVC_STACK_SIZE) 0x40000800 . = (. + SVC_STACK_SIZE)
*fill* 0x40000400 0x400 00 *fill* 0x40000400 0x400 00
0x40000800 . = ALIGN (0x4) 0x40000800 . = ALIGN (0x4)
0x40000800 PROVIDE (__stack_svc_end, .) 0x40000800 PROVIDE (__stack_svc_end, .)
0x40000800 PROVIDE (__stack_end, .) 0x40000800 PROVIDE (__stack_end, .)
0x40000800 PROVIDE (__heap_start, .) 0x40000800 PROVIDE (__heap_start, .)
OUTPUT(test_rom.elf elf32-littlearm) OUTPUT(test_rom.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xd1 .debug_line 0x00000000 0xd1
.debug_line 0x00000000 0x7a ./src/crt.o .debug_line 0x00000000 0x7a ./src/crt.o
.debug_line 0x0000007a 0x57 ./src/main.o .debug_line 0x0000007a 0x57 ./src/main.o
.debug_info 0x00000000 0x202 .debug_info 0x00000000 0x202
.debug_info 0x00000000 0x74 ./src/crt.o .debug_info 0x00000000 0x74 ./src/crt.o
.debug_info 0x00000074 0x18e ./src/main.o .debug_info 0x00000074 0x18e ./src/main.o
.debug_abbrev 0x00000000 0x76 .debug_abbrev 0x00000000 0x76
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x64 ./src/main.o .debug_abbrev 0x00000012 0x64 ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,29 +1,29 @@
:020000040020DA :020000040020DA
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE518F09FE518F09FE518F09FE5B0 :1000100018F09FE518F09FE518F09FE518F09FE5B0
:1000200040002000E4002000E8002000EC00200058 :1000200040002000E4002000E8002000EC00200058
:10003000F000200000000000F4002000F800200084 :10003000F000200000000000F4002000F800200084
:10004000B4109FE50209A0E3040081E5AC009FE540 :10004000B4109FE50209A0E3040081E5AC009FE540
:10005000AC109FE5000081E5FF10E0E3A4009FE500 :10005000AC109FE5000081E5FF10E0E3A4009FE500
:10006000600081E5A0109FE50000E0E3300181E53C :10006000600081E5A0109FE50000E0E3300181E53C
:10007000240181E5DBF021E390D09FE5D7F021E377 :10007000240181E5DBF021E390D09FE5D7F021E377
:100080008CD09FE5D1F021E388D09FE5D2F021E329 :100080008CD09FE5D1F021E388D09FE5D2F021E329
:1000900084D09FE5D3F021E380D09FE580109FE5D9 :1000900084D09FE5D3F021E380D09FE580109FE5D9
:1000A00080209FE50030A0E3020051E1043081147C :1000A00080209FE50030A0E3020051E1043081147C
:1000B000FCFFFF1A00000FE1C000C0E300F029E1DF :1000B000FCFFFF1A00000FE1C000C0E300F029E1DF
:1000C0000000A0E30010A0E35C209FE50FE0A0E1AA :1000C0000000A0E30010A0E35C209FE50FE0A0E1AA
:1000D00012FF2FE10000A0E10000A0E10000A0E17C :1000D00012FF2FE10000A0E10000A0E10000A0E17C
:1000E000FBFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA7B :1000E000FBFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA7B
:1000F000FEFFFFEAFEFFFFEAFEFFFFEA40FDFFFF13 :1000F000FEFFFFEAFEFFFFEAFEFFFFEA40FDFFFF13
:10010000010400A508FDFFFF0001480000F0FFFF0B :10010000010400A508FDFFFF0001480000F0FFFF0B
:10011000000620000005200000032000000420004D :10011000000620000005200000032000000420004D
:10012000000A2000940120009401200030012000EA :10012000000A2000940120009401200030012000EA
:100130000CD04DE20130A0E300308DE50230A0E3A9 :100130000CD04DE20130A0E300308DE50230A0E3A9
:1001400004308DE50030A0E308308DE538309FE5C0 :1001400004308DE50030A0E308308DE538309FE5C0
:10015000002093E500309DE5023083E000308DE51E :10015000002093E500309DE5023083E000308DE51E
:1001600000309DE5013083E200308DE504309DE5EF :1001600000309DE5013083E200308DE504309DE5EF
:10017000013083E204308DE500209DE504309DE5EB :10017000013083E204308DE500209DE504309DE5EB
:10018000033082E008308DE5F4FFFFEA90012000A3 :10018000033082E008308DE5F4FFFFEA90012000A3
:040190000700000064 :040190000700000064
:040000050020004097 :040000050020004097
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
ram 0x00200000 0x00010000 ram 0x00200000 0x00010000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x00200000 0x194 .text 0x00200000 0x194
*(.vectors) *(.vectors)
.vectors 0x00200000 0x40 ./src/crt.o .vectors 0x00200000 0x40 ./src/crt.o
0x00200040 . = ALIGN (0x4) 0x00200040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x00200040 0xf0 ./src/crt.o .init 0x00200040 0xf0 ./src/crt.o
0x002000f8 FIQHandler 0x002000f8 FIQHandler
0x002000ec PAbortHandler 0x002000ec PAbortHandler
0x002000d4 ExitFunction 0x002000d4 ExitFunction
0x00200040 ResetHandler 0x00200040 ResetHandler
0x002000f0 DAbortHandler 0x002000f0 DAbortHandler
0x002000f4 IRQHandler 0x002000f4 IRQHandler
0x002000e4 UndefHandler 0x002000e4 UndefHandler
0x00200130 . = ALIGN (0x4) 0x00200130 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x00200130 0x0 ./src/crt.o .text 0x00200130 0x0 ./src/crt.o
.text 0x00200130 0x60 ./src/main.o .text 0x00200130 0x60 ./src/main.o
0x00200130 main 0x00200130 main
0x00200190 . = ALIGN (0x4) 0x00200190 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x00200190 0x4 ./src/main.o .rodata 0x00200190 0x4 ./src/main.o
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x00200194 0x0 ./src/crt.o .glue_7t 0x00200194 0x0 ./src/crt.o
.glue_7t 0x00200194 0x0 ./src/main.o .glue_7t 0x00200194 0x0 ./src/main.o
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x00200194 0x0 ./src/crt.o .glue_7 0x00200194 0x0 ./src/crt.o
.glue_7 0x00200194 0x0 ./src/main.o .glue_7 0x00200194 0x0 ./src/main.o
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
0x00200194 etext = . 0x00200194 etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x00200194 0x0 .data 0x00200194 0x0
0x00200194 PROVIDE (__data_start, .) 0x00200194 PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x00200194 0x0 ./src/crt.o .data 0x00200194 0x0 ./src/crt.o
.data 0x00200194 0x0 ./src/main.o .data 0x00200194 0x0 ./src/main.o
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
0x00200194 edata = . 0x00200194 edata = .
0x00200194 _edata = . 0x00200194 _edata = .
0x00200194 PROVIDE (__data_end, .) 0x00200194 PROVIDE (__data_end, .)
.bss 0x00200194 0x86c .bss 0x00200194 0x86c
0x00200194 PROVIDE (__bss_start, .) 0x00200194 PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x00200194 0x0 ./src/crt.o .bss 0x00200194 0x0 ./src/crt.o
.bss 0x00200194 0x0 ./src/main.o .bss 0x00200194 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
0x00200194 PROVIDE (__bss_end, .) 0x00200194 PROVIDE (__bss_end, .)
0x00200200 . = ALIGN (0x100) 0x00200200 . = ALIGN (0x100)
*fill* 0x00200194 0x6c 00 *fill* 0x00200194 0x6c 00
0x00200200 PROVIDE (__stack_start, .) 0x00200200 PROVIDE (__stack_start, .)
0x00200200 PROVIDE (__stack_fiq_start, .) 0x00200200 PROVIDE (__stack_fiq_start, .)
0x00200300 . = (. + FIQ_STACK_SIZE) 0x00200300 . = (. + FIQ_STACK_SIZE)
*fill* 0x00200200 0x100 00 *fill* 0x00200200 0x100 00
0x00200300 . = ALIGN (0x4) 0x00200300 . = ALIGN (0x4)
0x00200300 PROVIDE (__stack_fiq_end, .) 0x00200300 PROVIDE (__stack_fiq_end, .)
0x00200300 PROVIDE (__stack_irq_start, .) 0x00200300 PROVIDE (__stack_irq_start, .)
0x00200400 . = (. + IRQ_STACK_SIZE) 0x00200400 . = (. + IRQ_STACK_SIZE)
*fill* 0x00200300 0x100 00 *fill* 0x00200300 0x100 00
0x00200400 . = ALIGN (0x4) 0x00200400 . = ALIGN (0x4)
0x00200400 PROVIDE (__stack_irq_end, .) 0x00200400 PROVIDE (__stack_irq_end, .)
0x00200400 PROVIDE (__stack_abt_start, .) 0x00200400 PROVIDE (__stack_abt_start, .)
0x00200500 . = (. + ABT_STACK_SIZE) 0x00200500 . = (. + ABT_STACK_SIZE)
*fill* 0x00200400 0x100 00 *fill* 0x00200400 0x100 00
0x00200500 . = ALIGN (0x4) 0x00200500 . = ALIGN (0x4)
0x00200500 PROVIDE (__stack_abt_end, .) 0x00200500 PROVIDE (__stack_abt_end, .)
0x00200500 PROVIDE (__stack_und_start, .) 0x00200500 PROVIDE (__stack_und_start, .)
0x00200600 . = (. + UND_STACK_SIZE) 0x00200600 . = (. + UND_STACK_SIZE)
*fill* 0x00200500 0x100 00 *fill* 0x00200500 0x100 00
0x00200600 . = ALIGN (0x4) 0x00200600 . = ALIGN (0x4)
0x00200600 PROVIDE (__stack_und_end, .) 0x00200600 PROVIDE (__stack_und_end, .)
0x00200600 PROVIDE (__stack_svc_start, .) 0x00200600 PROVIDE (__stack_svc_start, .)
0x00200a00 . = (. + SVC_STACK_SIZE) 0x00200a00 . = (. + SVC_STACK_SIZE)
*fill* 0x00200600 0x400 00 *fill* 0x00200600 0x400 00
0x00200a00 . = ALIGN (0x4) 0x00200a00 . = ALIGN (0x4)
0x00200a00 PROVIDE (__stack_svc_end, .) 0x00200a00 PROVIDE (__stack_svc_end, .)
0x00200a00 PROVIDE (__stack_end, .) 0x00200a00 PROVIDE (__stack_end, .)
0x00200a00 PROVIDE (__heap_start, .) 0x00200a00 PROVIDE (__heap_start, .)
OUTPUT(test_ram.elf elf32-littlearm) OUTPUT(test_ram.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xd6 .debug_line 0x00000000 0xd6
.debug_line 0x00000000 0x7f ./src/crt.o .debug_line 0x00000000 0x7f ./src/crt.o
.debug_line 0x0000007f 0x57 ./src/main.o .debug_line 0x0000007f 0x57 ./src/main.o
.debug_info 0x00000000 0x1aa .debug_info 0x00000000 0x1aa
.debug_info 0x00000000 0x75 ./src/crt.o .debug_info 0x00000000 0x75 ./src/crt.o
.debug_info 0x00000075 0x135 ./src/main.o .debug_info 0x00000075 0x135 ./src/main.o
.debug_abbrev 0x00000000 0x6d .debug_abbrev 0x00000000 0x6d
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x5b ./src/main.o .debug_abbrev 0x00000012 0x5b ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,29 +1,29 @@
:020000040010EA :020000040010EA
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE518F09FE518F09FE518F09FE5B0 :1000100018F09FE518F09FE518F09FE518F09FE5B0
:1000200040001000E4001000E8001000EC00100098 :1000200040001000E4001000E8001000EC00100098
:10003000F000100000000000F4001000F8001000B4 :10003000F000100000000000F4001000F8001000B4
:10004000B4109FE50209A0E3040081E5AC009FE540 :10004000B4109FE50209A0E3040081E5AC009FE540
:10005000AC109FE5000081E5FF10E0E3A4009FE500 :10005000AC109FE5000081E5FF10E0E3A4009FE500
:10006000600081E5A0109FE50000E0E3300181E53C :10006000600081E5A0109FE50000E0E3300181E53C
:10007000240181E5DBF021E390D09FE5D7F021E377 :10007000240181E5DBF021E390D09FE5D7F021E377
:100080008CD09FE5D1F021E388D09FE5D2F021E329 :100080008CD09FE5D1F021E388D09FE5D2F021E329
:1000900084D09FE5D3F021E380D09FE580109FE5D9 :1000900084D09FE5D3F021E380D09FE580109FE5D9
:1000A00080209FE50030A0E3020051E1043081147C :1000A00080209FE50030A0E3020051E1043081147C
:1000B000FCFFFF1A00000FE1C000C0E300F029E1DF :1000B000FCFFFF1A00000FE1C000C0E300F029E1DF
:1000C0000000A0E30010A0E35C209FE50FE0A0E1AA :1000C0000000A0E30010A0E35C209FE50FE0A0E1AA
:1000D00012FF2FE10000A0E10000A0E10000A0E17C :1000D00012FF2FE10000A0E10000A0E10000A0E17C
:1000E000FBFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA7B :1000E000FBFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA7B
:1000F000FEFFFFEAFEFFFFEAFEFFFFEA40FDFFFF13 :1000F000FEFFFFEAFEFFFFEAFEFFFFEA40FDFFFF13
:10010000010400A508FDFFFF0001480000F0FFFF0B :10010000010400A508FDFFFF0001480000F0FFFF0B
:100110000004200000032000000120000002200055 :100110000004200000032000000120000002200055
:100120000008200000002000000020003001100026 :100120000008200000002000000020003001100026
:100130000CD04DE20130A0E300308DE50230A0E3A9 :100130000CD04DE20130A0E300308DE50230A0E3A9
:1001400004308DE50030A0E308308DE538309FE5C0 :1001400004308DE50030A0E308308DE538309FE5C0
:10015000002093E500309DE5023083E000308DE51E :10015000002093E500309DE5023083E000308DE51E
:1001600000309DE5013083E200308DE504309DE5EF :1001600000309DE5013083E200308DE504309DE5EF
:10017000013083E204308DE500209DE504309DE5EB :10017000013083E204308DE500209DE504309DE5EB
:10018000033082E008308DE5F4FFFFEA90011000B3 :10018000033082E008308DE5F4FFFFEA90011000B3
:040190000700000064 :040190000700000064
:0400000500100040A7 :0400000500100040A7
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
rom 0x00100000 0x00040000 rom 0x00100000 0x00040000
ram 0x00200000 0x00010000 ram 0x00200000 0x00010000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x00100000 0x194 .text 0x00100000 0x194
*(.vectors) *(.vectors)
.vectors 0x00100000 0x40 ./src/crt.o .vectors 0x00100000 0x40 ./src/crt.o
0x00100040 . = ALIGN (0x4) 0x00100040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x00100040 0xf0 ./src/crt.o .init 0x00100040 0xf0 ./src/crt.o
0x001000f8 FIQHandler 0x001000f8 FIQHandler
0x001000ec PAbortHandler 0x001000ec PAbortHandler
0x001000d4 ExitFunction 0x001000d4 ExitFunction
0x00100040 ResetHandler 0x00100040 ResetHandler
0x001000f0 DAbortHandler 0x001000f0 DAbortHandler
0x001000f4 IRQHandler 0x001000f4 IRQHandler
0x001000e4 UndefHandler 0x001000e4 UndefHandler
0x00100130 . = ALIGN (0x4) 0x00100130 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x00100130 0x0 ./src/crt.o .text 0x00100130 0x0 ./src/crt.o
.text 0x00100130 0x60 ./src/main.o .text 0x00100130 0x60 ./src/main.o
0x00100130 main 0x00100130 main
0x00100190 . = ALIGN (0x4) 0x00100190 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x00100190 0x4 ./src/main.o .rodata 0x00100190 0x4 ./src/main.o
0x00100194 . = ALIGN (0x4) 0x00100194 . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x00100194 . = ALIGN (0x4) 0x00100194 . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x00100194 0x0 ./src/crt.o .glue_7t 0x00100194 0x0 ./src/crt.o
.glue_7t 0x00100194 0x0 ./src/main.o .glue_7t 0x00100194 0x0 ./src/main.o
0x00100194 . = ALIGN (0x4) 0x00100194 . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x00100194 0x0 ./src/crt.o .glue_7 0x00100194 0x0 ./src/crt.o
.glue_7 0x00100194 0x0 ./src/main.o .glue_7 0x00100194 0x0 ./src/main.o
0x00100194 . = ALIGN (0x4) 0x00100194 . = ALIGN (0x4)
0x00100194 etext = . 0x00100194 etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x00200000 0x0 .data 0x00200000 0x0
0x00200000 PROVIDE (__data_start, .) 0x00200000 PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x00200000 0x0 ./src/crt.o .data 0x00200000 0x0 ./src/crt.o
.data 0x00200000 0x0 ./src/main.o .data 0x00200000 0x0 ./src/main.o
0x00200000 . = ALIGN (0x4) 0x00200000 . = ALIGN (0x4)
0x00200000 edata = . 0x00200000 edata = .
0x00200000 _edata = . 0x00200000 _edata = .
0x00200000 PROVIDE (__data_end, .) 0x00200000 PROVIDE (__data_end, .)
.bss 0x00200000 0x800 .bss 0x00200000 0x800
0x00200000 PROVIDE (__bss_start, .) 0x00200000 PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x00200000 0x0 ./src/crt.o .bss 0x00200000 0x0 ./src/crt.o
.bss 0x00200000 0x0 ./src/main.o .bss 0x00200000 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x00200000 . = ALIGN (0x4) 0x00200000 . = ALIGN (0x4)
0x00200000 PROVIDE (__bss_end, .) 0x00200000 PROVIDE (__bss_end, .)
0x00200000 . = ALIGN (0x100) 0x00200000 . = ALIGN (0x100)
0x00200000 PROVIDE (__stack_start, .) 0x00200000 PROVIDE (__stack_start, .)
0x00200000 PROVIDE (__stack_fiq_start, .) 0x00200000 PROVIDE (__stack_fiq_start, .)
0x00200100 . = (. + FIQ_STACK_SIZE) 0x00200100 . = (. + FIQ_STACK_SIZE)
*fill* 0x00200000 0x100 00 *fill* 0x00200000 0x100 00
0x00200100 . = ALIGN (0x4) 0x00200100 . = ALIGN (0x4)
0x00200100 PROVIDE (__stack_fiq_end, .) 0x00200100 PROVIDE (__stack_fiq_end, .)
0x00200100 PROVIDE (__stack_irq_start, .) 0x00200100 PROVIDE (__stack_irq_start, .)
0x00200200 . = (. + IRQ_STACK_SIZE) 0x00200200 . = (. + IRQ_STACK_SIZE)
*fill* 0x00200100 0x100 00 *fill* 0x00200100 0x100 00
0x00200200 . = ALIGN (0x4) 0x00200200 . = ALIGN (0x4)
0x00200200 PROVIDE (__stack_irq_end, .) 0x00200200 PROVIDE (__stack_irq_end, .)
0x00200200 PROVIDE (__stack_abt_start, .) 0x00200200 PROVIDE (__stack_abt_start, .)
0x00200300 . = (. + ABT_STACK_SIZE) 0x00200300 . = (. + ABT_STACK_SIZE)
*fill* 0x00200200 0x100 00 *fill* 0x00200200 0x100 00
0x00200300 . = ALIGN (0x4) 0x00200300 . = ALIGN (0x4)
0x00200300 PROVIDE (__stack_abt_end, .) 0x00200300 PROVIDE (__stack_abt_end, .)
0x00200300 PROVIDE (__stack_und_start, .) 0x00200300 PROVIDE (__stack_und_start, .)
0x00200400 . = (. + UND_STACK_SIZE) 0x00200400 . = (. + UND_STACK_SIZE)
*fill* 0x00200300 0x100 00 *fill* 0x00200300 0x100 00
0x00200400 . = ALIGN (0x4) 0x00200400 . = ALIGN (0x4)
0x00200400 PROVIDE (__stack_und_end, .) 0x00200400 PROVIDE (__stack_und_end, .)
0x00200400 PROVIDE (__stack_svc_start, .) 0x00200400 PROVIDE (__stack_svc_start, .)
0x00200800 . = (. + SVC_STACK_SIZE) 0x00200800 . = (. + SVC_STACK_SIZE)
*fill* 0x00200400 0x400 00 *fill* 0x00200400 0x400 00
0x00200800 . = ALIGN (0x4) 0x00200800 . = ALIGN (0x4)
0x00200800 PROVIDE (__stack_svc_end, .) 0x00200800 PROVIDE (__stack_svc_end, .)
0x00200800 PROVIDE (__stack_end, .) 0x00200800 PROVIDE (__stack_end, .)
0x00200800 PROVIDE (__heap_start, .) 0x00200800 PROVIDE (__heap_start, .)
OUTPUT(test_rom.elf elf32-littlearm) OUTPUT(test_rom.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xd6 .debug_line 0x00000000 0xd6
.debug_line 0x00000000 0x7f ./src/crt.o .debug_line 0x00000000 0x7f ./src/crt.o
.debug_line 0x0000007f 0x57 ./src/main.o .debug_line 0x0000007f 0x57 ./src/main.o
.debug_info 0x00000000 0x1aa .debug_info 0x00000000 0x1aa
.debug_info 0x00000000 0x75 ./src/crt.o .debug_info 0x00000000 0x75 ./src/crt.o
.debug_info 0x00000075 0x135 ./src/main.o .debug_info 0x00000075 0x135 ./src/main.o
.debug_abbrev 0x00000000 0x6d .debug_abbrev 0x00000000 0x6d
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x5b ./src/main.o .debug_abbrev 0x00000012 0x5b ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,29 +1,29 @@
:020000040020DA :020000040020DA
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE518F09FE518F09FE518F09FE5B0 :1000100018F09FE518F09FE518F09FE518F09FE5B0
:1000200040002000E4002000E8002000EC00200058 :1000200040002000E4002000E8002000EC00200058
:10003000F000200000000000F4002000F800200084 :10003000F000200000000000F4002000F800200084
:10004000B4109FE50209A0E3040081E5AC009FE540 :10004000B4109FE50209A0E3040081E5AC009FE540
:10005000AC109FE5000081E5FF10E0E3A4009FE500 :10005000AC109FE5000081E5FF10E0E3A4009FE500
:10006000600081E5A0109FE50000E0E3300181E53C :10006000600081E5A0109FE50000E0E3300181E53C
:10007000240181E5DBF021E390D09FE5D7F021E377 :10007000240181E5DBF021E390D09FE5D7F021E377
:100080008CD09FE5D1F021E388D09FE5D2F021E329 :100080008CD09FE5D1F021E388D09FE5D2F021E329
:1000900084D09FE5D3F021E380D09FE580109FE5D9 :1000900084D09FE5D3F021E380D09FE580109FE5D9
:1000A00080209FE50030A0E3020051E1043081147C :1000A00080209FE50030A0E3020051E1043081147C
:1000B000FCFFFF1A00000FE1C000C0E300F029E1DF :1000B000FCFFFF1A00000FE1C000C0E300F029E1DF
:1000C0000000A0E30010A0E35C209FE50FE0A0E1AA :1000C0000000A0E30010A0E35C209FE50FE0A0E1AA
:1000D00012FF2FE10000A0E10000A0E10000A0E17C :1000D00012FF2FE10000A0E10000A0E10000A0E17C
:1000E000FBFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA7B :1000E000FBFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA7B
:1000F000FEFFFFEAFEFFFFEAFEFFFFEA40FDFFFF13 :1000F000FEFFFFEAFEFFFFEAFEFFFFEA40FDFFFF13
:10010000010400A508FDFFFF0001480000F0FFFF0B :10010000010400A508FDFFFF0001480000F0FFFF0B
:10011000000620000005200000032000000420004D :10011000000620000005200000032000000420004D
:10012000000A2000940120009401200030012000EA :10012000000A2000940120009401200030012000EA
:100130000CD04DE20130A0E300308DE50230A0E3A9 :100130000CD04DE20130A0E300308DE50230A0E3A9
:1001400004308DE50030A0E308308DE538309FE5C0 :1001400004308DE50030A0E308308DE538309FE5C0
:10015000002093E500309DE5023083E000308DE51E :10015000002093E500309DE5023083E000308DE51E
:1001600000309DE5013083E200308DE504309DE5EF :1001600000309DE5013083E200308DE504309DE5EF
:10017000013083E204308DE500209DE504309DE5EB :10017000013083E204308DE500209DE504309DE5EB
:10018000033082E008308DE5F4FFFFEA90012000A3 :10018000033082E008308DE5F4FFFFEA90012000A3
:040190000700000064 :040190000700000064
:040000050020004097 :040000050020004097
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
ram 0x00200000 0x00010000 ram 0x00200000 0x00010000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x00200000 0x194 .text 0x00200000 0x194
*(.vectors) *(.vectors)
.vectors 0x00200000 0x40 ./src/crt.o .vectors 0x00200000 0x40 ./src/crt.o
0x00200040 . = ALIGN (0x4) 0x00200040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x00200040 0xf0 ./src/crt.o .init 0x00200040 0xf0 ./src/crt.o
0x002000f8 FIQHandler 0x002000f8 FIQHandler
0x002000ec PAbortHandler 0x002000ec PAbortHandler
0x002000d4 ExitFunction 0x002000d4 ExitFunction
0x00200040 ResetHandler 0x00200040 ResetHandler
0x002000f0 DAbortHandler 0x002000f0 DAbortHandler
0x002000f4 IRQHandler 0x002000f4 IRQHandler
0x002000e4 UndefHandler 0x002000e4 UndefHandler
0x00200130 . = ALIGN (0x4) 0x00200130 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x00200130 0x0 ./src/crt.o .text 0x00200130 0x0 ./src/crt.o
.text 0x00200130 0x60 ./src/main.o .text 0x00200130 0x60 ./src/main.o
0x00200130 main 0x00200130 main
0x00200190 . = ALIGN (0x4) 0x00200190 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x00200190 0x4 ./src/main.o .rodata 0x00200190 0x4 ./src/main.o
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x00200194 0x0 ./src/crt.o .glue_7t 0x00200194 0x0 ./src/crt.o
.glue_7t 0x00200194 0x0 ./src/main.o .glue_7t 0x00200194 0x0 ./src/main.o
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x00200194 0x0 ./src/crt.o .glue_7 0x00200194 0x0 ./src/crt.o
.glue_7 0x00200194 0x0 ./src/main.o .glue_7 0x00200194 0x0 ./src/main.o
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
0x00200194 etext = . 0x00200194 etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x00200194 0x0 .data 0x00200194 0x0
0x00200194 PROVIDE (__data_start, .) 0x00200194 PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x00200194 0x0 ./src/crt.o .data 0x00200194 0x0 ./src/crt.o
.data 0x00200194 0x0 ./src/main.o .data 0x00200194 0x0 ./src/main.o
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
0x00200194 edata = . 0x00200194 edata = .
0x00200194 _edata = . 0x00200194 _edata = .
0x00200194 PROVIDE (__data_end, .) 0x00200194 PROVIDE (__data_end, .)
.bss 0x00200194 0x86c .bss 0x00200194 0x86c
0x00200194 PROVIDE (__bss_start, .) 0x00200194 PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x00200194 0x0 ./src/crt.o .bss 0x00200194 0x0 ./src/crt.o
.bss 0x00200194 0x0 ./src/main.o .bss 0x00200194 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x00200194 . = ALIGN (0x4) 0x00200194 . = ALIGN (0x4)
0x00200194 PROVIDE (__bss_end, .) 0x00200194 PROVIDE (__bss_end, .)
0x00200200 . = ALIGN (0x100) 0x00200200 . = ALIGN (0x100)
*fill* 0x00200194 0x6c 00 *fill* 0x00200194 0x6c 00
0x00200200 PROVIDE (__stack_start, .) 0x00200200 PROVIDE (__stack_start, .)
0x00200200 PROVIDE (__stack_fiq_start, .) 0x00200200 PROVIDE (__stack_fiq_start, .)
0x00200300 . = (. + FIQ_STACK_SIZE) 0x00200300 . = (. + FIQ_STACK_SIZE)
*fill* 0x00200200 0x100 00 *fill* 0x00200200 0x100 00
0x00200300 . = ALIGN (0x4) 0x00200300 . = ALIGN (0x4)
0x00200300 PROVIDE (__stack_fiq_end, .) 0x00200300 PROVIDE (__stack_fiq_end, .)
0x00200300 PROVIDE (__stack_irq_start, .) 0x00200300 PROVIDE (__stack_irq_start, .)
0x00200400 . = (. + IRQ_STACK_SIZE) 0x00200400 . = (. + IRQ_STACK_SIZE)
*fill* 0x00200300 0x100 00 *fill* 0x00200300 0x100 00
0x00200400 . = ALIGN (0x4) 0x00200400 . = ALIGN (0x4)
0x00200400 PROVIDE (__stack_irq_end, .) 0x00200400 PROVIDE (__stack_irq_end, .)
0x00200400 PROVIDE (__stack_abt_start, .) 0x00200400 PROVIDE (__stack_abt_start, .)
0x00200500 . = (. + ABT_STACK_SIZE) 0x00200500 . = (. + ABT_STACK_SIZE)
*fill* 0x00200400 0x100 00 *fill* 0x00200400 0x100 00
0x00200500 . = ALIGN (0x4) 0x00200500 . = ALIGN (0x4)
0x00200500 PROVIDE (__stack_abt_end, .) 0x00200500 PROVIDE (__stack_abt_end, .)
0x00200500 PROVIDE (__stack_und_start, .) 0x00200500 PROVIDE (__stack_und_start, .)
0x00200600 . = (. + UND_STACK_SIZE) 0x00200600 . = (. + UND_STACK_SIZE)
*fill* 0x00200500 0x100 00 *fill* 0x00200500 0x100 00
0x00200600 . = ALIGN (0x4) 0x00200600 . = ALIGN (0x4)
0x00200600 PROVIDE (__stack_und_end, .) 0x00200600 PROVIDE (__stack_und_end, .)
0x00200600 PROVIDE (__stack_svc_start, .) 0x00200600 PROVIDE (__stack_svc_start, .)
0x00200a00 . = (. + SVC_STACK_SIZE) 0x00200a00 . = (. + SVC_STACK_SIZE)
*fill* 0x00200600 0x400 00 *fill* 0x00200600 0x400 00
0x00200a00 . = ALIGN (0x4) 0x00200a00 . = ALIGN (0x4)
0x00200a00 PROVIDE (__stack_svc_end, .) 0x00200a00 PROVIDE (__stack_svc_end, .)
0x00200a00 PROVIDE (__stack_end, .) 0x00200a00 PROVIDE (__stack_end, .)
0x00200a00 PROVIDE (__heap_start, .) 0x00200a00 PROVIDE (__heap_start, .)
OUTPUT(test_ram.elf elf32-littlearm) OUTPUT(test_ram.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xd6 .debug_line 0x00000000 0xd6
.debug_line 0x00000000 0x7f ./src/crt.o .debug_line 0x00000000 0x7f ./src/crt.o
.debug_line 0x0000007f 0x57 ./src/main.o .debug_line 0x0000007f 0x57 ./src/main.o
.debug_info 0x00000000 0x1aa .debug_info 0x00000000 0x1aa
.debug_info 0x00000000 0x75 ./src/crt.o .debug_info 0x00000000 0x75 ./src/crt.o
.debug_info 0x00000075 0x135 ./src/main.o .debug_info 0x00000075 0x135 ./src/main.o
.debug_abbrev 0x00000000 0x6d .debug_abbrev 0x00000000 0x6d
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x5b ./src/main.o .debug_abbrev 0x00000012 0x5b ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,29 +1,29 @@
:020000040010EA :020000040010EA
:1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE518F09FE518F09FE518F09FE5B0 :1000100018F09FE518F09FE518F09FE518F09FE5B0
:1000200040001000E4001000E8001000EC00100098 :1000200040001000E4001000E8001000EC00100098
:10003000F000100000000000F4001000F8001000B4 :10003000F000100000000000F4001000F8001000B4
:10004000B4109FE50209A0E3040081E5AC009FE540 :10004000B4109FE50209A0E3040081E5AC009FE540
:10005000AC109FE5000081E5FF10E0E3A4009FE500 :10005000AC109FE5000081E5FF10E0E3A4009FE500
:10006000600081E5A0109FE50000E0E3300181E53C :10006000600081E5A0109FE50000E0E3300181E53C
:10007000240181E5DBF021E390D09FE5D7F021E377 :10007000240181E5DBF021E390D09FE5D7F021E377
:100080008CD09FE5D1F021E388D09FE5D2F021E329 :100080008CD09FE5D1F021E388D09FE5D2F021E329
:1000900084D09FE5D3F021E380D09FE580109FE5D9 :1000900084D09FE5D3F021E380D09FE580109FE5D9
:1000A00080209FE50030A0E3020051E1043081147C :1000A00080209FE50030A0E3020051E1043081147C
:1000B000FCFFFF1A00000FE1C000C0E300F029E1DF :1000B000FCFFFF1A00000FE1C000C0E300F029E1DF
:1000C0000000A0E30010A0E35C209FE50FE0A0E1AA :1000C0000000A0E30010A0E35C209FE50FE0A0E1AA
:1000D00012FF2FE10000A0E10000A0E10000A0E17C :1000D00012FF2FE10000A0E10000A0E10000A0E17C
:1000E000FBFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA7B :1000E000FBFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA7B
:1000F000FEFFFFEAFEFFFFEAFEFFFFEA40FDFFFF13 :1000F000FEFFFFEAFEFFFFEAFEFFFFEA40FDFFFF13
:10010000010400A508FDFFFF0001480000F0FFFF0B :10010000010400A508FDFFFF0001480000F0FFFF0B
:100110000004200000032000000120000002200055 :100110000004200000032000000120000002200055
:100120000008200000002000000020003001100026 :100120000008200000002000000020003001100026
:100130000CD04DE20130A0E300308DE50230A0E3A9 :100130000CD04DE20130A0E300308DE50230A0E3A9
:1001400004308DE50030A0E308308DE538309FE5C0 :1001400004308DE50030A0E308308DE538309FE5C0
:10015000002093E500309DE5023083E000308DE51E :10015000002093E500309DE5023083E000308DE51E
:1001600000309DE5013083E200308DE504309DE5EF :1001600000309DE5013083E200308DE504309DE5EF
:10017000013083E204308DE500209DE504309DE5EB :10017000013083E204308DE500209DE504309DE5EB
:10018000033082E008308DE5F4FFFFEA90011000B3 :10018000033082E008308DE5F4FFFFEA90011000B3
:040190000700000064 :040190000700000064
:0400000500100040A7 :0400000500100040A7
:00000001FF :00000001FF

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
rom 0x00100000 0x00040000 rom 0x00100000 0x00040000
ram 0x00200000 0x00010000 ram 0x00200000 0x00010000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x00100000 0x194 .text 0x00100000 0x194
*(.vectors) *(.vectors)
.vectors 0x00100000 0x40 ./src/crt.o .vectors 0x00100000 0x40 ./src/crt.o
0x00100040 . = ALIGN (0x4) 0x00100040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x00100040 0xf0 ./src/crt.o .init 0x00100040 0xf0 ./src/crt.o
0x001000f8 FIQHandler 0x001000f8 FIQHandler
0x001000ec PAbortHandler 0x001000ec PAbortHandler
0x001000d4 ExitFunction 0x001000d4 ExitFunction
0x00100040 ResetHandler 0x00100040 ResetHandler
0x001000f0 DAbortHandler 0x001000f0 DAbortHandler
0x001000f4 IRQHandler 0x001000f4 IRQHandler
0x001000e4 UndefHandler 0x001000e4 UndefHandler
0x00100130 . = ALIGN (0x4) 0x00100130 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x00100130 0x0 ./src/crt.o .text 0x00100130 0x0 ./src/crt.o
.text 0x00100130 0x60 ./src/main.o .text 0x00100130 0x60 ./src/main.o
0x00100130 main 0x00100130 main
0x00100190 . = ALIGN (0x4) 0x00100190 . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x00100190 0x4 ./src/main.o .rodata 0x00100190 0x4 ./src/main.o
0x00100194 . = ALIGN (0x4) 0x00100194 . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x00100194 . = ALIGN (0x4) 0x00100194 . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x00100194 0x0 ./src/crt.o .glue_7t 0x00100194 0x0 ./src/crt.o
.glue_7t 0x00100194 0x0 ./src/main.o .glue_7t 0x00100194 0x0 ./src/main.o
0x00100194 . = ALIGN (0x4) 0x00100194 . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x00100194 0x0 ./src/crt.o .glue_7 0x00100194 0x0 ./src/crt.o
.glue_7 0x00100194 0x0 ./src/main.o .glue_7 0x00100194 0x0 ./src/main.o
0x00100194 . = ALIGN (0x4) 0x00100194 . = ALIGN (0x4)
0x00100194 etext = . 0x00100194 etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x00200000 0x0 .data 0x00200000 0x0
0x00200000 PROVIDE (__data_start, .) 0x00200000 PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x00200000 0x0 ./src/crt.o .data 0x00200000 0x0 ./src/crt.o
.data 0x00200000 0x0 ./src/main.o .data 0x00200000 0x0 ./src/main.o
0x00200000 . = ALIGN (0x4) 0x00200000 . = ALIGN (0x4)
0x00200000 edata = . 0x00200000 edata = .
0x00200000 _edata = . 0x00200000 _edata = .
0x00200000 PROVIDE (__data_end, .) 0x00200000 PROVIDE (__data_end, .)
.bss 0x00200000 0x800 .bss 0x00200000 0x800
0x00200000 PROVIDE (__bss_start, .) 0x00200000 PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x00200000 0x0 ./src/crt.o .bss 0x00200000 0x0 ./src/crt.o
.bss 0x00200000 0x0 ./src/main.o .bss 0x00200000 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x00200000 . = ALIGN (0x4) 0x00200000 . = ALIGN (0x4)
0x00200000 PROVIDE (__bss_end, .) 0x00200000 PROVIDE (__bss_end, .)
0x00200000 . = ALIGN (0x100) 0x00200000 . = ALIGN (0x100)
0x00200000 PROVIDE (__stack_start, .) 0x00200000 PROVIDE (__stack_start, .)
0x00200000 PROVIDE (__stack_fiq_start, .) 0x00200000 PROVIDE (__stack_fiq_start, .)
0x00200100 . = (. + FIQ_STACK_SIZE) 0x00200100 . = (. + FIQ_STACK_SIZE)
*fill* 0x00200000 0x100 00 *fill* 0x00200000 0x100 00
0x00200100 . = ALIGN (0x4) 0x00200100 . = ALIGN (0x4)
0x00200100 PROVIDE (__stack_fiq_end, .) 0x00200100 PROVIDE (__stack_fiq_end, .)
0x00200100 PROVIDE (__stack_irq_start, .) 0x00200100 PROVIDE (__stack_irq_start, .)
0x00200200 . = (. + IRQ_STACK_SIZE) 0x00200200 . = (. + IRQ_STACK_SIZE)
*fill* 0x00200100 0x100 00 *fill* 0x00200100 0x100 00
0x00200200 . = ALIGN (0x4) 0x00200200 . = ALIGN (0x4)
0x00200200 PROVIDE (__stack_irq_end, .) 0x00200200 PROVIDE (__stack_irq_end, .)
0x00200200 PROVIDE (__stack_abt_start, .) 0x00200200 PROVIDE (__stack_abt_start, .)
0x00200300 . = (. + ABT_STACK_SIZE) 0x00200300 . = (. + ABT_STACK_SIZE)
*fill* 0x00200200 0x100 00 *fill* 0x00200200 0x100 00
0x00200300 . = ALIGN (0x4) 0x00200300 . = ALIGN (0x4)
0x00200300 PROVIDE (__stack_abt_end, .) 0x00200300 PROVIDE (__stack_abt_end, .)
0x00200300 PROVIDE (__stack_und_start, .) 0x00200300 PROVIDE (__stack_und_start, .)
0x00200400 . = (. + UND_STACK_SIZE) 0x00200400 . = (. + UND_STACK_SIZE)
*fill* 0x00200300 0x100 00 *fill* 0x00200300 0x100 00
0x00200400 . = ALIGN (0x4) 0x00200400 . = ALIGN (0x4)
0x00200400 PROVIDE (__stack_und_end, .) 0x00200400 PROVIDE (__stack_und_end, .)
0x00200400 PROVIDE (__stack_svc_start, .) 0x00200400 PROVIDE (__stack_svc_start, .)
0x00200800 . = (. + SVC_STACK_SIZE) 0x00200800 . = (. + SVC_STACK_SIZE)
*fill* 0x00200400 0x400 00 *fill* 0x00200400 0x400 00
0x00200800 . = ALIGN (0x4) 0x00200800 . = ALIGN (0x4)
0x00200800 PROVIDE (__stack_svc_end, .) 0x00200800 PROVIDE (__stack_svc_end, .)
0x00200800 PROVIDE (__stack_end, .) 0x00200800 PROVIDE (__stack_end, .)
0x00200800 PROVIDE (__heap_start, .) 0x00200800 PROVIDE (__heap_start, .)
OUTPUT(test_rom.elf elf32-littlearm) OUTPUT(test_rom.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xd6 .debug_line 0x00000000 0xd6
.debug_line 0x00000000 0x7f ./src/crt.o .debug_line 0x00000000 0x7f ./src/crt.o
.debug_line 0x0000007f 0x57 ./src/main.o .debug_line 0x0000007f 0x57 ./src/main.o
.debug_info 0x00000000 0x1aa .debug_info 0x00000000 0x1aa
.debug_info 0x00000000 0x75 ./src/crt.o .debug_info 0x00000000 0x75 ./src/crt.o
.debug_info 0x00000075 0x135 ./src/main.o .debug_info 0x00000075 0x135 ./src/main.o
.debug_abbrev 0x00000000 0x6d .debug_abbrev 0x00000000 0x6d
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x5b ./src/main.o .debug_abbrev 0x00000012 0x5b ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

File diff suppressed because it is too large Load Diff

View File

@ -1,170 +1,170 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
ram 0x62000000 0x00080000 ram 0x62000000 0x00080000
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000100 FIQ_STACK_SIZE = 0x100 0x00000100 FIQ_STACK_SIZE = 0x100
0x00000100 IRQ_STACK_SIZE = 0x100 0x00000100 IRQ_STACK_SIZE = 0x100
0x00000100 ABT_STACK_SIZE = 0x100 0x00000100 ABT_STACK_SIZE = 0x100
0x00000100 UND_STACK_SIZE = 0x100 0x00000100 UND_STACK_SIZE = 0x100
0x00000400 SVC_STACK_SIZE = 0x400 0x00000400 SVC_STACK_SIZE = 0x400
.text 0x62000000 0x6019c .text 0x62000000 0x6019c
*(.vectors) *(.vectors)
.vectors 0x62000000 0x40 ./src/crt.o .vectors 0x62000000 0x40 ./src/crt.o
0x62000040 . = ALIGN (0x4) 0x62000040 . = ALIGN (0x4)
*(.init) *(.init)
.init 0x62000040 0x114 ./src/crt.o .init 0x62000040 0x114 ./src/crt.o
0x62000128 FIQHandler 0x62000128 FIQHandler
0x6200011c PAbortHandler 0x6200011c PAbortHandler
0x62000104 ExitFunction 0x62000104 ExitFunction
0x62000040 ResetHandler 0x62000040 ResetHandler
0x62000120 DAbortHandler 0x62000120 DAbortHandler
0x62000124 IRQHandler 0x62000124 IRQHandler
0x62000114 UndefHandler 0x62000114 UndefHandler
0x62000154 . = ALIGN (0x4) 0x62000154 . = ALIGN (0x4)
*(.text) *(.text)
.text 0x62000154 0x0 ./src/crt.o .text 0x62000154 0x0 ./src/crt.o
.text 0x62000154 0x48 ./src/main.o .text 0x62000154 0x48 ./src/main.o
0x62000154 main 0x62000154 main
0x6200019c . = ALIGN (0x4) 0x6200019c . = ALIGN (0x4)
*(.rodata) *(.rodata)
.rodata 0x6200019c 0x60000 ./src/main.o .rodata 0x6200019c 0x60000 ./src/main.o
0x6206019c . = ALIGN (0x4) 0x6206019c . = ALIGN (0x4)
*(.rodata*) *(.rodata*)
0x6206019c . = ALIGN (0x4) 0x6206019c . = ALIGN (0x4)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x6206019c 0x0 ./src/crt.o .glue_7t 0x6206019c 0x0 ./src/crt.o
.glue_7t 0x6206019c 0x0 ./src/main.o .glue_7t 0x6206019c 0x0 ./src/main.o
0x6206019c . = ALIGN (0x4) 0x6206019c . = ALIGN (0x4)
*(.glue_7) *(.glue_7)
.glue_7 0x6206019c 0x0 ./src/crt.o .glue_7 0x6206019c 0x0 ./src/crt.o
.glue_7 0x6206019c 0x0 ./src/main.o .glue_7 0x6206019c 0x0 ./src/main.o
0x6206019c . = ALIGN (0x4) 0x6206019c . = ALIGN (0x4)
0x6206019c etext = . 0x6206019c etext = .
.vfp11_veneer 0x00000000 0x0 .vfp11_veneer 0x00000000 0x0
.vfp11_veneer 0x00000000 0x0 ./src/crt.o .vfp11_veneer 0x00000000 0x0 ./src/crt.o
.vfp11_veneer 0x00000000 0x0 ./src/main.o .vfp11_veneer 0x00000000 0x0 ./src/main.o
.data 0x6206019c 0x0 .data 0x6206019c 0x0
0x6206019c PROVIDE (__data_start, .) 0x6206019c PROVIDE (__data_start, .)
*(.data) *(.data)
.data 0x6206019c 0x0 ./src/crt.o .data 0x6206019c 0x0 ./src/crt.o
.data 0x6206019c 0x0 ./src/main.o .data 0x6206019c 0x0 ./src/main.o
0x6206019c . = ALIGN (0x4) 0x6206019c . = ALIGN (0x4)
0x6206019c edata = . 0x6206019c edata = .
0x6206019c _edata = . 0x6206019c _edata = .
0x6206019c PROVIDE (__data_end, .) 0x6206019c PROVIDE (__data_end, .)
.bss 0x6206019c 0x864 .bss 0x6206019c 0x864
0x6206019c PROVIDE (__bss_start, .) 0x6206019c PROVIDE (__bss_start, .)
*(.bss) *(.bss)
.bss 0x6206019c 0x0 ./src/crt.o .bss 0x6206019c 0x0 ./src/crt.o
.bss 0x6206019c 0x0 ./src/main.o .bss 0x6206019c 0x0 ./src/main.o
*(COMMON) *(COMMON)
0x6206019c . = ALIGN (0x4) 0x6206019c . = ALIGN (0x4)
0x6206019c PROVIDE (__bss_end, .) 0x6206019c PROVIDE (__bss_end, .)
0x62060200 . = ALIGN (0x100) 0x62060200 . = ALIGN (0x100)
*fill* 0x6206019c 0x64 00 *fill* 0x6206019c 0x64 00
0x62060200 PROVIDE (__stack_start, .) 0x62060200 PROVIDE (__stack_start, .)
0x62060200 PROVIDE (__stack_fiq_start, .) 0x62060200 PROVIDE (__stack_fiq_start, .)
0x62060300 . = (. + FIQ_STACK_SIZE) 0x62060300 . = (. + FIQ_STACK_SIZE)
*fill* 0x62060200 0x100 00 *fill* 0x62060200 0x100 00
0x62060300 . = ALIGN (0x4) 0x62060300 . = ALIGN (0x4)
0x62060300 PROVIDE (__stack_fiq_end, .) 0x62060300 PROVIDE (__stack_fiq_end, .)
0x62060300 PROVIDE (__stack_irq_start, .) 0x62060300 PROVIDE (__stack_irq_start, .)
0x62060400 . = (. + IRQ_STACK_SIZE) 0x62060400 . = (. + IRQ_STACK_SIZE)
*fill* 0x62060300 0x100 00 *fill* 0x62060300 0x100 00
0x62060400 . = ALIGN (0x4) 0x62060400 . = ALIGN (0x4)
0x62060400 PROVIDE (__stack_irq_end, .) 0x62060400 PROVIDE (__stack_irq_end, .)
0x62060400 PROVIDE (__stack_abt_start, .) 0x62060400 PROVIDE (__stack_abt_start, .)
0x62060500 . = (. + ABT_STACK_SIZE) 0x62060500 . = (. + ABT_STACK_SIZE)
*fill* 0x62060400 0x100 00 *fill* 0x62060400 0x100 00
0x62060500 . = ALIGN (0x4) 0x62060500 . = ALIGN (0x4)
0x62060500 PROVIDE (__stack_abt_end, .) 0x62060500 PROVIDE (__stack_abt_end, .)
0x62060500 PROVIDE (__stack_und_start, .) 0x62060500 PROVIDE (__stack_und_start, .)
0x62060600 . = (. + UND_STACK_SIZE) 0x62060600 . = (. + UND_STACK_SIZE)
*fill* 0x62060500 0x100 00 *fill* 0x62060500 0x100 00
0x62060600 . = ALIGN (0x4) 0x62060600 . = ALIGN (0x4)
0x62060600 PROVIDE (__stack_und_end, .) 0x62060600 PROVIDE (__stack_und_end, .)
0x62060600 PROVIDE (__stack_svc_start, .) 0x62060600 PROVIDE (__stack_svc_start, .)
0x62060a00 . = (. + SVC_STACK_SIZE) 0x62060a00 . = (. + SVC_STACK_SIZE)
*fill* 0x62060600 0x400 00 *fill* 0x62060600 0x400 00
0x62060a00 . = ALIGN (0x4) 0x62060a00 . = ALIGN (0x4)
0x62060a00 PROVIDE (__stack_svc_end, .) 0x62060a00 PROVIDE (__stack_svc_end, .)
0x62060a00 PROVIDE (__stack_end, .) 0x62060a00 PROVIDE (__stack_end, .)
0x62060a00 PROVIDE (__heap_start, .) 0x62060a00 PROVIDE (__heap_start, .)
OUTPUT(test.elf elf32-littlearm) OUTPUT(test.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_line 0x00000000 0xe5 .debug_line 0x00000000 0xe5
.debug_line 0x00000000 0x8f ./src/crt.o .debug_line 0x00000000 0x8f ./src/crt.o
.debug_line 0x0000008f 0x56 ./src/main.o .debug_line 0x0000008f 0x56 ./src/main.o
.debug_info 0x00000000 0x218 .debug_info 0x00000000 0x218
.debug_info 0x00000000 0x78 ./src/crt.o .debug_info 0x00000000 0x78 ./src/crt.o
.debug_info 0x00000078 0x1a0 ./src/main.o .debug_info 0x00000078 0x1a0 ./src/main.o
.debug_abbrev 0x00000000 0x88 .debug_abbrev 0x00000000 0x88
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x76 ./src/main.o .debug_abbrev 0x00000012 0x76 ./src/main.o
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.comment 0x00000000 0x12 .comment 0x00000000 0x12
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end ./src/crt.o __bss_end ./src/crt.o
__bss_start ./src/crt.o __bss_start ./src/crt.o
__stack_abt_end ./src/crt.o __stack_abt_end ./src/crt.o
__stack_fiq_end ./src/crt.o __stack_fiq_end ./src/crt.o
__stack_irq_end ./src/crt.o __stack_irq_end ./src/crt.o
__stack_svc_end ./src/crt.o __stack_svc_end ./src/crt.o
__stack_und_end ./src/crt.o __stack_und_end ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,37 +1,37 @@
:020000042000DA :020000042000DA
:100000000000A0E10000A0E10000A0E10000A0E1EC :100000000000A0E10000A0E10000A0E10000A0E1EC
:100010000000A0E10000A0E10000A0E10000A0E1DC :100010000000A0E10000A0E10000A0E10000A0E1DC
:100020000A02A0E304119FE5501080E50A02A0E354 :100020000A02A0E304119FE5501080E50A02A0E354
:100030000010A0E3441080E50A02A0E30010A0E352 :100030000010A0E3441080E50A02A0E30010A0E352
:100040000A02A0E37310A0E3181080E5081090E501 :100040000A02A0E37310A0E3181080E5081090E501
:10005000020011E3FCFFFF0A0A02A0E3D0109FE5B3 :10005000020011E3FCFFFF0A0A02A0E3D0109FE5B3
:10006000081080E5DBF021E3C8D09FE5D7F021E35D :10006000081080E5DBF021E3C8D09FE5D7F021E35D
:10007000C4D09FE5D1F021E3C0D09FE5D2F021E3C9 :10007000C4D09FE5D1F021E3C0D09FE5D2F021E3C9
:10008000BCD09FE5D3F021E3B8D09FE5B8109FE541 :10008000BCD09FE5D3F021E3B8D09FE5B8109FE541
:10009000B8209FE5B8309FE5030052E10400913499 :10009000B8209FE5B8309FE5030052E10400913499
:1000A00004008234FBFFFF3A0000A0E3A4109FE5A8 :1000A00004008234FBFFFF3A0000A0E3A4109FE5A8
:1000B000A4209FE5020051E104008134FCFFFF3AD7 :1000B000A4209FE5020051E104008134FCFFFF3AD7
:1000C00098009FE598109FE5010050E10500000AA7 :1000C00098009FE598109FE5010050E10500000AA7
:1000D000042090E403002DE90FE0A0E102F0A0E18C :1000D000042090E403002DE90FE0A0E102F0A0E18C
:1000E0000300BDE8F7FFFFEA00000FE1C000C0E336 :1000E0000300BDE8F7FFFFEA00000FE1C000C0E336
:1000F00000F029E10000A0E30010A0E364209FE5E8 :1000F00000F029E10000A0E30010A0E364209FE5E8
:100100000FE0A0E112FF2FE10000A0E10000A0E15C :100100000FE0A0E112FF2FE10000A0E10000A0E15C
:100110000000A0E1FBFFFFEAFEFFFFEAFEFFFFEAAF :100110000000A0E1FBFFFFEAFEFFFFEAFEFFFFEAAF
:10012000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA37 :10012000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA37
:10013000C201000009800000100F0020100F0020F5 :10013000C201000009800000100F0020100F0020F5
:10014000100B0020100B0020100F002010020020C8 :10014000100B0020100B0020100F002010020020C8
:1001500010020020100200201002002010020020D7 :1001500010020020100200201002002010020020D7
:100160000C0200200C0200206C0100200CD04DE29B :100160000C0200200C0200206C0100200CD04DE29B
:100170000130A0E300308DE50230A0E304308DE5CE :100170000130A0E300308DE50230A0E304308DE5CE
:100180000030A0E308308DE538309FE5002093E58E :100180000030A0E308308DE538309FE5002093E58E
:1001900000309DE5023083E000308DE500309DE5C4 :1001900000309DE5023083E000308DE500309DE5C4
:1001A000013083E200308DE504309DE5013083E2CB :1001A000013083E200308DE504309DE5013083E2CB
:1001B00004308DE500209DE504309DE5033082E0AC :1001B00004308DE500209DE504309DE5033082E0AC
:0C01C00008308DE5F4FFFFEA0C0200207F :0C01C00008308DE5F4FFFFEA0C0200207F
:1001CC0018F09FE518F09FE518F09FE518F09FE5F3 :1001CC0018F09FE518F09FE518F09FE518F09FE5F3
:1001DC0018F09FE518F09FE518F09FE518F09FE5E3 :1001DC0018F09FE518F09FE518F09FE518F09FE5E3
:1001EC0000000020180100201C010020200100202C :1001EC0000000020180100201C010020200100202C
:1001FC002401002000000000280100202C01002018 :1001FC002401002000000000280100202C01002018
:04020C0007000000E7 :04020C0007000000E7
:0400000520000000D7 :0400000520000000D7
:00000001FF :00000001FF

View File

@ -1,297 +1,297 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
DATA 0x20000000 0x00010000 rw DATA 0x20000000 0x00010000 rw
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000400 _STACKSIZE = 0x400 0x00000400 _STACKSIZE = 0x400
0x00000100 _STACKSIZE_IRQ = 0x100 0x00000100 _STACKSIZE_IRQ = 0x100
0x00000000 _STACKSIZE_FIQ = 0x0 0x00000000 _STACKSIZE_FIQ = 0x0
0x00000400 _STACKSIZE_SVC = 0x400 0x00000400 _STACKSIZE_SVC = 0x400
0x00000000 _STACKSIZE_ABT = 0x0 0x00000000 _STACKSIZE_ABT = 0x0
0x00000000 _STACKSIZE_UND = 0x0 0x00000000 _STACKSIZE_UND = 0x0
0x00000400 _HEAPSIZE = 0x400 0x00000400 _HEAPSIZE = 0x400
.text 0x20000000 0x1cc .text 0x20000000 0x1cc
CREATE_OBJECT_SYMBOLS CREATE_OBJECT_SYMBOLS
*(.vectrom) *(.vectrom)
*(.init) *(.init)
.init 0x20000000 0x16c ./src/crt.o .init 0x20000000 0x16c ./src/crt.o
0x2000012c FIQHandler 0x2000012c FIQHandler
0x20000120 PAbortHandler 0x20000120 PAbortHandler
0x20000108 ExitFunction 0x20000108 ExitFunction
0x20000000 ResetHandler 0x20000000 ResetHandler
0x20000124 DAbortHandler 0x20000124 DAbortHandler
0x20000128 IRQHandler 0x20000128 IRQHandler
0x20000118 UndefHandler 0x20000118 UndefHandler
*(.text .text.*) *(.text .text.*)
.text 0x2000016c 0x0 ./src/crt.o .text 0x2000016c 0x0 ./src/crt.o
.text 0x2000016c 0x60 ./src/main.o .text 0x2000016c 0x60 ./src/main.o
0x2000016c main 0x2000016c main
*(.gnu.linkonce.t.*) *(.gnu.linkonce.t.*)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x200001cc 0x0 ./src/crt.o .glue_7t 0x200001cc 0x0 ./src/crt.o
.glue_7t 0x200001cc 0x0 ./src/main.o .glue_7t 0x200001cc 0x0 ./src/main.o
*(.glue_7) *(.glue_7)
.glue_7 0x200001cc 0x0 ./src/crt.o .glue_7 0x200001cc 0x0 ./src/crt.o
.glue_7 0x200001cc 0x0 ./src/main.o .glue_7 0x200001cc 0x0 ./src/main.o
*(.vfp11_veneer) *(.vfp11_veneer)
.vfp11_veneer 0x200001cc 0x0 ./src/crt.o .vfp11_veneer 0x200001cc 0x0 ./src/crt.o
.vfp11_veneer 0x200001cc 0x0 ./src/main.o .vfp11_veneer 0x200001cc 0x0 ./src/main.o
*(.fini) *(.fini)
*(.gcc_except_table) *(.gcc_except_table)
.vectors 0x200001cc 0x40 .vectors 0x200001cc 0x40
.vectors 0x200001cc 0x40 ./src/crt.o .vectors 0x200001cc 0x40 ./src/crt.o
0x2000020c . = ALIGN (0x4) 0x2000020c . = ALIGN (0x4)
.ctors 0x2000020c 0x0 .ctors 0x2000020c 0x0
0x2000020c PROVIDE (__ctors_start__, .) 0x2000020c PROVIDE (__ctors_start__, .)
*(SORT(.ctors.*)) *(SORT(.ctors.*))
*(.ctors) *(.ctors)
0x2000020c PROVIDE (__ctors_end__, .) 0x2000020c PROVIDE (__ctors_end__, .)
.dtors 0x2000020c 0x0 .dtors 0x2000020c 0x0
0x2000020c PROVIDE (__dtors_start__, .) 0x2000020c PROVIDE (__dtors_start__, .)
*(SORT(.dtors.*)) *(SORT(.dtors.*))
*(.dtors) *(.dtors)
0x2000020c PROVIDE (__dtors_end__, .) 0x2000020c PROVIDE (__dtors_end__, .)
.rodata 0x2000020c 0x4 .rodata 0x2000020c 0x4
*(.rodata .rodata.*) *(.rodata .rodata.*)
.rodata 0x2000020c 0x4 ./src/main.o .rodata 0x2000020c 0x4 ./src/main.o
*(.gnu.linkonce.r.*) *(.gnu.linkonce.r.*)
0x20000210 . = ALIGN (0x4) 0x20000210 . = ALIGN (0x4)
.init_array 0x20000210 0x0 .init_array 0x20000210 0x0
*(.init) *(.init)
*(.fini) *(.fini)
0x20000210 PROVIDE (__preinit_array_start, .) 0x20000210 PROVIDE (__preinit_array_start, .)
*(.preinit_array) *(.preinit_array)
0x20000210 PROVIDE (__preinit_array_end, .) 0x20000210 PROVIDE (__preinit_array_end, .)
0x20000210 PROVIDE (__init_array_start, .) 0x20000210 PROVIDE (__init_array_start, .)
*(SORT(.init_array.*)) *(SORT(.init_array.*))
*(.init_array) *(.init_array)
0x20000210 PROVIDE (__init_array_end, .) 0x20000210 PROVIDE (__init_array_end, .)
0x20000210 PROVIDE (__fini_array_start, .) 0x20000210 PROVIDE (__fini_array_start, .)
*(.fini_array) *(.fini_array)
*(SORT(.fini_array.*)) *(SORT(.fini_array.*))
0x20000210 PROVIDE (__fini_array_end, .) 0x20000210 PROVIDE (__fini_array_end, .)
0x20000210 . = ALIGN (0x4) 0x20000210 . = ALIGN (0x4)
0x20000210 __exidx_start = . 0x20000210 __exidx_start = .
.ARM.exidx .ARM.exidx
*(.ARM.exidx* .gnu.linkonce.armexidx.*) *(.ARM.exidx* .gnu.linkonce.armexidx.*)
0x20000210 __exidx_end = . 0x20000210 __exidx_end = .
0x20000210 _vectext = . 0x20000210 _vectext = .
0x20000210 PROVIDE (vectext, .) 0x20000210 PROVIDE (vectext, .)
.vect 0x20000210 0x0 .vect 0x20000210 0x0
0x20000210 _vecstart = . 0x20000210 _vecstart = .
*(.vectram) *(.vectram)
0x20000210 _vecend = . 0x20000210 _vecend = .
0x20000210 _etext = (_vectext + SIZEOF (.vect)) 0x20000210 _etext = (_vectext + SIZEOF (.vect))
0x20000210 PROVIDE (etext, .) 0x20000210 PROVIDE (etext, .)
.data 0x20000210 0x0 .data 0x20000210 0x0
*(.data .data.*) *(.data .data.*)
.data 0x20000210 0x0 ./src/crt.o .data 0x20000210 0x0 ./src/crt.o
.data 0x20000210 0x0 ./src/main.o .data 0x20000210 0x0 ./src/main.o
*(.gnu.linkonce.d.*) *(.gnu.linkonce.d.*)
0x20000210 . = ALIGN (0x4) 0x20000210 . = ALIGN (0x4)
0x20000210 __data_start = . 0x20000210 __data_start = .
0x20000210 _edata = . 0x20000210 _edata = .
0x20000210 PROVIDE (edata, .) 0x20000210 PROVIDE (edata, .)
.bss 0x20000210 0x0 .bss 0x20000210 0x0
0x20000210 __bss_start = . 0x20000210 __bss_start = .
0x20000210 __bss_start__ = . 0x20000210 __bss_start__ = .
*(.bss .bss.*) *(.bss .bss.*)
.bss 0x20000210 0x0 ./src/crt.o .bss 0x20000210 0x0 ./src/crt.o
.bss 0x20000210 0x0 ./src/main.o .bss 0x20000210 0x0 ./src/main.o
*(.gnu.linkonce.b.*) *(.gnu.linkonce.b.*)
*(COMMON) *(COMMON)
0x20000210 . = ALIGN (0x4) 0x20000210 . = ALIGN (0x4)
0x20000210 . = ALIGN (0x4) 0x20000210 . = ALIGN (0x4)
0x20000210 __bss_end__ = . 0x20000210 __bss_end__ = .
0x20000210 _end = . 0x20000210 _end = .
0x20000210 PROVIDE (end, .) 0x20000210 PROVIDE (end, .)
.heap 0x20000210 0x400 .heap 0x20000210 0x400
0x20000210 __heap_start__ = . 0x20000210 __heap_start__ = .
*(.heap) *(.heap)
0x20000610 . = ((__heap_start__ + _HEAPSIZE) MAX_K .) 0x20000610 . = ((__heap_start__ + _HEAPSIZE) MAX_K .)
*fill* 0x20000210 0x400 00 *fill* 0x20000210 0x400 00
0x20000610 __heap_end__ = (__heap_start__ + SIZEOF (.heap)) 0x20000610 __heap_end__ = (__heap_start__ + SIZEOF (.heap))
.stack 0x20000610 0x400 .stack 0x20000610 0x400
0x20000610 __stack_start__ = . 0x20000610 __stack_start__ = .
*(.stack) *(.stack)
0x20000a10 . = ((__stack_start__ + _STACKSIZE) MAX_K .) 0x20000a10 . = ((__stack_start__ + _STACKSIZE) MAX_K .)
*fill* 0x20000610 0x400 00 *fill* 0x20000610 0x400 00
0x20000a10 __stack_end__ = (__stack_start__ + SIZEOF (.stack)) 0x20000a10 __stack_end__ = (__stack_start__ + SIZEOF (.stack))
.stack_irq 0x20000a10 0x100 .stack_irq 0x20000a10 0x100
0x20000a10 __stack_irq_start__ = . 0x20000a10 __stack_irq_start__ = .
*(.stack_irq) *(.stack_irq)
0x20000b10 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .) 0x20000b10 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .)
*fill* 0x20000a10 0x100 00 *fill* 0x20000a10 0x100 00
0x20000b10 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq)) 0x20000b10 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq))
.stack_fiq 0x20000b10 0x0 .stack_fiq 0x20000b10 0x0
0x20000b10 __stack_fiq_start__ = . 0x20000b10 __stack_fiq_start__ = .
*(.stack_fiq) *(.stack_fiq)
0x20000b10 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .) 0x20000b10 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .)
0x20000b10 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq)) 0x20000b10 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq))
.stack_svc 0x20000b10 0x400 .stack_svc 0x20000b10 0x400
0x20000b10 __stack_svc_start__ = . 0x20000b10 __stack_svc_start__ = .
*(.stack_svc) *(.stack_svc)
0x20000f10 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .) 0x20000f10 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .)
*fill* 0x20000b10 0x400 00 *fill* 0x20000b10 0x400 00
0x20000f10 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc)) 0x20000f10 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc))
.stack_abt 0x20000f10 0x0 .stack_abt 0x20000f10 0x0
0x20000f10 __stack_abt_start__ = . 0x20000f10 __stack_abt_start__ = .
*(.stack_abt) *(.stack_abt)
0x20000f10 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .) 0x20000f10 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .)
0x20000f10 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt)) 0x20000f10 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt))
.stack_und 0x20000f10 0x0 .stack_und 0x20000f10 0x0
0x20000f10 __stack_und_start__ = . 0x20000f10 __stack_und_start__ = .
*(.stack_und) *(.stack_und)
0x20000f10 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .) 0x20000f10 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .)
0x20000f10 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und)) 0x20000f10 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und))
.stab .stab
*(.stab) *(.stab)
.stabstr .stabstr
*(.stabstr) *(.stabstr)
.stab.excl .stab.excl
*(.stab.excl) *(.stab.excl)
.stab.exclstr .stab.exclstr
*(.stab.exclstr) *(.stab.exclstr)
.stab.index .stab.index
*(.stab.index) *(.stab.index)
.stab.indexstr .stab.indexstr
*(.stab.indexstr) *(.stab.indexstr)
.comment 0x00000000 0x12 .comment 0x00000000 0x12
*(.comment) *(.comment)
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
.debug .debug
*(.debug) *(.debug)
.line .line
*(.line) *(.line)
.debug_srcinfo .debug_srcinfo
*(.debug_srcinfo) *(.debug_srcinfo)
.debug_sfnames .debug_sfnames
*(.debug_sfnames) *(.debug_sfnames)
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
*(.debug_aranges) *(.debug_aranges)
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
*(.debug_pubnames) *(.debug_pubnames)
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.debug_info 0x00000000 0x1a6 .debug_info 0x00000000 0x1a6
*(.debug_info .gnu.linkonce.wi.*) *(.debug_info .gnu.linkonce.wi.*)
.debug_info 0x00000000 0x73 ./src/crt.o .debug_info 0x00000000 0x73 ./src/crt.o
.debug_info 0x00000073 0x133 ./src/main.o .debug_info 0x00000073 0x133 ./src/main.o
.debug_abbrev 0x00000000 0x6d .debug_abbrev 0x00000000 0x6d
*(.debug_abbrev) *(.debug_abbrev)
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x5b ./src/main.o .debug_abbrev 0x00000012 0x5b ./src/main.o
.debug_line 0x00000000 0xf9 .debug_line 0x00000000 0xf9
*(.debug_line) *(.debug_line)
.debug_line 0x00000000 0xa2 ./src/crt.o .debug_line 0x00000000 0xa2 ./src/crt.o
.debug_line 0x000000a2 0x57 ./src/main.o .debug_line 0x000000a2 0x57 ./src/main.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
*(.debug_frame) *(.debug_frame)
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_str .debug_str
*(.debug_str) *(.debug_str)
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
*(.debug_loc) *(.debug_loc)
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_macinfo .debug_macinfo
*(.debug_macinfo) *(.debug_macinfo)
.debug_weaknames .debug_weaknames
*(.debug_weaknames) *(.debug_weaknames)
.debug_funcnames .debug_funcnames
*(.debug_funcnames) *(.debug_funcnames)
.debug_typenames .debug_typenames
*(.debug_typenames) *(.debug_typenames)
.debug_varnames .debug_varnames
*(.debug_varnames) *(.debug_varnames)
OUTPUT(test_ram.elf elf32-littlearm) OUTPUT(test_ram.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end__ ./src/crt.o __bss_end__ ./src/crt.o
__bss_start__ ./src/crt.o __bss_start__ ./src/crt.o
__ctors_end__ ./src/crt.o __ctors_end__ ./src/crt.o
__ctors_start__ ./src/crt.o __ctors_start__ ./src/crt.o
__data_start ./src/crt.o __data_start ./src/crt.o
__stack_abt_end__ ./src/crt.o __stack_abt_end__ ./src/crt.o
__stack_fiq_end__ ./src/crt.o __stack_fiq_end__ ./src/crt.o
__stack_irq_end__ ./src/crt.o __stack_irq_end__ ./src/crt.o
__stack_svc_end__ ./src/crt.o __stack_svc_end__ ./src/crt.o
__stack_und_end__ ./src/crt.o __stack_und_end__ ./src/crt.o
_edata ./src/crt.o _edata ./src/crt.o
_etext ./src/crt.o _etext ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,37 +1,37 @@
:020000044000BA :020000044000BA
:100000000000A0E10000A0E10000A0E10000A0E1EC :100000000000A0E10000A0E10000A0E10000A0E1EC
:100010000000A0E10000A0E10000A0E10000A0E1DC :100010000000A0E10000A0E10000A0E10000A0E1DC
:100020000A02A0E304119FE5501080E50A02A0E354 :100020000A02A0E304119FE5501080E50A02A0E354
:100030000010A0E3441080E50A02A0E30010A0E352 :100030000010A0E3441080E50A02A0E30010A0E352
:100040000A02A0E37310A0E3181080E5081090E501 :100040000A02A0E37310A0E3181080E5081090E501
:10005000020011E3FCFFFF0A0A02A0E3D0109FE5B3 :10005000020011E3FCFFFF0A0A02A0E3D0109FE5B3
:10006000081080E5DBF021E3C8D09FE5D7F021E35D :10006000081080E5DBF021E3C8D09FE5D7F021E35D
:10007000C4D09FE5D1F021E3C0D09FE5D2F021E3C9 :10007000C4D09FE5D1F021E3C0D09FE5D2F021E3C9
:10008000BCD09FE5D3F021E3B8D09FE5B8109FE541 :10008000BCD09FE5D3F021E3B8D09FE5B8109FE541
:10009000B8209FE5B8309FE5030052E10400913499 :10009000B8209FE5B8309FE5030052E10400913499
:1000A00004008234FBFFFF3A0000A0E3A4109FE5A8 :1000A00004008234FBFFFF3A0000A0E3A4109FE5A8
:1000B000A4209FE5020051E104008134FCFFFF3AD7 :1000B000A4209FE5020051E104008134FCFFFF3AD7
:1000C00098009FE598109FE5010050E10500000AA7 :1000C00098009FE598109FE5010050E10500000AA7
:1000D000042090E403002DE90FE0A0E102F0A0E18C :1000D000042090E403002DE90FE0A0E102F0A0E18C
:1000E0000300BDE8F7FFFFEA00000FE1C000C0E336 :1000E0000300BDE8F7FFFFEA00000FE1C000C0E336
:1000F00000F029E10000A0E30010A0E364209FE5E8 :1000F00000F029E10000A0E30010A0E364209FE5E8
:100100000FE0A0E112FF2FE10000A0E10000A0E15C :100100000FE0A0E112FF2FE10000A0E10000A0E15C
:100110000000A0E1FBFFFFEAFEFFFFEAFEFFFFEAAF :100110000000A0E1FBFFFFEAFEFFFFEAFEFFFFEAAF
:10012000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA37 :10012000FEFFFFEAFEFFFFEAFEFFFFEAFEFFFFEA37
:10013000C201000009800000000D0020000D002019 :10013000C201000009800000000D0020000D002019
:100140000009002000090020000D002010020040DE :100140000009002000090020000D002010020040DE
:10015000000000200000002000000020000000201F :10015000000000200000002000000020000000201F
:100160000C0200400C0200406C0100400CD04DE23B :100160000C0200400C0200406C0100400CD04DE23B
:100170000130A0E300308DE50230A0E304308DE5CE :100170000130A0E300308DE50230A0E304308DE5CE
:100180000030A0E308308DE538309FE5002093E58E :100180000030A0E308308DE538309FE5002093E58E
:1001900000309DE5023083E000308DE500309DE5C4 :1001900000309DE5023083E000308DE500309DE5C4
:1001A000013083E200308DE504309DE5013083E2CB :1001A000013083E200308DE504309DE5013083E2CB
:1001B00004308DE500209DE504309DE5033082E0AC :1001B00004308DE500209DE504309DE5033082E0AC
:0C01C00008308DE5F4FFFFEA0C0200405F :0C01C00008308DE5F4FFFFEA0C0200405F
:1001CC0018F09FE518F09FE518F09FE518F09FE5F3 :1001CC0018F09FE518F09FE518F09FE518F09FE5F3
:1001DC0018F09FE518F09FE518F09FE518F09FE5E3 :1001DC0018F09FE518F09FE518F09FE518F09FE5E3
:1001EC0000000040180100401C01004020010040AC :1001EC0000000040180100401C01004020010040AC
:1001FC002401004000000000280100402C010040B8 :1001FC002401004000000000280100402C010040B8
:04020C0007000000E7 :04020C0007000000E7
:0400000540000000B7 :0400000540000000B7
:00000001FF :00000001FF

View File

@ -1,300 +1,300 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
CODE 0x40000000 0x00040000 xr CODE 0x40000000 0x00040000 xr
DATA 0x20000000 0x00010000 rw DATA 0x20000000 0x00010000 rw
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/crt.o LOAD ./src/crt.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000400 _STACKSIZE = 0x400 0x00000400 _STACKSIZE = 0x400
0x00000100 _STACKSIZE_IRQ = 0x100 0x00000100 _STACKSIZE_IRQ = 0x100
0x00000000 _STACKSIZE_FIQ = 0x0 0x00000000 _STACKSIZE_FIQ = 0x0
0x00000400 _STACKSIZE_SVC = 0x400 0x00000400 _STACKSIZE_SVC = 0x400
0x00000000 _STACKSIZE_ABT = 0x0 0x00000000 _STACKSIZE_ABT = 0x0
0x00000000 _STACKSIZE_UND = 0x0 0x00000000 _STACKSIZE_UND = 0x0
0x00000400 _HEAPSIZE = 0x400 0x00000400 _HEAPSIZE = 0x400
.text 0x40000000 0x1cc .text 0x40000000 0x1cc
CREATE_OBJECT_SYMBOLS CREATE_OBJECT_SYMBOLS
*(.vectrom) *(.vectrom)
*(.init) *(.init)
.init 0x40000000 0x16c ./src/crt.o .init 0x40000000 0x16c ./src/crt.o
0x4000012c FIQHandler 0x4000012c FIQHandler
0x40000120 PAbortHandler 0x40000120 PAbortHandler
0x40000108 ExitFunction 0x40000108 ExitFunction
0x40000000 ResetHandler 0x40000000 ResetHandler
0x40000124 DAbortHandler 0x40000124 DAbortHandler
0x40000128 IRQHandler 0x40000128 IRQHandler
0x40000118 UndefHandler 0x40000118 UndefHandler
*(.text .text.*) *(.text .text.*)
.text 0x4000016c 0x0 ./src/crt.o .text 0x4000016c 0x0 ./src/crt.o
.text 0x4000016c 0x60 ./src/main.o .text 0x4000016c 0x60 ./src/main.o
0x4000016c main 0x4000016c main
*(.gnu.linkonce.t.*) *(.gnu.linkonce.t.*)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x400001cc 0x0 ./src/crt.o .glue_7t 0x400001cc 0x0 ./src/crt.o
.glue_7t 0x400001cc 0x0 ./src/main.o .glue_7t 0x400001cc 0x0 ./src/main.o
*(.glue_7) *(.glue_7)
.glue_7 0x400001cc 0x0 ./src/crt.o .glue_7 0x400001cc 0x0 ./src/crt.o
.glue_7 0x400001cc 0x0 ./src/main.o .glue_7 0x400001cc 0x0 ./src/main.o
*(.vfp11_veneer) *(.vfp11_veneer)
.vfp11_veneer 0x400001cc 0x0 ./src/crt.o .vfp11_veneer 0x400001cc 0x0 ./src/crt.o
.vfp11_veneer 0x400001cc 0x0 ./src/main.o .vfp11_veneer 0x400001cc 0x0 ./src/main.o
*(.fini) *(.fini)
*(.gcc_except_table) *(.gcc_except_table)
.vectors 0x400001cc 0x40 .vectors 0x400001cc 0x40
.vectors 0x400001cc 0x40 ./src/crt.o .vectors 0x400001cc 0x40 ./src/crt.o
0x4000020c . = ALIGN (0x4) 0x4000020c . = ALIGN (0x4)
.ctors 0x4000020c 0x0 .ctors 0x4000020c 0x0
0x4000020c PROVIDE (__ctors_start__, .) 0x4000020c PROVIDE (__ctors_start__, .)
*(SORT(.ctors.*)) *(SORT(.ctors.*))
*(.ctors) *(.ctors)
0x4000020c PROVIDE (__ctors_end__, .) 0x4000020c PROVIDE (__ctors_end__, .)
.dtors 0x4000020c 0x0 .dtors 0x4000020c 0x0
0x4000020c PROVIDE (__dtors_start__, .) 0x4000020c PROVIDE (__dtors_start__, .)
*(SORT(.dtors.*)) *(SORT(.dtors.*))
*(.dtors) *(.dtors)
0x4000020c PROVIDE (__dtors_end__, .) 0x4000020c PROVIDE (__dtors_end__, .)
.rodata 0x4000020c 0x4 .rodata 0x4000020c 0x4
*(.rodata .rodata.*) *(.rodata .rodata.*)
.rodata 0x4000020c 0x4 ./src/main.o .rodata 0x4000020c 0x4 ./src/main.o
*(.gnu.linkonce.r.*) *(.gnu.linkonce.r.*)
0x40000210 . = ALIGN (0x4) 0x40000210 . = ALIGN (0x4)
.init_array 0x40000210 0x0 .init_array 0x40000210 0x0
*(.init) *(.init)
*(.fini) *(.fini)
0x40000210 PROVIDE (__preinit_array_start, .) 0x40000210 PROVIDE (__preinit_array_start, .)
*(.preinit_array) *(.preinit_array)
0x40000210 PROVIDE (__preinit_array_end, .) 0x40000210 PROVIDE (__preinit_array_end, .)
0x40000210 PROVIDE (__init_array_start, .) 0x40000210 PROVIDE (__init_array_start, .)
*(SORT(.init_array.*)) *(SORT(.init_array.*))
*(.init_array) *(.init_array)
0x40000210 PROVIDE (__init_array_end, .) 0x40000210 PROVIDE (__init_array_end, .)
0x40000210 PROVIDE (__fini_array_start, .) 0x40000210 PROVIDE (__fini_array_start, .)
*(.fini_array) *(.fini_array)
*(SORT(.fini_array.*)) *(SORT(.fini_array.*))
0x40000210 PROVIDE (__fini_array_end, .) 0x40000210 PROVIDE (__fini_array_end, .)
0x40000210 . = ALIGN (0x4) 0x40000210 . = ALIGN (0x4)
0x40000210 __exidx_start = . 0x40000210 __exidx_start = .
.ARM.exidx .ARM.exidx
*(.ARM.exidx* .gnu.linkonce.armexidx.*) *(.ARM.exidx* .gnu.linkonce.armexidx.*)
0x40000210 __exidx_end = . 0x40000210 __exidx_end = .
0x40000210 _vectext = . 0x40000210 _vectext = .
0x40000210 PROVIDE (vectext, .) 0x40000210 PROVIDE (vectext, .)
.vect 0x20000000 0x0 load address 0x40000210 .vect 0x20000000 0x0 load address 0x40000210
0x20000000 _vecstart = . 0x20000000 _vecstart = .
*(.vectram) *(.vectram)
0x20000000 _vecend = . 0x20000000 _vecend = .
0x40000210 _etext = (_vectext + SIZEOF (.vect)) 0x40000210 _etext = (_vectext + SIZEOF (.vect))
0x20000000 PROVIDE (etext, .) 0x20000000 PROVIDE (etext, .)
.data 0x20000000 0x0 load address 0x40000210 .data 0x20000000 0x0 load address 0x40000210
0x20000000 __data_start = . 0x20000000 __data_start = .
*(.data .data.*) *(.data .data.*)
.data 0x20000000 0x0 ./src/crt.o .data 0x20000000 0x0 ./src/crt.o
.data 0x20000000 0x0 ./src/main.o .data 0x20000000 0x0 ./src/main.o
*(.gnu.linkonce.d.*) *(.gnu.linkonce.d.*)
0x20000000 . = ALIGN (0x4) 0x20000000 . = ALIGN (0x4)
*(.fastrun .fastrun.*) *(.fastrun .fastrun.*)
0x20000000 . = ALIGN (0x4) 0x20000000 . = ALIGN (0x4)
0x20000000 _edata = . 0x20000000 _edata = .
0x20000000 PROVIDE (edata, .) 0x20000000 PROVIDE (edata, .)
.bss 0x20000000 0x0 load address 0x40000210 .bss 0x20000000 0x0 load address 0x40000210
0x20000000 __bss_start = . 0x20000000 __bss_start = .
0x20000000 __bss_start__ = . 0x20000000 __bss_start__ = .
*(.bss .bss.*) *(.bss .bss.*)
.bss 0x20000000 0x0 ./src/crt.o .bss 0x20000000 0x0 ./src/crt.o
.bss 0x20000000 0x0 ./src/main.o .bss 0x20000000 0x0 ./src/main.o
*(.gnu.linkonce.b.*) *(.gnu.linkonce.b.*)
*(COMMON) *(COMMON)
0x20000000 . = ALIGN (0x4) 0x20000000 . = ALIGN (0x4)
0x20000000 . = ALIGN (0x4) 0x20000000 . = ALIGN (0x4)
0x20000000 __bss_end__ = . 0x20000000 __bss_end__ = .
0x20000000 _end = . 0x20000000 _end = .
0x20000000 PROVIDE (end, .) 0x20000000 PROVIDE (end, .)
.heap 0x20000000 0x400 .heap 0x20000000 0x400
0x20000000 __heap_start__ = . 0x20000000 __heap_start__ = .
*(.heap) *(.heap)
0x20000400 . = ((__heap_start__ + _HEAPSIZE) MAX_K .) 0x20000400 . = ((__heap_start__ + _HEAPSIZE) MAX_K .)
*fill* 0x20000000 0x400 00 *fill* 0x20000000 0x400 00
0x20000400 __heap_end__ = (__heap_start__ + SIZEOF (.heap)) 0x20000400 __heap_end__ = (__heap_start__ + SIZEOF (.heap))
.stack 0x20000400 0x400 .stack 0x20000400 0x400
0x20000400 __stack_start__ = . 0x20000400 __stack_start__ = .
*(.stack) *(.stack)
0x20000800 . = ((__stack_start__ + _STACKSIZE) MAX_K .) 0x20000800 . = ((__stack_start__ + _STACKSIZE) MAX_K .)
*fill* 0x20000400 0x400 00 *fill* 0x20000400 0x400 00
0x20000800 __stack_end__ = (__stack_start__ + SIZEOF (.stack)) 0x20000800 __stack_end__ = (__stack_start__ + SIZEOF (.stack))
.stack_irq 0x20000800 0x100 .stack_irq 0x20000800 0x100
0x20000800 __stack_irq_start__ = . 0x20000800 __stack_irq_start__ = .
*(.stack_irq) *(.stack_irq)
0x20000900 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .) 0x20000900 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .)
*fill* 0x20000800 0x100 00 *fill* 0x20000800 0x100 00
0x20000900 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq)) 0x20000900 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq))
.stack_fiq 0x20000900 0x0 .stack_fiq 0x20000900 0x0
0x20000900 __stack_fiq_start__ = . 0x20000900 __stack_fiq_start__ = .
*(.stack_fiq) *(.stack_fiq)
0x20000900 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .) 0x20000900 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .)
0x20000900 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq)) 0x20000900 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq))
.stack_svc 0x20000900 0x400 .stack_svc 0x20000900 0x400
0x20000900 __stack_svc_start__ = . 0x20000900 __stack_svc_start__ = .
*(.stack_svc) *(.stack_svc)
0x20000d00 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .) 0x20000d00 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .)
*fill* 0x20000900 0x400 00 *fill* 0x20000900 0x400 00
0x20000d00 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc)) 0x20000d00 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc))
.stack_abt 0x20000d00 0x0 .stack_abt 0x20000d00 0x0
0x20000d00 __stack_abt_start__ = . 0x20000d00 __stack_abt_start__ = .
*(.stack_abt) *(.stack_abt)
0x20000d00 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .) 0x20000d00 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .)
0x20000d00 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt)) 0x20000d00 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt))
.stack_und 0x20000d00 0x0 .stack_und 0x20000d00 0x0
0x20000d00 __stack_und_start__ = . 0x20000d00 __stack_und_start__ = .
*(.stack_und) *(.stack_und)
0x20000d00 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .) 0x20000d00 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .)
0x20000d00 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und)) 0x20000d00 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und))
.stab .stab
*(.stab) *(.stab)
.stabstr .stabstr
*(.stabstr) *(.stabstr)
.stab.excl .stab.excl
*(.stab.excl) *(.stab.excl)
.stab.exclstr .stab.exclstr
*(.stab.exclstr) *(.stab.exclstr)
.stab.index .stab.index
*(.stab.index) *(.stab.index)
.stab.indexstr .stab.indexstr
*(.stab.indexstr) *(.stab.indexstr)
.comment 0x00000000 0x12 .comment 0x00000000 0x12
*(.comment) *(.comment)
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
.debug .debug
*(.debug) *(.debug)
.line .line
*(.line) *(.line)
.debug_srcinfo .debug_srcinfo
*(.debug_srcinfo) *(.debug_srcinfo)
.debug_sfnames .debug_sfnames
*(.debug_sfnames) *(.debug_sfnames)
.debug_aranges 0x00000000 0x48 .debug_aranges 0x00000000 0x48
*(.debug_aranges) *(.debug_aranges)
.debug_aranges .debug_aranges
0x00000000 0x28 ./src/crt.o 0x00000000 0x28 ./src/crt.o
.debug_aranges .debug_aranges
0x00000028 0x20 ./src/main.o 0x00000028 0x20 ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
*(.debug_pubnames) *(.debug_pubnames)
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.debug_info 0x00000000 0x1a6 .debug_info 0x00000000 0x1a6
*(.debug_info .gnu.linkonce.wi.*) *(.debug_info .gnu.linkonce.wi.*)
.debug_info 0x00000000 0x73 ./src/crt.o .debug_info 0x00000000 0x73 ./src/crt.o
.debug_info 0x00000073 0x133 ./src/main.o .debug_info 0x00000073 0x133 ./src/main.o
.debug_abbrev 0x00000000 0x6d .debug_abbrev 0x00000000 0x6d
*(.debug_abbrev) *(.debug_abbrev)
.debug_abbrev 0x00000000 0x12 ./src/crt.o .debug_abbrev 0x00000000 0x12 ./src/crt.o
.debug_abbrev 0x00000012 0x5b ./src/main.o .debug_abbrev 0x00000012 0x5b ./src/main.o
.debug_line 0x00000000 0xf9 .debug_line 0x00000000 0xf9
*(.debug_line) *(.debug_line)
.debug_line 0x00000000 0xa2 ./src/crt.o .debug_line 0x00000000 0xa2 ./src/crt.o
.debug_line 0x000000a2 0x57 ./src/main.o .debug_line 0x000000a2 0x57 ./src/main.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
*(.debug_frame) *(.debug_frame)
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_str .debug_str
*(.debug_str) *(.debug_str)
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
*(.debug_loc) *(.debug_loc)
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_macinfo .debug_macinfo
*(.debug_macinfo) *(.debug_macinfo)
.debug_weaknames .debug_weaknames
*(.debug_weaknames) *(.debug_weaknames)
.debug_funcnames .debug_funcnames
*(.debug_funcnames) *(.debug_funcnames)
.debug_typenames .debug_typenames
*(.debug_typenames) *(.debug_typenames)
.debug_varnames .debug_varnames
*(.debug_varnames) *(.debug_varnames)
OUTPUT(test_rom.elf elf32-littlearm) OUTPUT(test_rom.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/crt.o 0x00000000 0x10 ./src/crt.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
.debug_ranges 0x00000000 0x20 .debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 ./src/crt.o .debug_ranges 0x00000000 0x20 ./src/crt.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
DAbortHandler ./src/crt.o DAbortHandler ./src/crt.o
ExitFunction ./src/crt.o ExitFunction ./src/crt.o
FIQHandler ./src/crt.o FIQHandler ./src/crt.o
IRQHandler ./src/crt.o IRQHandler ./src/crt.o
PAbortHandler ./src/crt.o PAbortHandler ./src/crt.o
ResetHandler ./src/crt.o ResetHandler ./src/crt.o
UndefHandler ./src/crt.o UndefHandler ./src/crt.o
__bss_end__ ./src/crt.o __bss_end__ ./src/crt.o
__bss_start__ ./src/crt.o __bss_start__ ./src/crt.o
__ctors_end__ ./src/crt.o __ctors_end__ ./src/crt.o
__ctors_start__ ./src/crt.o __ctors_start__ ./src/crt.o
__data_start ./src/crt.o __data_start ./src/crt.o
__stack_abt_end__ ./src/crt.o __stack_abt_end__ ./src/crt.o
__stack_fiq_end__ ./src/crt.o __stack_fiq_end__ ./src/crt.o
__stack_irq_end__ ./src/crt.o __stack_irq_end__ ./src/crt.o
__stack_svc_end__ ./src/crt.o __stack_svc_end__ ./src/crt.o
__stack_und_end__ ./src/crt.o __stack_und_end__ ./src/crt.o
_edata ./src/crt.o _edata ./src/crt.o
_etext ./src/crt.o _etext ./src/crt.o
main ./src/main.o main ./src/main.o
./src/crt.o ./src/crt.o

View File

@ -1,30 +1,30 @@
:020000040400F6 :020000040400F6
:10000000F8F09FE50000A0E10000A0E10000A0E101 :10000000F8F09FE50000A0E10000A0E10000A0E101
:100010000000A0E10000A0E10000A0E10000A0E1DC :100010000000A0E10000A0E10000A0E10000A0E1DC
:100020000000A0E10000A0E11503A0E30410A0E39C :100020000000A0E10000A0E11503A0E30410A0E39C
:10003000001080E50210A0E3041080E50010A0E3AA :10003000001080E50210A0E3041080E50010A0E3AA
:100040000C1080E50218A0E3101080E51810A0E362 :100040000C1080E50218A0E3101080E51810A0E362
:10005000181080E5A8009FE5A8109FE5001080E536 :10005000181080E5A8009FE5A8109FE5001080E536
:100060000608A0E3110F2FEED7F021E398D09FE50B :100060000608A0E3110F2FEED7F021E398D09FE50B
:10007000DBF021E394D09FE5D3F021E390D09FE51E :10007000DBF021E394D09FE5D3F021E390D09FE51E
:10008000D1F021E38CD09FE5D2F021E388D09FE529 :10008000D1F021E38CD09FE5D2F021E388D09FE529
:100090001FF021E384D09FE584A09FE584109FE5B5 :100090001FF021E384D09FE584A09FE584109FE5B5
:1000A00084209FE584309FE5030052E104009134F1 :1000A00084209FE584309FE5030052E104009134F1
:1000B00004008234FBFFFF3A0000A0E370109FE5CC :1000B00004008234FBFFFF3A0000A0E370109FE5CC
:1000C0005C209FE5020051E104008134FCFFFF3A0F :1000C0005C209FE5020051E104008134FCFFFF3A0F
:1000D00060009FE560109FE5010050E10400000A08 :1000D00060009FE560109FE5010050E10400000A08
:1000E000042090E403002DE932FF2FE10300BDE876 :1000E000042090E403002DE932FF2FE10300BDE876
:1000F000F8FFFFEAFFFFFFEB100000EAA861000035 :1000F000F8FFFFEAFFFFFFEB100000EAA861000035
:10010000040000043420005C97010000A40E0004E9 :10010000040000043420005C97010000A40E0004E9
:10011000A40E0004A40E0004A40A0004A40A00040F :10011000A40E0004A40E0004A40A0004A40A00040F
:10012000A4090004A4010004A4010004A401000423 :10012000A4090004A4010004A4010004A401000423
:10013000A4010004A4010004A0010004A001000423 :10013000A4010004A4010004A0010004A001000423
:100140000CD04DE20130A0E300308DE50230A0E399 :100140000CD04DE20130A0E300308DE50230A0E399
:1001500004308DE50030A0E308308DE538309FE5B0 :1001500004308DE50030A0E308308DE538309FE5B0
:10016000002093E500309DE5023083E000308DE50E :10016000002093E500309DE5023083E000308DE50E
:1001700000309DE5013083E200308DE504309DE5DF :1001700000309DE5013083E200308DE504309DE5DF
:10018000013083E204308DE500209DE504309DE5DB :10018000013083E204308DE500209DE504309DE5DB
:10019000033082E008308DE5F4FFFFEAA00100049F :10019000033082E008308DE5F4FFFFEAA00100049F
:0401A0000700000054 :0401A0000700000054
:0400000504000000F3 :0400000504000000F3
:00000001FF :00000001FF

View File

@ -1,255 +1,255 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
DATA 0x04000000 0x00018000 rw DATA 0x04000000 0x00018000 rw
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/startup.o LOAD ./src/startup.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000400 _STACKSIZE = 0x400 0x00000400 _STACKSIZE = 0x400
0x00000100 _STACKSIZE_IRQ = 0x100 0x00000100 _STACKSIZE_IRQ = 0x100
0x00000000 _STACKSIZE_FIQ = 0x0 0x00000000 _STACKSIZE_FIQ = 0x0
0x00000400 _STACKSIZE_SVC = 0x400 0x00000400 _STACKSIZE_SVC = 0x400
0x00000000 _STACKSIZE_ABT = 0x0 0x00000000 _STACKSIZE_ABT = 0x0
0x00000000 _STACKSIZE_UND = 0x0 0x00000000 _STACKSIZE_UND = 0x0
0x00000400 _HEAPSIZE = 0x400 0x00000400 _HEAPSIZE = 0x400
.text 0x04000000 0x1a0 .text 0x04000000 0x1a0
*(.vectors) *(.vectors)
*(.init) *(.init)
.init 0x04000000 0x140 ./src/startup.o .init 0x04000000 0x140 ./src/startup.o
0x040000fc _Main_Crystal 0x040000fc _Main_Crystal
0x04000000 _start 0x04000000 _start
0x040000f8 libdebug 0x040000f8 libdebug
*(.text .text.*) *(.text .text.*)
.text 0x04000140 0x0 ./src/startup.o .text 0x04000140 0x0 ./src/startup.o
.text 0x04000140 0x60 ./src/main.o .text 0x04000140 0x60 ./src/main.o
0x04000140 main 0x04000140 main
*(.gnu.linkonce.t.*) *(.gnu.linkonce.t.*)
*(.glue_7t .glue_7) *(.glue_7t .glue_7)
.glue_7 0x040001a0 0x0 ./src/startup.o .glue_7 0x040001a0 0x0 ./src/startup.o
.glue_7t 0x040001a0 0x0 ./src/startup.o .glue_7t 0x040001a0 0x0 ./src/startup.o
.glue_7 0x040001a0 0x0 ./src/main.o .glue_7 0x040001a0 0x0 ./src/main.o
.glue_7t 0x040001a0 0x0 ./src/main.o .glue_7t 0x040001a0 0x0 ./src/main.o
*(.fini) *(.fini)
*(.gcc_except_table) *(.gcc_except_table)
.vfp11_veneer 0x040001a0 0x0 .vfp11_veneer 0x040001a0 0x0
.vfp11_veneer 0x040001a0 0x0 ./src/startup.o .vfp11_veneer 0x040001a0 0x0 ./src/startup.o
.vfp11_veneer 0x040001a0 0x0 ./src/main.o .vfp11_veneer 0x040001a0 0x0 ./src/main.o
0x040001a0 . = ALIGN (0x4) 0x040001a0 . = ALIGN (0x4)
.ctors 0x040001a0 0x0 .ctors 0x040001a0 0x0
0x040001a0 PROVIDE (__ctors_start__, .) 0x040001a0 PROVIDE (__ctors_start__, .)
*(SORT(.ctors.*)) *(SORT(.ctors.*))
*(.ctors) *(.ctors)
0x040001a0 PROVIDE (__ctors_end__, .) 0x040001a0 PROVIDE (__ctors_end__, .)
.dtors 0x040001a0 0x0 .dtors 0x040001a0 0x0
0x040001a0 PROVIDE (__dtors_start__, .) 0x040001a0 PROVIDE (__dtors_start__, .)
*(SORT(.dtors.*)) *(SORT(.dtors.*))
*(.dtors) *(.dtors)
0x040001a0 PROVIDE (__dtors_end__, .) 0x040001a0 PROVIDE (__dtors_end__, .)
.rodata 0x040001a0 0x4 .rodata 0x040001a0 0x4
*(.rodata .rodata.*) *(.rodata .rodata.*)
.rodata 0x040001a0 0x4 ./src/main.o .rodata 0x040001a0 0x4 ./src/main.o
*(.gnu.linkonce.r.*) *(.gnu.linkonce.r.*)
0x040001a4 . = ALIGN (0x4) 0x040001a4 . = ALIGN (0x4)
0x040001a4 _etext = . 0x040001a4 _etext = .
0x040001a4 PROVIDE (etext, .) 0x040001a4 PROVIDE (etext, .)
.data 0x040001a4 0x0 .data 0x040001a4 0x0
*(.data .data.*) *(.data .data.*)
.data 0x040001a4 0x0 ./src/startup.o .data 0x040001a4 0x0 ./src/startup.o
.data 0x040001a4 0x0 ./src/main.o .data 0x040001a4 0x0 ./src/main.o
*(.gnu.linkonce.d.*) *(.gnu.linkonce.d.*)
0x040001a4 . = ALIGN (0x4) 0x040001a4 . = ALIGN (0x4)
0x040001a4 __data_start = . 0x040001a4 __data_start = .
0x040001a4 _edata = . 0x040001a4 _edata = .
0x040001a4 PROVIDE (edata, .) 0x040001a4 PROVIDE (edata, .)
.bss 0x040001a4 0x0 .bss 0x040001a4 0x0
0x040001a4 __bss_start = . 0x040001a4 __bss_start = .
0x040001a4 __bss_start__ = . 0x040001a4 __bss_start__ = .
*(.bss .bss.*) *(.bss .bss.*)
.bss 0x040001a4 0x0 ./src/startup.o .bss 0x040001a4 0x0 ./src/startup.o
.bss 0x040001a4 0x0 ./src/main.o .bss 0x040001a4 0x0 ./src/main.o
*(.gnu.linkonce.b.*) *(.gnu.linkonce.b.*)
*(COMMON) *(COMMON)
0x040001a4 . = ALIGN (0x4) 0x040001a4 . = ALIGN (0x4)
0x040001a4 . = ALIGN (0x4) 0x040001a4 . = ALIGN (0x4)
0x040001a4 __bss_end__ = . 0x040001a4 __bss_end__ = .
0x040001a4 _end = . 0x040001a4 _end = .
0x040001a4 PROVIDE (end, .) 0x040001a4 PROVIDE (end, .)
.heap 0x040001a4 0x400 .heap 0x040001a4 0x400
0x040001a4 __heap_start__ = . 0x040001a4 __heap_start__ = .
*(.heap) *(.heap)
0x040005a4 . = ((__heap_start__ + _HEAPSIZE) MAX_K .) 0x040005a4 . = ((__heap_start__ + _HEAPSIZE) MAX_K .)
*fill* 0x040001a4 0x400 00 *fill* 0x040001a4 0x400 00
0x040005a4 __heap_end__ = (__heap_start__ + SIZEOF (.heap)) 0x040005a4 __heap_end__ = (__heap_start__ + SIZEOF (.heap))
.stack 0x040005a4 0x400 .stack 0x040005a4 0x400
0x040005a4 __stack_start__ = . 0x040005a4 __stack_start__ = .
*(.stack) *(.stack)
0x040009a4 . = ((__stack_start__ + _STACKSIZE) MAX_K .) 0x040009a4 . = ((__stack_start__ + _STACKSIZE) MAX_K .)
*fill* 0x040005a4 0x400 00 *fill* 0x040005a4 0x400 00
0x040009a4 __stack_end__ = (__stack_start__ + SIZEOF (.stack)) 0x040009a4 __stack_end__ = (__stack_start__ + SIZEOF (.stack))
.stack_irq 0x040009a4 0x100 .stack_irq 0x040009a4 0x100
0x040009a4 __stack_irq_start__ = . 0x040009a4 __stack_irq_start__ = .
*(.stack_irq) *(.stack_irq)
0x04000aa4 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .) 0x04000aa4 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .)
*fill* 0x040009a4 0x100 00 *fill* 0x040009a4 0x100 00
0x04000aa4 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq)) 0x04000aa4 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq))
.stack_fiq 0x04000aa4 0x0 .stack_fiq 0x04000aa4 0x0
0x04000aa4 __stack_fiq_start__ = . 0x04000aa4 __stack_fiq_start__ = .
*(.stack_fiq) *(.stack_fiq)
0x04000aa4 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .) 0x04000aa4 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .)
0x04000aa4 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq)) 0x04000aa4 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq))
.stack_svc 0x04000aa4 0x400 .stack_svc 0x04000aa4 0x400
0x04000aa4 __stack_svc_start__ = . 0x04000aa4 __stack_svc_start__ = .
*(.stack_svc) *(.stack_svc)
0x04000ea4 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .) 0x04000ea4 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .)
*fill* 0x04000aa4 0x400 00 *fill* 0x04000aa4 0x400 00
0x04000ea4 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc)) 0x04000ea4 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc))
.stack_abt 0x04000ea4 0x0 .stack_abt 0x04000ea4 0x0
0x04000ea4 __stack_abt_start__ = . 0x04000ea4 __stack_abt_start__ = .
*(.stack_abt) *(.stack_abt)
0x04000ea4 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .) 0x04000ea4 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .)
0x04000ea4 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt)) 0x04000ea4 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt))
.stack_und 0x04000ea4 0x0 .stack_und 0x04000ea4 0x0
0x04000ea4 __stack_und_start__ = . 0x04000ea4 __stack_und_start__ = .
*(.stack_und) *(.stack_und)
0x04000ea4 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .) 0x04000ea4 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .)
0x04000ea4 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und)) 0x04000ea4 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und))
.stab .stab
*(.stab) *(.stab)
.stabstr .stabstr
*(.stabstr) *(.stabstr)
.stab.excl .stab.excl
*(.stab.excl) *(.stab.excl)
.stab.exclstr .stab.exclstr
*(.stab.exclstr) *(.stab.exclstr)
.stab.index .stab.index
*(.stab.index) *(.stab.index)
.stab.indexstr .stab.indexstr
*(.stab.indexstr) *(.stab.indexstr)
.comment 0x00000000 0x12 .comment 0x00000000 0x12
*(.comment) *(.comment)
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
.debug .debug
*(.debug) *(.debug)
.line .line
*(.line) *(.line)
.debug_srcinfo .debug_srcinfo
*(.debug_srcinfo) *(.debug_srcinfo)
.debug_sfnames .debug_sfnames
*(.debug_sfnames) *(.debug_sfnames)
.debug_aranges 0x00000000 0x40 .debug_aranges 0x00000000 0x40
*(.debug_aranges) *(.debug_aranges)
.debug_aranges .debug_aranges
0x00000000 0x20 ./src/startup.o 0x00000000 0x20 ./src/startup.o
.debug_aranges .debug_aranges
0x00000020 0x20 ./src/main.o 0x00000020 0x20 ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
*(.debug_pubnames) *(.debug_pubnames)
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.debug_info 0x00000000 0x1ae .debug_info 0x00000000 0x1ae
*(.debug_info .gnu.linkonce.wi.*) *(.debug_info .gnu.linkonce.wi.*)
.debug_info 0x00000000 0x7b ./src/startup.o .debug_info 0x00000000 0x7b ./src/startup.o
.debug_info 0x0000007b 0x133 ./src/main.o .debug_info 0x0000007b 0x133 ./src/main.o
.debug_abbrev 0x00000000 0x6f .debug_abbrev 0x00000000 0x6f
*(.debug_abbrev) *(.debug_abbrev)
.debug_abbrev 0x00000000 0x14 ./src/startup.o .debug_abbrev 0x00000000 0x14 ./src/startup.o
.debug_abbrev 0x00000014 0x5b ./src/main.o .debug_abbrev 0x00000014 0x5b ./src/main.o
.debug_line 0x00000000 0xd7 .debug_line 0x00000000 0xd7
*(.debug_line) *(.debug_line)
.debug_line 0x00000000 0x80 ./src/startup.o .debug_line 0x00000000 0x80 ./src/startup.o
.debug_line 0x00000080 0x57 ./src/main.o .debug_line 0x00000080 0x57 ./src/main.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
*(.debug_frame) *(.debug_frame)
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_str .debug_str
*(.debug_str) *(.debug_str)
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
*(.debug_loc) *(.debug_loc)
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_macinfo .debug_macinfo
*(.debug_macinfo) *(.debug_macinfo)
.debug_weaknames .debug_weaknames
*(.debug_weaknames) *(.debug_weaknames)
.debug_funcnames .debug_funcnames
*(.debug_funcnames) *(.debug_funcnames)
.debug_typenames .debug_typenames
*(.debug_typenames) *(.debug_typenames)
.debug_varnames .debug_varnames
*(.debug_varnames) *(.debug_varnames)
OUTPUT(test_ram.elf elf32-littlearm) OUTPUT(test_ram.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/startup.o 0x00000000 0x10 ./src/startup.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
_Main_Crystal ./src/startup.o _Main_Crystal ./src/startup.o
__bss_end__ ./src/startup.o __bss_end__ ./src/startup.o
__bss_start__ ./src/startup.o __bss_start__ ./src/startup.o
__ctors_end__ ./src/startup.o __ctors_end__ ./src/startup.o
__ctors_start__ ./src/startup.o __ctors_start__ ./src/startup.o
__data_start ./src/startup.o __data_start ./src/startup.o
__stack_abt_end__ ./src/startup.o __stack_abt_end__ ./src/startup.o
__stack_end__ ./src/startup.o __stack_end__ ./src/startup.o
__stack_fiq_end__ ./src/startup.o __stack_fiq_end__ ./src/startup.o
__stack_irq_end__ ./src/startup.o __stack_irq_end__ ./src/startup.o
__stack_svc_end__ ./src/startup.o __stack_svc_end__ ./src/startup.o
__stack_und_end__ ./src/startup.o __stack_und_end__ ./src/startup.o
_edata ./src/startup.o _edata ./src/startup.o
_etext ./src/startup.o _etext ./src/startup.o
_start ./src/startup.o _start ./src/startup.o
libdebug ./src/startup.o libdebug ./src/startup.o
main ./src/main.o main ./src/main.o
./src/startup.o ./src/startup.o

View File

@ -1,28 +1,28 @@
:10000000F8F09FE50000A0E10000A0E10000A0E101 :10000000F8F09FE50000A0E10000A0E10000A0E101
:100010000000A0E10000A0E10000A0E10000A0E1DC :100010000000A0E10000A0E10000A0E10000A0E1DC
:100020000000A0E10000A0E11503A0E30410A0E39C :100020000000A0E10000A0E11503A0E30410A0E39C
:10003000001080E50210A0E3041080E50010A0E3AA :10003000001080E50210A0E3041080E50010A0E3AA
:100040000C1080E50218A0E3101080E51810A0E362 :100040000C1080E50218A0E3101080E51810A0E362
:10005000181080E5A8009FE5A8109FE5001080E536 :10005000181080E5A8009FE5A8109FE5001080E536
:100060000608A0E3110F2FEED7F021E398D09FE50B :100060000608A0E3110F2FEED7F021E398D09FE50B
:10007000DBF021E394D09FE5D3F021E390D09FE51E :10007000DBF021E394D09FE5D3F021E390D09FE51E
:10008000D1F021E38CD09FE5D2F021E388D09FE529 :10008000D1F021E38CD09FE5D2F021E388D09FE529
:100090001FF021E384D09FE584A09FE584109FE5B5 :100090001FF021E384D09FE584A09FE584109FE5B5
:1000A00084209FE584309FE5030052E104009134F1 :1000A00084209FE584309FE5030052E104009134F1
:1000B00004008234FBFFFF3A0000A0E370109FE5CC :1000B00004008234FBFFFF3A0000A0E370109FE5CC
:1000C0005C209FE5020051E104008134FCFFFF3A0F :1000C0005C209FE5020051E104008134FCFFFF3A0F
:1000D00060009FE560109FE5010050E10400000A08 :1000D00060009FE560109FE5010050E10400000A08
:1000E000042090E403002DE932FF2FE10300BDE876 :1000E000042090E403002DE932FF2FE10300BDE876
:1000F000F8FFFFEAFFFFFFEB100000EAA861000035 :1000F000F8FFFFEAFFFFFFEB100000EAA861000035
:10010000040000003420005C97010000000D000492 :10010000040000003420005C97010000000D000492
:10011000000D0004000D00040009000400090004A3 :10011000000D0004000D00040009000400090004A3
:100120000008000400000004A40100000000000416 :100120000008000400000004A40100000000000416
:100130000000000400000004A0010000A001000075 :100130000000000400000004A0010000A001000075
:100140000CD04DE20130A0E300308DE50230A0E399 :100140000CD04DE20130A0E300308DE50230A0E399
:1001500004308DE50030A0E308308DE538309FE5B0 :1001500004308DE50030A0E308308DE538309FE5B0
:10016000002093E500309DE5023083E000308DE50E :10016000002093E500309DE5023083E000308DE50E
:1001700000309DE5013083E200308DE504309DE5DF :1001700000309DE5013083E200308DE504309DE5DF
:10018000013083E204308DE500209DE504309DE5DB :10018000013083E204308DE500209DE504309DE5DB
:10019000033082E008308DE5F4FFFFEAA0010000A3 :10019000033082E008308DE5F4FFFFEAA0010000A3
:0401A0000700000054 :0401A0000700000054
:00000001FF :00000001FF

View File

@ -1,280 +1,280 @@
Memory Configuration Memory Configuration
Name Origin Length Attributes Name Origin Length Attributes
CODE 0x00000000 0x00080000 xr CODE 0x00000000 0x00080000 xr
DATA 0x04000000 0x00018000 rw DATA 0x04000000 0x00018000 rw
*default* 0x00000000 0xffffffff *default* 0x00000000 0xffffffff
Linker script and memory map Linker script and memory map
LOAD ./src/startup.o LOAD ./src/startup.o
LOAD ./src/main.o LOAD ./src/main.o
START GROUP START GROUP
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2\libgcc.a
LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a LOAD d:/compiler/yagarto/bin/../lib/gcc/arm-elf/4.2.2/../../../../arm-elf/lib\libc.a
END GROUP END GROUP
0x00000400 _STACKSIZE = 0x400 0x00000400 _STACKSIZE = 0x400
0x00000100 _STACKSIZE_IRQ = 0x100 0x00000100 _STACKSIZE_IRQ = 0x100
0x00000000 _STACKSIZE_FIQ = 0x0 0x00000000 _STACKSIZE_FIQ = 0x0
0x00000400 _STACKSIZE_SVC = 0x400 0x00000400 _STACKSIZE_SVC = 0x400
0x00000000 _STACKSIZE_ABT = 0x0 0x00000000 _STACKSIZE_ABT = 0x0
0x00000000 _STACKSIZE_UND = 0x0 0x00000000 _STACKSIZE_UND = 0x0
0x00000400 _HEAPSIZE = 0x400 0x00000400 _HEAPSIZE = 0x400
.text 0x00000000 0x1a0 .text 0x00000000 0x1a0
CREATE_OBJECT_SYMBOLS CREATE_OBJECT_SYMBOLS
*(.vectors) *(.vectors)
*(.init) *(.init)
.init 0x00000000 0x140 ./src/startup.o .init 0x00000000 0x140 ./src/startup.o
0x000000fc _Main_Crystal 0x000000fc _Main_Crystal
0x00000000 _start 0x00000000 _start
0x000000f8 libdebug 0x000000f8 libdebug
*(.text .text.*) *(.text .text.*)
.text 0x00000140 0x0 ./src/startup.o .text 0x00000140 0x0 ./src/startup.o
.text 0x00000140 0x60 ./src/main.o .text 0x00000140 0x60 ./src/main.o
0x00000140 main 0x00000140 main
*(.gnu.linkonce.t.*) *(.gnu.linkonce.t.*)
*(.glue_7t) *(.glue_7t)
.glue_7t 0x000001a0 0x0 ./src/startup.o .glue_7t 0x000001a0 0x0 ./src/startup.o
.glue_7t 0x000001a0 0x0 ./src/main.o .glue_7t 0x000001a0 0x0 ./src/main.o
*(.glue_7) *(.glue_7)
.glue_7 0x000001a0 0x0 ./src/startup.o .glue_7 0x000001a0 0x0 ./src/startup.o
.glue_7 0x000001a0 0x0 ./src/main.o .glue_7 0x000001a0 0x0 ./src/main.o
*(.vfp11_veneer) *(.vfp11_veneer)
.vfp11_veneer 0x000001a0 0x0 ./src/startup.o .vfp11_veneer 0x000001a0 0x0 ./src/startup.o
.vfp11_veneer 0x000001a0 0x0 ./src/main.o .vfp11_veneer 0x000001a0 0x0 ./src/main.o
*(.fini) *(.fini)
*(.gcc_except_table) *(.gcc_except_table)
0x000001a0 . = ALIGN (0x4) 0x000001a0 . = ALIGN (0x4)
.ctors 0x000001a0 0x0 .ctors 0x000001a0 0x0
0x000001a0 PROVIDE (__ctors_start__, .) 0x000001a0 PROVIDE (__ctors_start__, .)
*(SORT(.ctors.*)) *(SORT(.ctors.*))
*(.ctors) *(.ctors)
0x000001a0 PROVIDE (__ctors_end__, .) 0x000001a0 PROVIDE (__ctors_end__, .)
.dtors 0x000001a0 0x0 .dtors 0x000001a0 0x0
0x000001a0 PROVIDE (__dtors_start__, .) 0x000001a0 PROVIDE (__dtors_start__, .)
*(SORT(.dtors.*)) *(SORT(.dtors.*))
*(.dtors) *(.dtors)
0x000001a0 PROVIDE (__dtors_end__, .) 0x000001a0 PROVIDE (__dtors_end__, .)
.rodata 0x000001a0 0x4 .rodata 0x000001a0 0x4
*(.rodata .rodata.*) *(.rodata .rodata.*)
.rodata 0x000001a0 0x4 ./src/main.o .rodata 0x000001a0 0x4 ./src/main.o
*(.gnu.linkonce.r.*) *(.gnu.linkonce.r.*)
0x000001a4 . = ALIGN (0x4) 0x000001a4 . = ALIGN (0x4)
.init_array 0x000001a4 0x0 .init_array 0x000001a4 0x0
*(.init) *(.init)
*(.fini) *(.fini)
0x000001a4 PROVIDE (__preinit_array_start, .) 0x000001a4 PROVIDE (__preinit_array_start, .)
*(.preinit_array) *(.preinit_array)
0x000001a4 PROVIDE (__preinit_array_end, .) 0x000001a4 PROVIDE (__preinit_array_end, .)
0x000001a4 PROVIDE (__init_array_start, .) 0x000001a4 PROVIDE (__init_array_start, .)
*(SORT(.init_array.*)) *(SORT(.init_array.*))
*(.init_array) *(.init_array)
0x000001a4 PROVIDE (__init_array_end, .) 0x000001a4 PROVIDE (__init_array_end, .)
0x000001a4 PROVIDE (__fini_array_start, .) 0x000001a4 PROVIDE (__fini_array_start, .)
*(.fini_array) *(.fini_array)
*(SORT(.fini_array.*)) *(SORT(.fini_array.*))
0x000001a4 PROVIDE (__fini_array_end, .) 0x000001a4 PROVIDE (__fini_array_end, .)
0x000001a4 . = ALIGN (0x4) 0x000001a4 . = ALIGN (0x4)
0x000001a4 __exidx_start = . 0x000001a4 __exidx_start = .
.ARM.exidx .ARM.exidx
*(.ARM.exidx* .gnu.linkonce.armexidx.*) *(.ARM.exidx* .gnu.linkonce.armexidx.*)
0x000001a4 __exidx_end = . 0x000001a4 __exidx_end = .
0x000001a4 _etext = . 0x000001a4 _etext = .
0x000001a4 PROVIDE (etext, .) 0x000001a4 PROVIDE (etext, .)
.data 0x04000000 0x0 load address 0x000001a4 .data 0x04000000 0x0 load address 0x000001a4
0x04000000 __data_start = . 0x04000000 __data_start = .
*(.data .data.*) *(.data .data.*)
.data 0x04000000 0x0 ./src/startup.o .data 0x04000000 0x0 ./src/startup.o
.data 0x04000000 0x0 ./src/main.o .data 0x04000000 0x0 ./src/main.o
*(.gnu.linkonce.d.*) *(.gnu.linkonce.d.*)
0x04000000 . = ALIGN (0x4) 0x04000000 . = ALIGN (0x4)
*(.fastrun .fastrun.*) *(.fastrun .fastrun.*)
0x04000000 . = ALIGN (0x4) 0x04000000 . = ALIGN (0x4)
0x04000000 _edata = . 0x04000000 _edata = .
0x04000000 PROVIDE (edata, .) 0x04000000 PROVIDE (edata, .)
.bss 0x04000000 0x0 load address 0x000001a4 .bss 0x04000000 0x0 load address 0x000001a4
0x04000000 __bss_start = . 0x04000000 __bss_start = .
0x04000000 __bss_start__ = . 0x04000000 __bss_start__ = .
*(.bss .bss.*) *(.bss .bss.*)
.bss 0x04000000 0x0 ./src/startup.o .bss 0x04000000 0x0 ./src/startup.o
.bss 0x04000000 0x0 ./src/main.o .bss 0x04000000 0x0 ./src/main.o
*(.gnu.linkonce.b.*) *(.gnu.linkonce.b.*)
*(COMMON) *(COMMON)
0x04000000 . = ALIGN (0x4) 0x04000000 . = ALIGN (0x4)
0x04000000 . = ALIGN (0x4) 0x04000000 . = ALIGN (0x4)
0x04000000 __bss_end__ = . 0x04000000 __bss_end__ = .
0x04000000 _end = . 0x04000000 _end = .
0x04000000 PROVIDE (end, .) 0x04000000 PROVIDE (end, .)
.heap 0x04000000 0x400 .heap 0x04000000 0x400
0x04000000 __heap_start__ = . 0x04000000 __heap_start__ = .
*(.heap) *(.heap)
0x04000400 . = ((__heap_start__ + _HEAPSIZE) MAX_K .) 0x04000400 . = ((__heap_start__ + _HEAPSIZE) MAX_K .)
*fill* 0x04000000 0x400 00 *fill* 0x04000000 0x400 00
0x04000400 __heap_end__ = (__heap_start__ + SIZEOF (.heap)) 0x04000400 __heap_end__ = (__heap_start__ + SIZEOF (.heap))
.stack 0x04000400 0x400 .stack 0x04000400 0x400
0x04000400 __stack_start__ = . 0x04000400 __stack_start__ = .
*(.stack) *(.stack)
0x04000800 . = ((__stack_start__ + _STACKSIZE) MAX_K .) 0x04000800 . = ((__stack_start__ + _STACKSIZE) MAX_K .)
*fill* 0x04000400 0x400 00 *fill* 0x04000400 0x400 00
0x04000800 __stack_end__ = (__stack_start__ + SIZEOF (.stack)) 0x04000800 __stack_end__ = (__stack_start__ + SIZEOF (.stack))
.stack_irq 0x04000800 0x100 .stack_irq 0x04000800 0x100
0x04000800 __stack_irq_start__ = . 0x04000800 __stack_irq_start__ = .
*(.stack_irq) *(.stack_irq)
0x04000900 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .) 0x04000900 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .)
*fill* 0x04000800 0x100 00 *fill* 0x04000800 0x100 00
0x04000900 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq)) 0x04000900 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq))
.stack_fiq 0x04000900 0x0 .stack_fiq 0x04000900 0x0
0x04000900 __stack_fiq_start__ = . 0x04000900 __stack_fiq_start__ = .
*(.stack_fiq) *(.stack_fiq)
0x04000900 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .) 0x04000900 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .)
0x04000900 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq)) 0x04000900 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq))
.stack_svc 0x04000900 0x400 .stack_svc 0x04000900 0x400
0x04000900 __stack_svc_start__ = . 0x04000900 __stack_svc_start__ = .
*(.stack_svc) *(.stack_svc)
0x04000d00 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .) 0x04000d00 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .)
*fill* 0x04000900 0x400 00 *fill* 0x04000900 0x400 00
0x04000d00 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc)) 0x04000d00 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc))
.stack_abt 0x04000d00 0x0 .stack_abt 0x04000d00 0x0
0x04000d00 __stack_abt_start__ = . 0x04000d00 __stack_abt_start__ = .
*(.stack_abt) *(.stack_abt)
0x04000d00 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .) 0x04000d00 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .)
0x04000d00 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt)) 0x04000d00 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt))
.stack_und 0x04000d00 0x0 .stack_und 0x04000d00 0x0
0x04000d00 __stack_und_start__ = . 0x04000d00 __stack_und_start__ = .
*(.stack_und) *(.stack_und)
0x04000d00 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .) 0x04000d00 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .)
0x04000d00 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und)) 0x04000d00 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und))
.stab .stab
*(.stab) *(.stab)
.stabstr .stabstr
*(.stabstr) *(.stabstr)
.stab.excl .stab.excl
*(.stab.excl) *(.stab.excl)
.stab.exclstr .stab.exclstr
*(.stab.exclstr) *(.stab.exclstr)
.stab.index .stab.index
*(.stab.index) *(.stab.index)
.stab.indexstr .stab.indexstr
*(.stab.indexstr) *(.stab.indexstr)
.comment 0x00000000 0x12 .comment 0x00000000 0x12
*(.comment) *(.comment)
.comment 0x00000000 0x12 ./src/main.o .comment 0x00000000 0x12 ./src/main.o
.debug .debug
*(.debug) *(.debug)
.line .line
*(.line) *(.line)
.debug_srcinfo .debug_srcinfo
*(.debug_srcinfo) *(.debug_srcinfo)
.debug_sfnames .debug_sfnames
*(.debug_sfnames) *(.debug_sfnames)
.debug_aranges 0x00000000 0x40 .debug_aranges 0x00000000 0x40
*(.debug_aranges) *(.debug_aranges)
.debug_aranges .debug_aranges
0x00000000 0x20 ./src/startup.o 0x00000000 0x20 ./src/startup.o
.debug_aranges .debug_aranges
0x00000020 0x20 ./src/main.o 0x00000020 0x20 ./src/main.o
.debug_pubnames .debug_pubnames
0x00000000 0x1b 0x00000000 0x1b
*(.debug_pubnames) *(.debug_pubnames)
.debug_pubnames .debug_pubnames
0x00000000 0x1b ./src/main.o 0x00000000 0x1b ./src/main.o
.debug_info 0x00000000 0x1ae .debug_info 0x00000000 0x1ae
*(.debug_info .gnu.linkonce.wi.*) *(.debug_info .gnu.linkonce.wi.*)
.debug_info 0x00000000 0x7b ./src/startup.o .debug_info 0x00000000 0x7b ./src/startup.o
.debug_info 0x0000007b 0x133 ./src/main.o .debug_info 0x0000007b 0x133 ./src/main.o
.debug_abbrev 0x00000000 0x6f .debug_abbrev 0x00000000 0x6f
*(.debug_abbrev) *(.debug_abbrev)
.debug_abbrev 0x00000000 0x14 ./src/startup.o .debug_abbrev 0x00000000 0x14 ./src/startup.o
.debug_abbrev 0x00000014 0x5b ./src/main.o .debug_abbrev 0x00000014 0x5b ./src/main.o
.debug_line 0x00000000 0xd7 .debug_line 0x00000000 0xd7
*(.debug_line) *(.debug_line)
.debug_line 0x00000000 0x80 ./src/startup.o .debug_line 0x00000000 0x80 ./src/startup.o
.debug_line 0x00000080 0x57 ./src/main.o .debug_line 0x00000080 0x57 ./src/main.o
.debug_frame 0x00000000 0x24 .debug_frame 0x00000000 0x24
*(.debug_frame) *(.debug_frame)
.debug_frame 0x00000000 0x24 ./src/main.o .debug_frame 0x00000000 0x24 ./src/main.o
.debug_str .debug_str
*(.debug_str) *(.debug_str)
.debug_loc 0x00000000 0x1f .debug_loc 0x00000000 0x1f
*(.debug_loc) *(.debug_loc)
.debug_loc 0x00000000 0x1f ./src/main.o .debug_loc 0x00000000 0x1f ./src/main.o
.debug_macinfo .debug_macinfo
*(.debug_macinfo) *(.debug_macinfo)
.debug_weaknames .debug_weaknames
*(.debug_weaknames) *(.debug_weaknames)
.debug_funcnames .debug_funcnames
*(.debug_funcnames) *(.debug_funcnames)
.debug_typenames .debug_typenames
*(.debug_typenames) *(.debug_typenames)
.debug_varnames .debug_varnames
*(.debug_varnames) *(.debug_varnames)
OUTPUT(test_rom.elf elf32-littlearm) OUTPUT(test_rom.elf elf32-littlearm)
.ARM.attributes .ARM.attributes
0x00000000 0x10 0x00000000 0x10
.ARM.attributes .ARM.attributes
0x00000000 0x10 ./src/startup.o 0x00000000 0x10 ./src/startup.o
.ARM.attributes .ARM.attributes
0x00000010 0x10 ./src/main.o 0x00000010 0x10 ./src/main.o
Cross Reference Table Cross Reference Table
Symbol File Symbol File
_Main_Crystal ./src/startup.o _Main_Crystal ./src/startup.o
__bss_end__ ./src/startup.o __bss_end__ ./src/startup.o
__bss_start__ ./src/startup.o __bss_start__ ./src/startup.o
__ctors_end__ ./src/startup.o __ctors_end__ ./src/startup.o
__ctors_start__ ./src/startup.o __ctors_start__ ./src/startup.o
__data_start ./src/startup.o __data_start ./src/startup.o
__stack_abt_end__ ./src/startup.o __stack_abt_end__ ./src/startup.o
__stack_end__ ./src/startup.o __stack_end__ ./src/startup.o
__stack_fiq_end__ ./src/startup.o __stack_fiq_end__ ./src/startup.o
__stack_irq_end__ ./src/startup.o __stack_irq_end__ ./src/startup.o
__stack_svc_end__ ./src/startup.o __stack_svc_end__ ./src/startup.o
__stack_und_end__ ./src/startup.o __stack_und_end__ ./src/startup.o
_edata ./src/startup.o _edata ./src/startup.o
_etext ./src/startup.o _etext ./src/startup.o
_start ./src/startup.o _start ./src/startup.o
libdebug ./src/startup.o libdebug ./src/startup.o
main ./src/main.o main ./src/main.o
./src/startup.o ./src/startup.o

View File

@ -1,52 +1,52 @@
These are profile tests for the stm32 target. These are profile tests for the stm32 target.
old version rev 1606: old version rev 1606:
single step: 59 ms single step: 59 ms
flash 64k : 24kB/s flash 64k : 24kB/s
mdb 0 128 : 44ms mdb 0 128 : 44ms
trunk rev 1662: trunk rev 1662:
single step: 99 ms single step: 99 ms
flash 64k : 21.5kB/s flash 64k : 21.5kB/s
mdb 0 128 : 72ms mdb 0 128 : 72ms
How to run tests: How to run tests:
poll off poll off
set before [flush_count] set before [flush_count]
step step
set step_count [expr [flush_count]-$before] set step_count [expr [flush_count]-$before]
set before [flush_count] set before [flush_count]
mdb 0 128 mdb 0 128
set mem_count [expr [flush_count]-$before] set mem_count [expr [flush_count]-$before]
set before [flush_count] set before [flush_count]
flash erase_address 0x8000000 0x10000 flash erase_address 0x8000000 0x10000
set erase_count [expr [flush_count]-$before] set erase_count [expr [flush_count]-$before]
set before [flush_count] set before [flush_count]
flash fillb 0x8000000 0x55 0x10000 flash fillb 0x8000000 0x55 0x10000
set flash_fill_count [expr [flush_count]-$before] set flash_fill_count [expr [flush_count]-$before]
puts "counts" ; puts "step $step_count" ; puts "mem $mem_count" ; puts "erase $erase_count" ; puts "flash fill $flash_fill_count" puts "counts" ; puts "step $step_count" ; puts "mem $mem_count" ; puts "erase $erase_count" ; puts "flash fill $flash_fill_count"
parport trunk rev 1675 parport trunk rev 1675
====================== ======================
step 336 step 336
mem 160 mem 160
erase 3076 erase 3076
flash fill 32754 flash fill 32754
verify_ircapture disable verify_ircapture disable
step 114 step 114
mem 96 mem 96
erase 1547 erase 1547
flash fill 15564 flash fill 15564