diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-05-24 17:51:51 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-05-24 17:51:51 +0000 |
commit | caee412b75f90163b2ef164881a9737408f61a4e (patch) | |
tree | 35cba01cecefecc85a3ef8512ac4b33827a9b19a /gcc/mips-tfile.c | |
parent | 5eed4f27694914b24cec59029b57f0d7a25b0c34 (diff) | |
download | gcc-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-tfile.c')
-rw-r--r-- | gcc/mips-tfile.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index af0b248..3af6266 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -1,4 +1,4 @@ -/* Update the symbol table (the .T file) in a MIPS object to +/* Update the symbol table (the .T file) in a ECOFF object to contain debugging information specified by the GNU compiler in the form of comments (the mips assembler does not support assembly access to debug information). @@ -633,12 +633,7 @@ extern void error (const char *format, ...) ATTRIBUTE_PRINTF_1; #undef index -#ifndef CROSS_DIRECTORY_STRUCTURE #include <a.out.h> -#else -#include "mips/a.out.h" -#endif /* CROSS_DIRECTORY_STRUCTURE */ - #include "gstab.h" #define IS_ASM_IDENT(ch) \ |