summaryrefslogtreecommitdiff
path: root/ld/ldfile.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2004-03-30 20:02:04 +0000
committerStan Shebs <shebs@apple.com>2004-03-30 20:02:04 +0000
commitdb2e8836ff4ba4f5ebceb8b9c1be46b55286bc8a (patch)
treeba654712e98d7687020a508375a8ecd769db34a6 /ld/ldfile.c
parente367b701d2020478278520acdb3dd03869f428f0 (diff)
downloadbinutils-redhat-db2e8836ff4ba4f5ebceb8b9c1be46b55286bc8a.tar.gz
Remove long-obsolete MPW support.
* mpw-config.in, mpw-make.sed, mac-ld.r: Remove files. * Makefile.am (mpw): Remove file-presynthesizing actions. * Makefile.in: Likewise. * ldfile.c (slash): Remove MPW case. * ldlex.l [MPW]: Remove unused definition.
Diffstat (limited to 'ld/ldfile.c')
-rw-r--r--ld/ldfile.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c
index a6f0d603dd..e7a7d8cec0 100644
--- a/ld/ldfile.c
+++ b/ld/ldfile.c
@@ -44,7 +44,6 @@ unsigned long ldfile_output_machine;
enum bfd_architecture ldfile_output_architecture;
search_dirs_type * search_head;
-#ifndef MPW
#ifdef VMS
char * slash = "";
#else
@@ -54,10 +53,6 @@ char * slash = "\\";
char * slash = "/";
#endif
#endif
-#else /* MPW */
-/* The MPW path char is a colon. */
-char * slash = ":";
-#endif /* MPW */
typedef struct search_arch
{