summaryrefslogtreecommitdiff
path: root/testing/examples/STR912Test
diff options
context:
space:
mode:
authormifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-16 18:04:40 +0000
committermifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-16 18:04:40 +0000
commit78489fb230408d236accaa2ed7e76e75bda5f609 (patch)
treed84c59f46ce80f1c0d989b5015f0e9c180290267 /testing/examples/STR912Test
parent598042fc7bed08c466a47fd128b6724250d7147d (diff)
downloadopenocd+libswd-78489fb230408d236accaa2ed7e76e75bda5f609.tar.gz
openocd+libswd-78489fb230408d236accaa2ed7e76e75bda5f609.tar.bz2
openocd+libswd-78489fb230408d236accaa2ed7e76e75bda5f609.tar.xz
openocd+libswd-78489fb230408d236accaa2ed7e76e75bda5f609.zip
- added testing binaries
git-svn-id: svn://svn.berlios.de/openocd/trunk@587 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/examples/STR912Test')
-rw-r--r--testing/examples/STR912Test/test_ram.elfbin0 -> 40512 bytes
-rw-r--r--testing/examples/STR912Test/test_ram.hex30
-rw-r--r--testing/examples/STR912Test/test_ram.map255
-rw-r--r--testing/examples/STR912Test/test_rom.elfbin0 -> 40570 bytes
-rw-r--r--testing/examples/STR912Test/test_rom.hex28
-rw-r--r--testing/examples/STR912Test/test_rom.map280
6 files changed, 593 insertions, 0 deletions
diff --git a/testing/examples/STR912Test/test_ram.elf b/testing/examples/STR912Test/test_ram.elf
new file mode 100644
index 00000000..8e14d556
--- /dev/null
+++ b/testing/examples/STR912Test/test_ram.elf
Binary files differ
diff --git a/testing/examples/STR912Test/test_ram.hex b/testing/examples/STR912Test/test_ram.hex
new file mode 100644
index 00000000..a6643d3b
--- /dev/null
+++ b/testing/examples/STR912Test/test_ram.hex
@@ -0,0 +1,30 @@
+:020000040400F6
+:10000000F8F09FE50000A0E10000A0E10000A0E101
+:100010000000A0E10000A0E10000A0E10000A0E1DC
+:100020000000A0E10000A0E11503A0E30410A0E39C
+:10003000001080E50210A0E3041080E50010A0E3AA
+:100040000C1080E50218A0E3101080E51810A0E362
+:10005000181080E5A8009FE5A8109FE5001080E536
+:100060000608A0E3110F2FEED7F021E398D09FE50B
+:10007000DBF021E394D09FE5D3F021E390D09FE51E
+:10008000D1F021E38CD09FE5D2F021E388D09FE529
+:100090001FF021E384D09FE584A09FE584109FE5B5
+:1000A00084209FE584309FE5030052E104009134F1
+:1000B00004008234FBFFFF3A0000A0E370109FE5CC
+:1000C0005C209FE5020051E104008134FCFFFF3A0F
+:1000D00060009FE560109FE5010050E10400000A08
+:1000E000042090E403002DE932FF2FE10300BDE876
+:1000F000F8FFFFEAFFFFFFEB100000EAA861000035
+:10010000040000043420005C97010000A40E0004E9
+:10011000A40E0004A40E0004A40A0004A40A00040F
+:10012000A4090004A4010004A4010004A401000423
+:10013000A4010004A4010004A0010004A001000423
+:100140000CD04DE20130A0E300308DE50230A0E399
+:1001500004308DE50030A0E308308DE538309FE5B0
+:10016000002093E500309DE5023083E000308DE50E
+:1001700000309DE5013083E200308DE504309DE5DF
+:10018000013083E204308DE500209DE504309DE5DB
+:10019000033082E008308DE5F4FFFFEAA00100049F
+:0401A0000700000054
+:0400000504000000F3
+:00000001FF
diff --git a/testing/examples/STR912Test/test_ram.map b/testing/examples/STR912Test/test_ram.map
new file mode 100644
index 00000000..7184afd7
--- /dev/null
+++ b/testing/examples/STR912Test/test_ram.map
@@ -0,0 +1,255 @@
+
+Memory Configuration
+
+Name Origin Length Attributes
+DATA 0x04000000 0x00018000 rw
+*default* 0x00000000 0xffffffff
+
+Linker script and memory map
+
+LOAD ./src/startup.o
+LOAD ./src/main.o
+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/../../../../arm-elf/lib\libc.a
+END GROUP
+ 0x00000400 _STACKSIZE = 0x400
+ 0x00000100 _STACKSIZE_IRQ = 0x100
+ 0x00000000 _STACKSIZE_FIQ = 0x0
+ 0x00000400 _STACKSIZE_SVC = 0x400
+ 0x00000000 _STACKSIZE_ABT = 0x0
+ 0x00000000 _STACKSIZE_UND = 0x0
+ 0x00000400 _HEAPSIZE = 0x400
+
+.text 0x04000000 0x1a0
+ *(.vectors)
+ *(.init)
+ .init 0x04000000 0x140 ./src/startup.o
+ 0x040000fc _Main_Crystal
+ 0x04000000 _start
+ 0x040000f8 libdebug
+ *(.text .text.*)
+ .text 0x04000140 0x0 ./src/startup.o
+ .text 0x04000140 0x60 ./src/main.o
+ 0x04000140 main
+ *(.gnu.linkonce.t.*)
+ *(.glue_7t .glue_7)
+ .glue_7 0x040001a0 0x0 ./src/startup.o
+ .glue_7t 0x040001a0 0x0 ./src/startup.o
+ .glue_7 0x040001a0 0x0 ./src/main.o
+ .glue_7t 0x040001a0 0x0 ./src/main.o
+ *(.fini)
+ *(.gcc_except_table)
+
+.vfp11_veneer 0x040001a0 0x0
+ .vfp11_veneer 0x040001a0 0x0 ./src/startup.o
+ .vfp11_veneer 0x040001a0 0x0 ./src/main.o
+ 0x040001a0 . = ALIGN (0x4)
+
+.ctors 0x040001a0 0x0
+ 0x040001a0 PROVIDE (__ctors_start__, .)
+ *(SORT(.ctors.*))
+ *(.ctors)
+ 0x040001a0 PROVIDE (__ctors_end__, .)
+
+.dtors 0x040001a0 0x0
+ 0x040001a0 PROVIDE (__dtors_start__, .)
+ *(SORT(.dtors.*))
+ *(.dtors)
+ 0x040001a0 PROVIDE (__dtors_end__, .)
+
+.rodata 0x040001a0 0x4
+ *(.rodata .rodata.*)
+ .rodata 0x040001a0 0x4 ./src/main.o
+ *(.gnu.linkonce.r.*)
+ 0x040001a4 . = ALIGN (0x4)
+ 0x040001a4 _etext = .
+ 0x040001a4 PROVIDE (etext, .)
+
+.data 0x040001a4 0x0
+ *(.data .data.*)
+ .data 0x040001a4 0x0 ./src/startup.o
+ .data 0x040001a4 0x0 ./src/main.o
+ *(.gnu.linkonce.d.*)
+ 0x040001a4 . = ALIGN (0x4)
+ 0x040001a4 __data_start = .
+ 0x040001a4 _edata = .
+ 0x040001a4 PROVIDE (edata, .)
+
+.bss 0x040001a4 0x0
+ 0x040001a4 __bss_start = .
+ 0x040001a4 __bss_start__ = .
+ *(.bss .bss.*)
+ .bss 0x040001a4 0x0 ./src/startup.o
+ .bss 0x040001a4 0x0 ./src/main.o
+ *(.gnu.linkonce.b.*)
+ *(COMMON)
+ 0x040001a4 . = ALIGN (0x4)
+ 0x040001a4 . = ALIGN (0x4)
+ 0x040001a4 __bss_end__ = .
+ 0x040001a4 _end = .
+ 0x040001a4 PROVIDE (end, .)
+
+.heap 0x040001a4 0x400
+ 0x040001a4 __heap_start__ = .
+ *(.heap)
+ 0x040005a4 . = ((__heap_start__ + _HEAPSIZE) MAX_K .)
+ *fill* 0x040001a4 0x400 00
+ 0x040005a4 __heap_end__ = (__heap_start__ + SIZEOF (.heap))
+
+.stack 0x040005a4 0x400
+ 0x040005a4 __stack_start__ = .
+ *(.stack)
+ 0x040009a4 . = ((__stack_start__ + _STACKSIZE) MAX_K .)
+ *fill* 0x040005a4 0x400 00
+ 0x040009a4 __stack_end__ = (__stack_start__ + SIZEOF (.stack))
+
+.stack_irq 0x040009a4 0x100
+ 0x040009a4 __stack_irq_start__ = .
+ *(.stack_irq)
+ 0x04000aa4 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .)
+ *fill* 0x040009a4 0x100 00
+ 0x04000aa4 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq))
+
+.stack_fiq 0x04000aa4 0x0
+ 0x04000aa4 __stack_fiq_start__ = .
+ *(.stack_fiq)
+ 0x04000aa4 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .)
+ 0x04000aa4 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq))
+
+.stack_svc 0x04000aa4 0x400
+ 0x04000aa4 __stack_svc_start__ = .
+ *(.stack_svc)
+ 0x04000ea4 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .)
+ *fill* 0x04000aa4 0x400 00
+ 0x04000ea4 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc))
+
+.stack_abt 0x04000ea4 0x0
+ 0x04000ea4 __stack_abt_start__ = .
+ *(.stack_abt)
+ 0x04000ea4 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .)
+ 0x04000ea4 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt))
+
+.stack_und 0x04000ea4 0x0
+ 0x04000ea4 __stack_und_start__ = .
+ *(.stack_und)
+ 0x04000ea4 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .)
+ 0x04000ea4 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und))
+
+.stab
+ *(.stab)
+
+.stabstr
+ *(.stabstr)
+
+.stab.excl
+ *(.stab.excl)
+
+.stab.exclstr
+ *(.stab.exclstr)
+
+.stab.index
+ *(.stab.index)
+
+.stab.indexstr
+ *(.stab.indexstr)
+
+.comment 0x00000000 0x12
+ *(.comment)
+ .comment 0x00000000 0x12 ./src/main.o
+
+.debug
+ *(.debug)
+
+.line
+ *(.line)
+
+.debug_srcinfo
+ *(.debug_srcinfo)
+
+.debug_sfnames
+ *(.debug_sfnames)
+
+.debug_aranges 0x00000000 0x40
+ *(.debug_aranges)
+ .debug_aranges
+ 0x00000000 0x20 ./src/startup.o
+ .debug_aranges
+ 0x00000020 0x20 ./src/main.o
+
+.debug_pubnames
+ 0x00000000 0x1b
+ *(.debug_pubnames)
+ .debug_pubnames
+ 0x00000000 0x1b ./src/main.o
+
+.debug_info 0x00000000 0x1ae
+ *(.debug_info .gnu.linkonce.wi.*)
+ .debug_info 0x00000000 0x7b ./src/startup.o
+ .debug_info 0x0000007b 0x133 ./src/main.o
+
+.debug_abbrev 0x00000000 0x6f
+ *(.debug_abbrev)
+ .debug_abbrev 0x00000000 0x14 ./src/startup.o
+ .debug_abbrev 0x00000014 0x5b ./src/main.o
+
+.debug_line 0x00000000 0xd7
+ *(.debug_line)
+ .debug_line 0x00000000 0x80 ./src/startup.o
+ .debug_line 0x00000080 0x57 ./src/main.o
+
+.debug_frame 0x00000000 0x24
+ *(.debug_frame)
+ .debug_frame 0x00000000 0x24 ./src/main.o
+
+.debug_str
+ *(.debug_str)
+
+.debug_loc 0x00000000 0x1f
+ *(.debug_loc)
+ .debug_loc 0x00000000 0x1f ./src/main.o
+
+.debug_macinfo
+ *(.debug_macinfo)
+
+.debug_weaknames
+ *(.debug_weaknames)
+
+.debug_funcnames
+ *(.debug_funcnames)
+
+.debug_typenames
+ *(.debug_typenames)
+
+.debug_varnames
+ *(.debug_varnames)
+OUTPUT(test_ram.elf elf32-littlearm)
+
+.ARM.attributes
+ 0x00000000 0x10
+ .ARM.attributes
+ 0x00000000 0x10 ./src/startup.o
+ .ARM.attributes
+ 0x00000010 0x10 ./src/main.o
+
+Cross Reference Table
+
+Symbol File
+_Main_Crystal ./src/startup.o
+__bss_end__ ./src/startup.o
+__bss_start__ ./src/startup.o
+__ctors_end__ ./src/startup.o
+__ctors_start__ ./src/startup.o
+__data_start ./src/startup.o
+__stack_abt_end__ ./src/startup.o
+__stack_end__ ./src/startup.o
+__stack_fiq_end__ ./src/startup.o
+__stack_irq_end__ ./src/startup.o
+__stack_svc_end__ ./src/startup.o
+__stack_und_end__ ./src/startup.o
+_edata ./src/startup.o
+_etext ./src/startup.o
+_start ./src/startup.o
+libdebug ./src/startup.o
+main ./src/main.o
+ ./src/startup.o
diff --git a/testing/examples/STR912Test/test_rom.elf b/testing/examples/STR912Test/test_rom.elf
new file mode 100644
index 00000000..8d840fdf
--- /dev/null
+++ b/testing/examples/STR912Test/test_rom.elf
Binary files differ
diff --git a/testing/examples/STR912Test/test_rom.hex b/testing/examples/STR912Test/test_rom.hex
new file mode 100644
index 00000000..34d3c76a
--- /dev/null
+++ b/testing/examples/STR912Test/test_rom.hex
@@ -0,0 +1,28 @@
+:10000000F8F09FE50000A0E10000A0E10000A0E101
+:100010000000A0E10000A0E10000A0E10000A0E1DC
+:100020000000A0E10000A0E11503A0E30410A0E39C
+:10003000001080E50210A0E3041080E50010A0E3AA
+:100040000C1080E50218A0E3101080E51810A0E362
+:10005000181080E5A8009FE5A8109FE5001080E536
+:100060000608A0E3110F2FEED7F021E398D09FE50B
+:10007000DBF021E394D09FE5D3F021E390D09FE51E
+:10008000D1F021E38CD09FE5D2F021E388D09FE529
+:100090001FF021E384D09FE584A09FE584109FE5B5
+:1000A00084209FE584309FE5030052E104009134F1
+:1000B00004008234FBFFFF3A0000A0E370109FE5CC
+:1000C0005C209FE5020051E104008134FCFFFF3A0F
+:1000D00060009FE560109FE5010050E10400000A08
+:1000E000042090E403002DE932FF2FE10300BDE876
+:1000F000F8FFFFEAFFFFFFEB100000EAA861000035
+:10010000040000003420005C97010000000D000492
+:10011000000D0004000D00040009000400090004A3
+:100120000008000400000004A40100000000000416
+:100130000000000400000004A0010000A001000075
+:100140000CD04DE20130A0E300308DE50230A0E399
+:1001500004308DE50030A0E308308DE538309FE5B0
+:10016000002093E500309DE5023083E000308DE50E
+:1001700000309DE5013083E200308DE504309DE5DF
+:10018000013083E204308DE500209DE504309DE5DB
+:10019000033082E008308DE5F4FFFFEAA0010000A3
+:0401A0000700000054
+:00000001FF
diff --git a/testing/examples/STR912Test/test_rom.map b/testing/examples/STR912Test/test_rom.map
new file mode 100644
index 00000000..cd57c5cf
--- /dev/null
+++ b/testing/examples/STR912Test/test_rom.map
@@ -0,0 +1,280 @@
+
+Memory Configuration
+
+Name Origin Length Attributes
+CODE 0x00000000 0x00080000 xr
+DATA 0x04000000 0x00018000 rw
+*default* 0x00000000 0xffffffff
+
+Linker script and memory map
+
+LOAD ./src/startup.o
+LOAD ./src/main.o
+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/../../../../arm-elf/lib\libc.a
+END GROUP
+ 0x00000400 _STACKSIZE = 0x400
+ 0x00000100 _STACKSIZE_IRQ = 0x100
+ 0x00000000 _STACKSIZE_FIQ = 0x0
+ 0x00000400 _STACKSIZE_SVC = 0x400
+ 0x00000000 _STACKSIZE_ABT = 0x0
+ 0x00000000 _STACKSIZE_UND = 0x0
+ 0x00000400 _HEAPSIZE = 0x400
+
+.text 0x00000000 0x1a0
+ CREATE_OBJECT_SYMBOLS
+ *(.vectors)
+ *(.init)
+ .init 0x00000000 0x140 ./src/startup.o
+ 0x000000fc _Main_Crystal
+ 0x00000000 _start
+ 0x000000f8 libdebug
+ *(.text .text.*)
+ .text 0x00000140 0x0 ./src/startup.o
+ .text 0x00000140 0x60 ./src/main.o
+ 0x00000140 main
+ *(.gnu.linkonce.t.*)
+ *(.glue_7t)
+ .glue_7t 0x000001a0 0x0 ./src/startup.o
+ .glue_7t 0x000001a0 0x0 ./src/main.o
+ *(.glue_7)
+ .glue_7 0x000001a0 0x0 ./src/startup.o
+ .glue_7 0x000001a0 0x0 ./src/main.o
+ *(.vfp11_veneer)
+ .vfp11_veneer 0x000001a0 0x0 ./src/startup.o
+ .vfp11_veneer 0x000001a0 0x0 ./src/main.o
+ *(.fini)
+ *(.gcc_except_table)
+ 0x000001a0 . = ALIGN (0x4)
+
+.ctors 0x000001a0 0x0
+ 0x000001a0 PROVIDE (__ctors_start__, .)
+ *(SORT(.ctors.*))
+ *(.ctors)
+ 0x000001a0 PROVIDE (__ctors_end__, .)
+
+.dtors 0x000001a0 0x0
+ 0x000001a0 PROVIDE (__dtors_start__, .)
+ *(SORT(.dtors.*))
+ *(.dtors)
+ 0x000001a0 PROVIDE (__dtors_end__, .)
+
+.rodata 0x000001a0 0x4
+ *(.rodata .rodata.*)
+ .rodata 0x000001a0 0x4 ./src/main.o
+ *(.gnu.linkonce.r.*)
+ 0x000001a4 . = ALIGN (0x4)
+
+.init_array 0x000001a4 0x0
+ *(.init)
+ *(.fini)
+ 0x000001a4 PROVIDE (__preinit_array_start, .)
+ *(.preinit_array)
+ 0x000001a4 PROVIDE (__preinit_array_end, .)
+ 0x000001a4 PROVIDE (__init_array_start, .)
+ *(SORT(.init_array.*))
+ *(.init_array)
+ 0x000001a4 PROVIDE (__init_array_end, .)
+ 0x000001a4 PROVIDE (__fini_array_start, .)
+ *(.fini_array)
+ *(SORT(.fini_array.*))
+ 0x000001a4 PROVIDE (__fini_array_end, .)
+ 0x000001a4 . = ALIGN (0x4)
+ 0x000001a4 __exidx_start = .
+
+.ARM.exidx
+ *(.ARM.exidx* .gnu.linkonce.armexidx.*)
+ 0x000001a4 __exidx_end = .
+ 0x000001a4 _etext = .
+ 0x000001a4 PROVIDE (etext, .)
+
+.data 0x04000000 0x0 load address 0x000001a4
+ 0x04000000 __data_start = .
+ *(.data .data.*)
+ .data 0x04000000 0x0 ./src/startup.o
+ .data 0x04000000 0x0 ./src/main.o
+ *(.gnu.linkonce.d.*)
+ 0x04000000 . = ALIGN (0x4)
+ *(.fastrun .fastrun.*)
+ 0x04000000 . = ALIGN (0x4)
+ 0x04000000 _edata = .
+ 0x04000000 PROVIDE (edata, .)
+
+.bss 0x04000000 0x0 load address 0x000001a4
+ 0x04000000 __bss_start = .
+ 0x04000000 __bss_start__ = .
+ *(.bss .bss.*)
+ .bss 0x04000000 0x0 ./src/startup.o
+ .bss 0x04000000 0x0 ./src/main.o
+ *(.gnu.linkonce.b.*)
+ *(COMMON)
+ 0x04000000 . = ALIGN (0x4)
+ 0x04000000 . = ALIGN (0x4)
+ 0x04000000 __bss_end__ = .
+ 0x04000000 _end = .
+ 0x04000000 PROVIDE (end, .)
+
+.heap 0x04000000 0x400
+ 0x04000000 __heap_start__ = .
+ *(.heap)
+ 0x04000400 . = ((__heap_start__ + _HEAPSIZE) MAX_K .)
+ *fill* 0x04000000 0x400 00
+ 0x04000400 __heap_end__ = (__heap_start__ + SIZEOF (.heap))
+
+.stack 0x04000400 0x400
+ 0x04000400 __stack_start__ = .
+ *(.stack)
+ 0x04000800 . = ((__stack_start__ + _STACKSIZE) MAX_K .)
+ *fill* 0x04000400 0x400 00
+ 0x04000800 __stack_end__ = (__stack_start__ + SIZEOF (.stack))
+
+.stack_irq 0x04000800 0x100
+ 0x04000800 __stack_irq_start__ = .
+ *(.stack_irq)
+ 0x04000900 . = ((__stack_irq_start__ + _STACKSIZE_IRQ) MAX_K .)
+ *fill* 0x04000800 0x100 00
+ 0x04000900 __stack_irq_end__ = (__stack_irq_start__ + SIZEOF (.stack_irq))
+
+.stack_fiq 0x04000900 0x0
+ 0x04000900 __stack_fiq_start__ = .
+ *(.stack_fiq)
+ 0x04000900 . = ((__stack_fiq_start__ + _STACKSIZE_FIQ) MAX_K .)
+ 0x04000900 __stack_fiq_end__ = (__stack_fiq_start__ + SIZEOF (.stack_fiq))
+
+.stack_svc 0x04000900 0x400
+ 0x04000900 __stack_svc_start__ = .
+ *(.stack_svc)
+ 0x04000d00 . = ((__stack_svc_start__ + _STACKSIZE_SVC) MAX_K .)
+ *fill* 0x04000900 0x400 00
+ 0x04000d00 __stack_svc_end__ = (__stack_svc_start__ + SIZEOF (.stack_svc))
+
+.stack_abt 0x04000d00 0x0
+ 0x04000d00 __stack_abt_start__ = .
+ *(.stack_abt)
+ 0x04000d00 . = ((__stack_abt_start__ + _STACKSIZE_ABT) MAX_K .)
+ 0x04000d00 __stack_abt_end__ = (__stack_abt_start__ + SIZEOF (.stack_abt))
+
+.stack_und 0x04000d00 0x0
+ 0x04000d00 __stack_und_start__ = .
+ *(.stack_und)
+ 0x04000d00 . = ((__stack_und_start__ + _STACKSIZE_UND) MAX_K .)
+ 0x04000d00 __stack_und_end__ = (__stack_und_start__ + SIZEOF (.stack_und))
+
+.stab
+ *(.stab)
+
+.stabstr
+ *(.stabstr)
+
+.stab.excl
+ *(.stab.excl)
+
+.stab.exclstr
+ *(.stab.exclstr)
+
+.stab.index
+ *(.stab.index)
+
+.stab.indexstr
+ *(.stab.indexstr)
+
+.comment 0x00000000 0x12
+ *(.comment)
+ .comment 0x00000000 0x12 ./src/main.o
+
+.debug
+ *(.debug)
+
+.line
+ *(.line)
+
+.debug_srcinfo
+ *(.debug_srcinfo)
+
+.debug_sfnames
+ *(.debug_sfnames)
+
+.debug_aranges 0x00000000 0x40
+ *(.debug_aranges)
+ .debug_aranges
+ 0x00000000 0x20 ./src/startup.o
+ .debug_aranges
+ 0x00000020 0x20 ./src/main.o
+
+.debug_pubnames
+ 0x00000000 0x1b
+ *(.debug_pubnames)
+ .debug_pubnames
+ 0x00000000 0x1b ./src/main.o
+
+.debug_info 0x00000000 0x1ae
+ *(.debug_info .gnu.linkonce.wi.*)
+ .debug_info 0x00000000 0x7b ./src/startup.o
+ .debug_info 0x0000007b 0x133 ./src/main.o
+
+.debug_abbrev 0x00000000 0x6f
+ *(.debug_abbrev)
+ .debug_abbrev 0x00000000 0x14 ./src/startup.o
+ .debug_abbrev 0x00000014 0x5b ./src/main.o
+
+.debug_line 0x00000000 0xd7
+ *(.debug_line)
+ .debug_line 0x00000000 0x80 ./src/startup.o
+ .debug_line 0x00000080 0x57 ./src/main.o
+
+.debug_frame 0x00000000 0x24
+ *(.debug_frame)
+ .debug_frame 0x00000000 0x24 ./src/main.o
+
+.debug_str
+ *(.debug_str)
+
+.debug_loc 0x00000000 0x1f
+ *(.debug_loc)
+ .debug_loc 0x00000000 0x1f ./src/main.o
+
+.debug_macinfo
+ *(.debug_macinfo)
+
+.debug_weaknames
+ *(.debug_weaknames)
+
+.debug_funcnames
+ *(.debug_funcnames)
+
+.debug_typenames
+ *(.debug_typenames)
+
+.debug_varnames
+ *(.debug_varnames)
+OUTPUT(test_rom.elf elf32-littlearm)
+
+.ARM.attributes
+ 0x00000000 0x10
+ .ARM.attributes
+ 0x00000000 0x10 ./src/startup.o
+ .ARM.attributes
+ 0x00000010 0x10 ./src/main.o
+
+Cross Reference Table
+
+Symbol File
+_Main_Crystal ./src/startup.o
+__bss_end__ ./src/startup.o
+__bss_start__ ./src/startup.o
+__ctors_end__ ./src/startup.o
+__ctors_start__ ./src/startup.o
+__data_start ./src/startup.o
+__stack_abt_end__ ./src/startup.o
+__stack_end__ ./src/startup.o
+__stack_fiq_end__ ./src/startup.o
+__stack_irq_end__ ./src/startup.o
+__stack_svc_end__ ./src/startup.o
+__stack_und_end__ ./src/startup.o
+_edata ./src/startup.o
+_etext ./src/startup.o
+_start ./src/startup.o
+libdebug ./src/startup.o
+main ./src/main.o
+ ./src/startup.o