diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-24 17:51:51 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-24 17:51:51 +0000 |
commit | a0bd86eb920e2d0bd701b7b0a2178f8eaeaf4b5b (patch) | |
tree | 35cba01cecefecc85a3ef8512ac4b33827a9b19a /gcc/mips-tfile.c | |
parent | 932949887419b380108cfce109c0a2122a6e85b3 (diff) | |
download | gcc-a0bd86eb920e2d0bd701b7b0a2178f8eaeaf4b5b.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174128 138bc75d-0d04-0410-961f-82ee72b054a4
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 af0b248f841..3af6266b45c 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) \ |