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

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)