2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>

* dlentry/dlentry.S, flashentry/flashentry.S:
	Remove PPC_ABI_POWEROPEN.
This commit is contained in:
Ralf Corsepius
2005-02-10 15:17:18 +00:00
parent b5328149ae
commit 4a8039ab1d
3 changed files with 5 additions and 8 deletions

View File

@@ -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.

View File

@@ -143,8 +143,4 @@ clear_bss:
blr /* return */
.L_text_e:
#if PPC_ABI == PPC_ABI_POWEROPEN
DESCRIPTOR (startup)
#endif
.comm environ,4,4

View File

@@ -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