summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-11 05:31:02 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-11 05:31:02 +0000
commit02e6826b7529cac168dad2a1388186601d6ee941 (patch)
treeb976b5a029ce90681c2e35b4cd248af536d0434e
parent2007-12-10 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-02e6826b7529cac168dad2a1388186601d6ee941.tar.bz2
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* shared/vectors/vectors_entry.S, motorola_powerpc/bsp_specs, shared/start/vectors_entry.S: moved vectors_entry.S to 'start' subdir and made a start file rather than element of vectors.rel (it should always be linked but won't if it is the sole member of vectors.rel).
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog8
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs2
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S (renamed from c/src/lib/libbsp/powerpc/shared/vectors/vectors_entry.S)0
3 files changed, 9 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 78d8ef196c..43c1a21a82 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,3 +1,11 @@
+2007-12-10 Till Straumann <strauman@slac.stanford.edu>
+
+ * shared/vectors/vectors_entry.S, motorola_powerpc/bsp_specs,
+ shared/start/vectors_entry.S: moved vectors_entry.S to
+ 'start' subdir and made a start file rather than
+ element of vectors.rel (it should always be linked but
+ won't if it is the sole member of vectors.rel).
+
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
* shared/vme/vme_universe.c: fixed wrong initialization
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs b/c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs
index cef3ac3de4..ecbbed3c2b 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs
@@ -4,7 +4,7 @@
*startfile:
%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s start.o%s}}
+%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s vectors_entry%O%s start.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e __rtems_entry_point -u __vectors}
diff --git a/c/src/lib/libbsp/powerpc/shared/vectors/vectors_entry.S b/c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S
index 407e988896..407e988896 100644
--- a/c/src/lib/libbsp/powerpc/shared/vectors/vectors_entry.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S