mips BSPs: Remove .global for unprovided symbol

closes 2253
This commit is contained in:
Joel Sherrill
2015-03-03 09:17:26 -06:00
parent 4ccb79bc1b
commit e4154b8e4b
4 changed files with 0 additions and 4 deletions

View File

@@ -57,7 +57,6 @@ _branch:
/*
* zero out the bss section.
*/
.globl __memsize
.globl zerobss
.ent zerobss
zerobss:

View File

@@ -339,7 +339,6 @@ _start_in_ram:
**
** Function: zerobss
*/
.globl __memsize
.globl zerobss
.ent zerobss
zerobss:

View File

@@ -129,7 +129,6 @@ _start_in_ram:
/*
* zero out the bss section.
*/
.globl __memsize
.globl zerobss
.ent zerobss
zerobss:

View File

@@ -156,7 +156,6 @@ _start_in_ram:
/*
* zero out the bss section.
*/
.globl __memsize
.globl zerobss
.ent zerobss
zerobss: