diff options
author | Stan Shebs <shebs@codesourcery.com> | 2004-03-30 20:02:04 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2004-03-30 20:02:04 +0000 |
commit | 7cc8057ae4bc477497c771ef919d3d50dfdcaf18 (patch) | |
tree | 2b3814b670b84015345cc9c75a9a4ffd56c7e198 /ld/ldfile.c | |
parent | 92e25cf8fd94dadd6bdab7b51069dd4f01626fe5 (diff) | |
download | gdb-7cc8057ae4bc477497c771ef919d3d50dfdcaf18.zip gdb-7cc8057ae4bc477497c771ef919d3d50dfdcaf18.tar.gz gdb-7cc8057ae4bc477497c771ef919d3d50dfdcaf18.tar.bz2 |
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c index a6f0d60..e7a7d8c 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 { |