summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-28 06:28:33 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-28 06:28:33 +0100
commitb361eabd93e35e2c72d3721583fa83fb14e39f4d (patch)
treee08fb0494b6267a470b6152ea489cb91cdcdfa6f /bsps/powerpc
parentlibtest: Remove superfluous NULL pointer check (diff)
downloadrtems-b361eabd93e35e2c72d3721583fa83fb14e39f4d.tar.bz2
bsps: Replace bsp_specs with an empty file
This fixes an issue with the latest tool chain which adds the default linker script in the endfile specification. Update #3250.
Diffstat (limited to 'bsps/powerpc')
-rw-r--r--bsps/powerpc/beatnik/start/bsp_specs9
-rw-r--r--bsps/powerpc/gen5200/start/bsp_specs9
-rw-r--r--bsps/powerpc/gen83xx/start/bsp_specs9
-rw-r--r--bsps/powerpc/haleakala/start/bsp_specs10
-rw-r--r--bsps/powerpc/motorola_powerpc/start/bsp_specs9
-rw-r--r--bsps/powerpc/mpc55xxevb/start/bsp_specs9
-rw-r--r--bsps/powerpc/mpc8260ads/start/bsp_specs9
-rw-r--r--bsps/powerpc/mvme3100/start/bsp_specs9
-rw-r--r--bsps/powerpc/mvme5500/start/bsp_specs9
-rw-r--r--bsps/powerpc/psim/start/bsp_specs9
-rw-r--r--bsps/powerpc/qemuppc/start/bsp_specs9
-rw-r--r--bsps/powerpc/qoriq/start/bsp_specs9
-rw-r--r--bsps/powerpc/ss555/start/bsp_specs9
-rw-r--r--bsps/powerpc/t32mppc/start/bsp_specs11
-rw-r--r--bsps/powerpc/tqm8xx/start/bsp_specs9
-rw-r--r--bsps/powerpc/virtex/start/bsp_specs9
-rw-r--r--bsps/powerpc/virtex4/start/bsp_specs10
-rw-r--r--bsps/powerpc/virtex5/start/bsp_specs10
18 files changed, 0 insertions, 167 deletions
diff --git a/bsps/powerpc/beatnik/start/bsp_specs b/bsps/powerpc/beatnik/start/bsp_specs
index 99ca0adb61..e69de29bb2 100644
--- a/bsps/powerpc/beatnik/start/bsp_specs
+++ b/bsps/powerpc/beatnik/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/gen5200/start/bsp_specs b/bsps/powerpc/gen5200/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/gen5200/start/bsp_specs
+++ b/bsps/powerpc/gen5200/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/gen83xx/start/bsp_specs b/bsps/powerpc/gen83xx/start/bsp_specs
index a37ec281c8..e69de29bb2 100644
--- a/bsps/powerpc/gen83xx/start/bsp_specs
+++ b/bsps/powerpc/gen83xx/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s -u __vectors}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/haleakala/start/bsp_specs b/bsps/powerpc/haleakala/start/bsp_specs
index 5752caaca0..e69de29bb2 100644
--- a/bsps/powerpc/haleakala/start/bsp_specs
+++ b/bsps/powerpc/haleakala/start/bsp_specs
@@ -1,10 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
-
diff --git a/bsps/powerpc/motorola_powerpc/start/bsp_specs b/bsps/powerpc/motorola_powerpc/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/motorola_powerpc/start/bsp_specs
+++ b/bsps/powerpc/motorola_powerpc/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/mpc55xxevb/start/bsp_specs b/bsps/powerpc/mpc55xxevb/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/mpc55xxevb/start/bsp_specs
+++ b/bsps/powerpc/mpc55xxevb/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/mpc8260ads/start/bsp_specs b/bsps/powerpc/mpc8260ads/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/mpc8260ads/start/bsp_specs
+++ b/bsps/powerpc/mpc8260ads/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/mvme3100/start/bsp_specs b/bsps/powerpc/mvme3100/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/mvme3100/start/bsp_specs
+++ b/bsps/powerpc/mvme3100/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/mvme5500/start/bsp_specs b/bsps/powerpc/mvme5500/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/mvme5500/start/bsp_specs
+++ b/bsps/powerpc/mvme5500/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/psim/start/bsp_specs b/bsps/powerpc/psim/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/psim/start/bsp_specs
+++ b/bsps/powerpc/psim/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/qemuppc/start/bsp_specs b/bsps/powerpc/qemuppc/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/qemuppc/start/bsp_specs
+++ b/bsps/powerpc/qemuppc/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/qoriq/start/bsp_specs b/bsps/powerpc/qoriq/start/bsp_specs
index 001c45b3c4..e69de29bb2 100644
--- a/bsps/powerpc/qoriq/start/bsp_specs
+++ b/bsps/powerpc/qoriq/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s rtems_crtn.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/ss555/start/bsp_specs b/bsps/powerpc/ss555/start/bsp_specs
index 2625609327..e69de29bb2 100644
--- a/bsps/powerpc/ss555/start/bsp_specs
+++ b/bsps/powerpc/ss555/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/t32mppc/start/bsp_specs b/bsps/powerpc/t32mppc/start/bsp_specs
index f8bbffbdf6..e69de29bb2 100644
--- a/bsps/powerpc/t32mppc/start/bsp_specs
+++ b/bsps/powerpc/t32mppc/start/bsp_specs
@@ -1,11 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-%rename link old_link
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
-
diff --git a/bsps/powerpc/tqm8xx/start/bsp_specs b/bsps/powerpc/tqm8xx/start/bsp_specs
index b5cd6764ce..e69de29bb2 100644
--- a/bsps/powerpc/tqm8xx/start/bsp_specs
+++ b/bsps/powerpc/tqm8xx/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn%O%s}
diff --git a/bsps/powerpc/virtex/start/bsp_specs b/bsps/powerpc/virtex/start/bsp_specs
index 6cb546f392..e69de29bb2 100644
--- a/bsps/powerpc/virtex/start/bsp_specs
+++ b/bsps/powerpc/virtex/start/bsp_specs
@@ -1,9 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/virtex4/start/bsp_specs b/bsps/powerpc/virtex4/start/bsp_specs
index ccbea2690c..e69de29bb2 100644
--- a/bsps/powerpc/virtex4/start/bsp_specs
+++ b/bsps/powerpc/virtex4/start/bsp_specs
@@ -1,10 +0,0 @@
-%rename startfile old_startfile
-%rename endfile old_endfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} \
-%{qrtems: crtend.o%s ecrtn.o%s}
diff --git a/bsps/powerpc/virtex5/start/bsp_specs b/bsps/powerpc/virtex5/start/bsp_specs
index ccbea2690c..e69de29bb2 100644
--- a/bsps/powerpc/virtex5/start/bsp_specs
+++ b/bsps/powerpc/virtex5/start/bsp_specs
@@ -1,10 +0,0 @@
-%rename startfile old_startfile
-%rename endfile old_endfile
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} \
-%{qrtems: crtend.o%s ecrtn.o%s}