X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fconfig%2Fmcore%2Fmcore.h;h=278c1b248eeaadd34639e4ff86a6ed44ec30c449;hp=6e26d5e7b35bcdce21bf474d26b33838ed12e83b;hb=a37dec0c0921c160e897661b1d32d47dc9b859d3;hpb=180619481a1d2184570068d2f65ffae7efdd49af diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h index 6e26d5e7b35..278c1b248ee 100644 --- a/gcc/config/mcore/mcore.h +++ b/gcc/config/mcore/mcore.h @@ -50,8 +50,6 @@ } \ while (0) -/* If -m4align is ever re-enabled then add this line to the definition of CPP_SPEC - %{!m4align:-D__MCORE_ALIGN_8__} %{m4align:-D__MCORE__ALIGN_4__}. */ #undef CPP_SPEC #define CPP_SPEC "%{m210:%{mlittle-endian:%ethe m210 does not have little endian support}}" @@ -67,7 +65,6 @@ #define TARGET_DEFAULT \ (MASK_HARDLIT \ - | MASK_8ALIGN \ | MASK_DIV \ | MASK_RELAX_IMM \ | MASK_M340 \