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_64.ld')
-rw-r--r--libgloss/mips/mti64_64.ld6
1 files changed, 0 insertions, 6 deletions
diff --git a/libgloss/mips/mti64_64.ld b/libgloss/mips/mti64_64.ld
index 7a2074f1a..a058b9626 100644
--- a/libgloss/mips/mti64_64.ld
+++ b/libgloss/mips/mti64_64.ld
@@ -98,11 +98,6 @@ SECTIONS
}
. = .;
- .MIPS.abiflags : {
- __MIPS_abiflags_start = .;
- *(.MIPS.abiflags)
- __MIPS_abiflags_end = .;
- }
.rodata : {
*(.rdata)
*(.rodata)
@@ -147,7 +142,6 @@ SECTIONS
*(COMMON)
}
- . = ALIGN(4);
PROVIDE (end = .);
_end = .;