aboutsummaryrefslogtreecommitdiff
path: root/ld/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-26 22:08:57 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-26 22:08:57 +0000
commit1eadd162c47c9280c8ffc7369678505a4e42e6e6 (patch)
tree9477a743bf9677676d0a6cce4f19e124cb539ba9 /ld/config
parentfbc83deff8e6e47b8352185d988036745ed24daa (diff)
downloadgdb-1eadd162c47c9280c8ffc7369678505a4e42e6e6.zip
gdb-1eadd162c47c9280c8ffc7369678505a4e42e6e6.tar.gz
gdb-1eadd162c47c9280c8ffc7369678505a4e42e6e6.tar.bz2
* emulparams/elf32bmip.sh: Rename from elf32mipb.sh to avoid DOS
file naming problems. * emulparams/elf32lmip.sh: Rename from elf32mipl.sh. * Makefile.in (ALL_EMULATIONS): Rename eelf32mipb.o to eelf32bmip.o and eelf32mipl.o to eelf32lmip.o. (eelf32bmip.c): Rename from eelf32mipb.c. Use elf32bmip.sh. (eelf32lmip.c): Rename from eelf32mipl.c. Use elf32lmip.sh. * config/mipsb-elf32.mt (EMUL): Use elf32bmip, not elf32mipb. * config/mipsl-elf32.mt (EMUL): Use elf32lmip, not elf32mipl.
Diffstat (limited to 'ld/config')
-rw-r--r--ld/config/mipsb-elf32.mt2
-rw-r--r--ld/config/mipsl-elf32.mt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/config/mipsb-elf32.mt b/ld/config/mipsb-elf32.mt
index b4ba803..610225a 100644
--- a/ld/config/mipsb-elf32.mt
+++ b/ld/config/mipsb-elf32.mt
@@ -1 +1 @@
-EMUL=elf32mipb
+EMUL=elf32bmip
diff --git a/ld/config/mipsl-elf32.mt b/ld/config/mipsl-elf32.mt
index a21e8f9..4c686ac 100644
--- a/ld/config/mipsl-elf32.mt
+++ b/ld/config/mipsl-elf32.mt
@@ -1 +1 @@
-EMUL=elf32mipl
+EMUL=elf32lmip