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/ldlex.l | |
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/ldlex.l')
-rw-r--r-- | ld/ldlex.l | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -28,11 +28,6 @@ This was written by steve chamberlain #include <stdio.h> -#ifdef MPW -/* Prevent enum redefinition problems. */ -#define TRUE_FALSE_ALREADY_DEFINED -#endif /* MPW */ - #include "bfd.h" #include "sysdep.h" #include "safe-ctype.h" |