mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Remove environ common declaration -- it broke newlib.
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
2004-10-26 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
|
Remove environ common area -- it breaks newlib
|
||||||
|
* powerpc/dmv177/start/start.S
|
||||||
|
* powerpc/eth_comm/start/start.S
|
||||||
|
* powerpc/mbx8xx/startup/start.S
|
||||||
|
* powerpc/mvme5500/start/start.S
|
||||||
|
* powerpc/ppcn_60x/start/start.S
|
||||||
|
* powerpc/psim/start/start.S
|
||||||
|
* powerpc/score603e/start/start.S
|
||||||
|
* powerpc/shared/start/start.S
|
||||||
|
* powerpc/ss555/startup/start.S
|
||||||
|
|
||||||
2004-10-20 Eric Norum <norume@aps.anl.gov>
|
2004-10-20 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
* acinclude.m4: Add mvme5500 BSP
|
* acinclude.m4: Add mvme5500 BSP
|
||||||
|
|||||||
@@ -118,5 +118,3 @@ _start:
|
|||||||
trap
|
trap
|
||||||
.Lstart:
|
.Lstart:
|
||||||
.size _start,.Lstart-_start
|
.size _start,.Lstart-_start
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
@@ -151,5 +151,3 @@ clear_bss:
|
|||||||
|
|
||||||
bdnz clear_bss /* dec counter and loop */
|
bdnz clear_bss /* dec counter and loop */
|
||||||
blr /* return */
|
blr /* return */
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
@@ -393,5 +393,3 @@ initregs:
|
|||||||
blr /* return */
|
blr /* return */
|
||||||
|
|
||||||
.L_text_e:
|
.L_text_e:
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
@@ -214,6 +214,3 @@ flush_tlbs:
|
|||||||
bgt 1b
|
bgt 1b
|
||||||
sync
|
sync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
@@ -151,5 +151,3 @@ _start:
|
|||||||
blr
|
blr
|
||||||
.Lstart:
|
.Lstart:
|
||||||
.size _start,.Lstart-_start
|
.size _start,.Lstart-_start
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
@@ -108,5 +108,3 @@ _start:
|
|||||||
trap
|
trap
|
||||||
.Lstart:
|
.Lstart:
|
||||||
.size _start,.Lstart-_start
|
.size _start,.Lstart-_start
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
@@ -122,5 +122,3 @@ past_constants:
|
|||||||
trap
|
trap
|
||||||
.Lstart:
|
.Lstart:
|
||||||
.size _start,.Lstart-_start
|
.size _start,.Lstart-_start
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
@@ -195,5 +195,3 @@ flush_tlbs:
|
|||||||
bgt 1b
|
bgt 1b
|
||||||
sync
|
sync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
@@ -409,5 +409,3 @@ initregs:
|
|||||||
blr /* return */
|
blr /* return */
|
||||||
|
|
||||||
.L_text_e:
|
.L_text_e:
|
||||||
|
|
||||||
.comm environ,4,4
|
|
||||||
|
|||||||
Reference in New Issue
Block a user