Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mips/mti64.ld')
-rw-r--r--libgloss/mips/mti64.ld6
1 files changed, 0 insertions, 6 deletions
diff --git a/libgloss/mips/mti64.ld b/libgloss/mips/mti64.ld
index 15975ad89..1bd11f6f8 100644
--- a/libgloss/mips/mti64.ld
+++ b/libgloss/mips/mti64.ld
@@ -95,11 +95,6 @@ SECTIONS
}
. = .;
- .MIPS.abiflags : {
- __MIPS_abiflags_start = .;
- *(.MIPS.abiflags)
- __MIPS_abiflags_end = .;
- }
.rodata : {
*(.rdata)
*(.rodata)
@@ -144,7 +139,6 @@ SECTIONS
*(COMMON)
}
- . = ALIGN(4);
PROVIDE (end = .);
_end = .;