[rtems commit] gdbv850sim/bsp_specs: Reorder and improve consistency

Joel Sherrill joel at rtems.org
Thu Nov 30 15:33:04 UTC 2017


Module:    rtems
Branch:    master
Commit:    46503a264316ef16e226b195e4c505e7bc02b2ab
Changeset: http://git.rtems.org/rtems/commit/?id=46503a264316ef16e226b195e4c505e7bc02b2ab

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Nov 28 11:59:00 2017 -0600

gdbv850sim/bsp_specs: Reorder and improve consistency

Updates #3520.

---

 c/src/lib/libbsp/v850/gdbv850sim/bsp_specs | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/c/src/lib/libbsp/v850/gdbv850sim/bsp_specs b/c/src/lib/libbsp/v850/gdbv850sim/bsp_specs
index bb7833b..0f4bd0a 100644
--- a/c/src/lib/libbsp/v850/gdbv850sim/bsp_specs
+++ b/c/src/lib/libbsp/v850/gdbv850sim/bsp_specs
@@ -6,10 +6,8 @@
 %{!qrtems: %(old_startfile)} \
 %{!nostdlib: %{qrtems: start.o%s -e _start}}
 
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: %(old_endfile)} \
-%{!nostdlib: %{qrtems:}}
-
 *link:
-%(old_link) %{!qrtems: %(old_link)} %{qrtems: %(old_link)}
+%{!qrtems: %(old_link)} %{qrtems: %(old_link)}
 
+*endfile:
+%{!qrtems: %(old_endfile)} %{qrtems: %(old_link)}



More information about the vc mailing list