diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-04 18:50:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-04 18:50:13 +0000 |
commit | 1ab4cd57ed4c60f8e1671cc7ef3675ae806fb473 (patch) | |
tree | 969946c553a8be6b24857c2551025dd3c171ff76 /ld/emulparams | |
parent | 809f005e04c3356e565aec9b9641f8c1770dab58 (diff) | |
download | gdb-1ab4cd57ed4c60f8e1671cc7ef3675ae806fb473.zip gdb-1ab4cd57ed4c60f8e1671cc7ef3675ae806fb473.tar.gz gdb-1ab4cd57ed4c60f8e1671cc7ef3675ae806fb473.tar.bz2 |
* emulparams/pc532macha.sh: Rename from pc532machaout.sh to avoid
System V file name limitations.
* configure.tgt (nc32k-pc532-mach*, ns32k-pc532-ux*): Use
pc532macha rather than pc532machaout.
* Makefile.in (ALL_EMULATIONS): Change epc532machaout.o to
epc532macha.o.
(epc532macha.c): Rename target from epc532machaout.c.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/.Sanitize | 2 | ||||
-rw-r--r-- | ld/emulparams/pc532macha.sh (renamed from ld/emulparams/pc532machaout.sh) | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 4e7a590..da8e516 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -104,7 +104,7 @@ mipsidtl.sh mipslit.sh news.sh ns32knbsd.sh -pc532machaout.sh +pc532macha.sh ppcmacos.sh ppcnw.sh ppcpe.sh diff --git a/ld/emulparams/pc532machaout.sh b/ld/emulparams/pc532macha.sh index 07aa985..9c1d079 100644 --- a/ld/emulparams/pc532machaout.sh +++ b/ld/emulparams/pc532macha.sh @@ -1,4 +1,3 @@ -EMULATION_NAME=pc532machaout SCRIPT_NAME=aout OUTPUT_FORMAT="a.out-pc532-mach" TARGET_PAGE_SIZE=0x1000 |