forked from Imagelibrary/rtems
mips BSPs: Remove .global for unprovided symbol
closes 2253
This commit is contained in:
@@ -57,7 +57,6 @@ _branch:
|
||||
/*
|
||||
* zero out the bss section.
|
||||
*/
|
||||
.globl __memsize
|
||||
.globl zerobss
|
||||
.ent zerobss
|
||||
zerobss:
|
||||
|
||||
@@ -339,7 +339,6 @@ _start_in_ram:
|
||||
**
|
||||
** Function: zerobss
|
||||
*/
|
||||
.globl __memsize
|
||||
.globl zerobss
|
||||
.ent zerobss
|
||||
zerobss:
|
||||
|
||||
@@ -129,7 +129,6 @@ _start_in_ram:
|
||||
/*
|
||||
* zero out the bss section.
|
||||
*/
|
||||
.globl __memsize
|
||||
.globl zerobss
|
||||
.ent zerobss
|
||||
zerobss:
|
||||
|
||||
@@ -156,7 +156,6 @@ _start_in_ram:
|
||||
/*
|
||||
* zero out the bss section.
|
||||
*/
|
||||
.globl __memsize
|
||||
.globl zerobss
|
||||
.ent zerobss
|
||||
zerobss:
|
||||
|
||||
Reference in New Issue
Block a user