summaryrefslogtreecommitdiff
path: root/x/binutils/ld/emulparams/elf32bmipn32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x/binutils/ld/emulparams/elf32bmipn32.sh')
-rwxr-xr-xx/binutils/ld/emulparams/elf32bmipn32.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/x/binutils/ld/emulparams/elf32bmipn32.sh b/x/binutils/ld/emulparams/elf32bmipn32.sh
deleted file mode 100755
index a320eb23ed07..000000000000
--- a/x/binutils/ld/emulparams/elf32bmipn32.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-. ${srcdir}/emulparams/elf32bmipn32-defs.sh
-OUTPUT_FORMAT="elf32-nbigmips"
-BIG_OUTPUT_FORMAT="elf32-nbigmips"
-LITTLE_OUTPUT_FORMAT="elf32-nlittlemips"
-SHLIB_TEXT_START_ADDR=0x5ffe0000
-COMMONPAGESIZE=0x1000
-
-# IRIX6 defines these symbols. 0x34 is the size of the ELF header.
-EXECUTABLE_SYMBOLS="
- __dso_displacement = 0;
- __elf_header = ${TEXT_START_ADDR};
- __program_header_table = ${TEXT_START_ADDR} + 0x34;
-"
-
-# There are often dynamic relocations against the .rodata section.
-# Setting DT_TEXTREL in the .dynamic section does not convince the
-# IRIX6 linker to permit relocations against the text segment.
-# Following the IRIX linker, we simply put .rodata in the data
-# segment.
-WRITABLE_RODATA=
-
-EXTRA_EM_FILE=irix