summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-10 15:17:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-10 15:17:18 +0000
commit4a8039ab1db7997feae312fc53c91639fd3fe95a (patch)
tree388f73aa271ead22b5a26b7ae2ce12e285682f07 /c/src/lib/libbsp
parent2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4a8039ab1db7997feae312fc53c91639fd3fe95a.tar.bz2
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* dlentry/dlentry.S, flashentry/flashentry.S: Remove PPC_ABI_POWEROPEN.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S4
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S4
3 files changed, 5 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
index 23904eff33..c473570dbc 100644
--- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * dlentry/dlentry.S, flashentry/flashentry.S:
+ Remove PPC_ABI_POWEROPEN.
+
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
diff --git a/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S
index f0b8ee6738..f218d9c5d6 100644
--- a/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S
@@ -143,8 +143,4 @@ clear_bss:
blr /* return */
.L_text_e:
-#if PPC_ABI == PPC_ABI_POWEROPEN
- DESCRIPTOR (startup)
-#endif
-
.comm environ,4,4
diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
index 4959b0973c..dbfb3258d1 100644
--- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
@@ -463,8 +463,4 @@ ramaccfx:
lwz r4,0(r2) /* get memory at start adr */
blr
-#if PPC_ABI == PPC_ABI_POWEROPEN
- DESCRIPTOR (startup)
-#endif
-
.comm environ,4,4