diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-05 20:30:05 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-05 20:30:05 +0000 |
commit | 4c5579dc87782155ea3ca81603ebdbf7e8c3e641 (patch) | |
tree | ea1ff7bdb819c5dcafdf1309b25f78b8bf8e712e | |
parent | 280de41b910deb8fadff937891b2e6c93daf556f (diff) |
Clean up generation of unused symbols.
-rw-r--r-- | arch/mips64/ld.script.elf32 | 3 | ||||
-rw-r--r-- | arch/mips64/ld.script.elf64 | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips64/ld.script.elf32 b/arch/mips64/ld.script.elf32 index a89d049bd..7abc32bac 100644 --- a/arch/mips64/ld.script.elf32 +++ b/arch/mips64/ld.script.elf32 @@ -65,7 +65,6 @@ SECTIONS CONSTRUCTORS } .data1 : { *(.data1) } - _gp = . + 0x8000; .lit8 : { *(.lit8) } .lit4 : { *(.lit4) } .ctors : { *(.ctors) } @@ -79,8 +78,6 @@ SECTIONS _edata = .; PROVIDE (edata = .); - __bss_start = .; - _fbss = .; .sbss : { *(.sbss) *(.scommon) } .bss : { diff --git a/arch/mips64/ld.script.elf64 b/arch/mips64/ld.script.elf64 index abfdf5422..19a2a8755 100644 --- a/arch/mips64/ld.script.elf64 +++ b/arch/mips64/ld.script.elf64 @@ -74,7 +74,6 @@ SECTIONS CONSTRUCTORS } .data1 : { *(.data1) } - _gp = . + 0x8000; .lit8 : { *(.lit8) } .lit4 : { *(.lit4) } .ctors : { *(.ctors) } @@ -88,8 +87,6 @@ SECTIONS _edata = .; PROVIDE (edata = .); - __bss_start = .; - _fbss = .; .sbss : { *(.sbss) *(.scommon) } .bss : { |