gdbv850sim: Simplify bsp_specs

Updates #3520.
This commit is contained in:
Joel Sherrill
2017-12-18 13:38:27 -06:00
parent 7edb2ef0ea
commit e9806ffc5b
2 changed files with 2 additions and 9 deletions

View File

@@ -1,13 +1,5 @@
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s -e _start}}
*link:
%{!qrtems: %(old_link)} %{qrtems: %(old_link)}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: %(old_link)}
%{!nostdlib: %{qrtems: }}

View File

@@ -9,6 +9,7 @@ _StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
/* Default linker script, for normal executables */
OUTPUT_FORMAT("elf32-v850-rh850", "elf32-v850-rh850",
"elf32-v850-rh850")
STARTUP(start.o)
OUTPUT_ARCH(v850-rh850)
ENTRY(_start)
/* GROUP(-lc -lsim -lgcc) */