diff options
Diffstat (limited to 'gcc/config')
-rwxr-xr-x | gcc/config/arm/xm-thumb.h | 1 | ||||
-rwxr-xr-x | gcc/config/i386/xm-i386.h | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/arm/xm-thumb.h b/gcc/config/arm/xm-thumb.h deleted file mode 100755 index 3356ae2..0000000 --- a/gcc/config/arm/xm-thumb.h +++ /dev/null @@ -1 +0,0 @@ -#include <tm.h> diff --git a/gcc/config/i386/xm-i386.h b/gcc/config/i386/xm-i386.h index 390110a..591d5ac 100755 --- a/gcc/config/i386/xm-i386.h +++ b/gcc/config/i386/xm-i386.h @@ -32,8 +32,3 @@ Boston, MA 02111-1307, USA. */ #define HOST_BITS_PER_INT 32 #define HOST_BITS_PER_LONG 32 #define HOST_BITS_PER_LONGLONG 64 - -/* target machine dependencies. - tm.h is a symbolic link to the actual target specific file. */ - -#include "tm.h" |