From edf7bcd6e7984b9490e4c6938bb5564104a3b6c6 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Fri, 12 Jan 2007 09:17:50 +0000 Subject: [PATCH] gcc/ * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount of tabbing before backslashes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120705 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 ++ gcc/config/m68k/m68k.h | 128 ++++++++++++++++++++++++------------------------- 2 files changed, 69 insertions(+), 64 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89bb0d6..f29bdf3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-01-12 Richard Sandiford + + * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount + of tabbing before backslashes. + 2007-01-11 John David Anglin * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine. diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 0a04beb..79533fa 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -35,70 +35,70 @@ Boston, MA 02110-1301, USA. */ /* Note that some other tm.h files include this one and then override many of the definitions that relate to assembler syntax. */ -#define TARGET_CPU_CPP_BUILTINS() \ - do \ - { \ - builtin_define ("__m68k__"); \ - builtin_define_std ("mc68000"); \ - if (TARGET_68040_ONLY) \ - { \ - if (TARGET_68060) \ - builtin_define_std ("mc68060"); \ - else \ - builtin_define_std ("mc68040"); \ - } \ - else if (TARGET_68060) /* -m68020-60 */ \ - { \ - builtin_define_std ("mc68060"); \ - builtin_define_std ("mc68040"); \ - builtin_define_std ("mc68030"); \ - builtin_define_std ("mc68020"); \ - } \ - else if (TARGET_68040) /* -m68020-40 */ \ - { \ - builtin_define_std ("mc68040"); \ - builtin_define_std ("mc68030"); \ - builtin_define_std ("mc68020"); \ - } \ - else if (TARGET_68030) \ - builtin_define_std ("mc68030"); \ - else if (TARGET_68020) \ - builtin_define_std ("mc68020"); \ - if (TARGET_68881) \ - builtin_define ("__HAVE_68881__"); \ - if (TARGET_CPU32) \ - { \ - builtin_define_std ("mc68332"); \ - builtin_define_std ("mcpu32"); \ - } \ - if (TARGET_COLDFIRE) \ - builtin_define ("__mcoldfire__"); \ - if (TARGET_5200) \ - builtin_define ("__mcf5200__"); \ - if (TARGET_528x) \ - { \ - builtin_define ("__mcf528x__"); \ - builtin_define ("__mcf5200__"); \ - } \ - if (TARGET_CFV3) \ - { \ - builtin_define ("__mcf5300__"); \ - builtin_define ("__mcf5307__"); \ - } \ - if (TARGET_CFV4) \ - { \ - builtin_define ("__mcf5400__"); \ - builtin_define ("__mcf5407__"); \ - } \ - if (TARGET_CFV4E) \ - { \ - builtin_define ("__mcfv4e__"); \ - } \ - if (TARGET_CF_HWDIV) \ - builtin_define ("__mcfhwdiv__"); \ - builtin_assert ("cpu=m68k"); \ - builtin_assert ("machine=m68k"); \ - } \ +#define TARGET_CPU_CPP_BUILTINS() \ + do \ + { \ + builtin_define ("__m68k__"); \ + builtin_define_std ("mc68000"); \ + if (TARGET_68040_ONLY) \ + { \ + if (TARGET_68060) \ + builtin_define_std ("mc68060"); \ + else \ + builtin_define_std ("mc68040"); \ + } \ + else if (TARGET_68060) /* -m68020-60 */ \ + { \ + builtin_define_std ("mc68060"); \ + builtin_define_std ("mc68040"); \ + builtin_define_std ("mc68030"); \ + builtin_define_std ("mc68020"); \ + } \ + else if (TARGET_68040) /* -m68020-40 */ \ + { \ + builtin_define_std ("mc68040"); \ + builtin_define_std ("mc68030"); \ + builtin_define_std ("mc68020"); \ + } \ + else if (TARGET_68030) \ + builtin_define_std ("mc68030"); \ + else if (TARGET_68020) \ + builtin_define_std ("mc68020"); \ + if (TARGET_68881) \ + builtin_define ("__HAVE_68881__"); \ + if (TARGET_CPU32) \ + { \ + builtin_define_std ("mc68332"); \ + builtin_define_std ("mcpu32"); \ + } \ + if (TARGET_COLDFIRE) \ + builtin_define ("__mcoldfire__"); \ + if (TARGET_5200) \ + builtin_define ("__mcf5200__"); \ + if (TARGET_528x) \ + { \ + builtin_define ("__mcf528x__"); \ + builtin_define ("__mcf5200__"); \ + } \ + if (TARGET_CFV3) \ + { \ + builtin_define ("__mcf5300__"); \ + builtin_define ("__mcf5307__"); \ + } \ + if (TARGET_CFV4) \ + { \ + builtin_define ("__mcf5400__"); \ + builtin_define ("__mcf5407__"); \ + } \ + if (TARGET_CFV4E) \ + { \ + builtin_define ("__mcfv4e__"); \ + } \ + if (TARGET_CF_HWDIV) \ + builtin_define ("__mcfhwdiv__"); \ + builtin_assert ("cpu=m68k"); \ + builtin_assert ("machine=m68k"); \ + } \ while (0) /* Classify the groups of pseudo-ops used to assemble QI, HI and SI -- 2.7.4