[rtems commit] pc386/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:    dd335cf78ea3592020aca6ddac2dee96d2547f80
Changeset: http://git.rtems.org/rtems/commit/?id=dd335cf78ea3592020aca6ddac2dee96d2547f80

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

pc386/bsp_specs: Reorder and improve consistency

Updates #3520.

---

 c/src/lib/libbsp/i386/pc386/bsp_specs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/c/src/lib/libbsp/i386/pc386/bsp_specs b/c/src/lib/libbsp/i386/pc386/bsp_specs
index 0b334ed..5154de8 100644
--- a/c/src/lib/libbsp/i386/pc386/bsp_specs
+++ b/c/src/lib/libbsp/i386/pc386/bsp_specs
@@ -2,12 +2,12 @@
 %rename startfile old_startfile
 %rename link old_link
 
-*endfile:
-crtend.o%s crtn.o%s
-
 *startfile:
 %{!qrtems: %(old_startfile)} \
 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
 
 *link:
 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
+
+*endfile:
+%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}




More information about the vc mailing list