aboutsummaryrefslogtreecommitdiff
path: root/gcc/mips-tdump.c
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-05-24 17:51:51 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-05-24 17:51:51 +0000
commitcaee412b75f90163b2ef164881a9737408f61a4e (patch)
tree35cba01cecefecc85a3ef8512ac4b33827a9b19a /gcc/mips-tdump.c
parent5eed4f27694914b24cec59029b57f0d7a25b0c34 (diff)
downloadgcc-caee412b75f90163b2ef164881a9737408f61a4e.zip
gcc-caee412b75f90163b2ef164881a9737408f61a4e.tar.gz
gcc-caee412b75f90163b2ef164881a9737408f61a4e.tar.bz2
re PR target/3746 (compilation of mips-tfile missing mips/a.out.h)
PR target/3746 * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile, mips-tdump native. * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling. * mips-tdump.c: Likewise. From-SVN: r174128
Diffstat (limited to 'gcc/mips-tdump.c')
-rw-r--r--gcc/mips-tdump.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c
index ec9ceb0..f39b5a3 100644
--- a/gcc/mips-tdump.c
+++ b/gcc/mips-tdump.c
@@ -26,11 +26,7 @@ along with GCC; see the file COPYING3. If not see
#ifdef index
#undef index
#endif
-#ifndef CROSS_DIRECTORY_STRUCTURE
#include <a.out.h>
-#else
-#include "mips/a.out.h"
-#endif /* CROSS_DIRECTORY_STRUCTURE */
/* Include getopt.h for the sake of getopt_long. */
#include "getopt.h"