Commit 2813d4af authored by Miles Bader's avatar Miles Bader Committed by Arnaldo Carvalho de Melo

[PATCH] Add leading underline to new linker-script symbols on the v850

This is needed to match the output of the C compiler.
parent 2c70d67c
...@@ -105,9 +105,9 @@ ...@@ -105,9 +105,9 @@
#define RAMK_INIT_CONTENTS_NO_END \ #define RAMK_INIT_CONTENTS_NO_END \
. = ALIGN (4096) ; \ . = ALIGN (4096) ; \
__init_start = . ; \ __init_start = . ; \
_sinittext = .; \ __sinittext = .; \
*(.init.text) /* 2.5 convention */ \ *(.init.text) /* 2.5 convention */ \
_einittext = .; \ __einittext = .; \
*(.init.data) \ *(.init.data) \
*(.text.init) /* 2.4 convention */ \ *(.text.init) /* 2.4 convention */ \
*(.data.init) \ *(.data.init) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment