diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-08 23:17:46 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-09 15:33:11 -0400 |
commit | fefc97bfa82ebb1f47922245cd320e2a3bead7f2 (patch) | |
tree | 2de6870f8a99019ddbc0b92b0666c33923a9b45c /support/ld/libcs3_stm32_src | |
parent | 6e434eac0a66e83b328da7271d25b27f48e6e84e (diff) | |
download | librambutan-fefc97bfa82ebb1f47922245cd320e2a3bead7f2.tar.gz librambutan-fefc97bfa82ebb1f47922245cd320e2a3bead7f2.zip |
[support/ld] Rename vector table section.
Diffstat (limited to 'support/ld/libcs3_stm32_src')
-rw-r--r-- | support/ld/libcs3_stm32_src/stm32_vector_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ld/libcs3_stm32_src/stm32_vector_table.S b/support/ld/libcs3_stm32_src/stm32_vector_table.S index 868cb6c..7067d95 100644 --- a/support/ld/libcs3_stm32_src/stm32_vector_table.S +++ b/support/ld/libcs3_stm32_src/stm32_vector_table.S @@ -1,6 +1,6 @@ /* STM32 vector table */ - .section ".cs3.interrupt_vector" + .section ".stm32.interrupt_vector" .globl __cs3_stm32_vector_table .type __cs3_stm32_vector_table, %object |