summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-11 15:46:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-11 15:46:47 +0000
commitf6821c3efbac2652eb40cca06f80a04526eafe04 (patch)
treef428248019c4c8e70bcb34110ea27ed3c75961c3 /c/src/lib/libbsp/powerpc/psim/bsp_specs
parent2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f6821c3efbac2652eb40cca06f80a04526eafe04.tar.bz2
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsp_specs, include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/bsp_specs2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/bsp_specs b/c/src/lib/libbsp/powerpc/psim/bsp_specs
index bf11aa9a83..baa61c2660 100644
--- a/c/src/lib/libbsp/powerpc/psim/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/psim/bsp_specs
@@ -10,4 +10,4 @@
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start -u __vectors}
*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
+%{!qrtems: %(old_endfile)} %{qrtems: ecrtn.o%s}