summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/mips.lds3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/mips.lds b/examples/mips.lds
index 9d9849bf5c..6f31eb7198 100644
--- a/examples/mips.lds
+++ b/examples/mips.lds
@@ -39,9 +39,6 @@ SECTIONS
. = ALIGN(4);
.data : { *(.data) }
- . = ALIGN(4);
- .sdata : { *(.sdata) }
-
_gp = ALIGN(16);
__got_start = .;