diff options
author | Oleg Endo <oleg.endo@t-online.de> | 2011-11-13 23:00:10 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2011-11-13 23:00:10 +0000 |
commit | f36348b34b4513bc127d1b740e48b72b69f17c01 (patch) | |
tree | 5dd66e42a0b55e446445720b2eb63087f660a8ee /gcc/ChangeLog | |
parent | 9dfd583288b4d88cfb342132a87756de0379f200 (diff) | |
download | gcc-f36348b34b4513bc127d1b740e48b72b69f17c01.zip gcc-f36348b34b4513bc127d1b740e48b72b69f17c01.tar.gz gcc-f36348b34b4513bc127d1b740e48b72b69f17c01.tar.bz2 |
re PR target/50694 (SH Target: SH2A little endian does not actually work)
PR target/50694
* config/sh/sh.h (IS_LITTLE_ENDIAN_OPTION, UNSUPPORTED_SH2A):
New macros.
(DRIVER_SELF_SPECS): Use new macros to filter out
unsupported options taking the default configuration into
account.
* gcc.target/sh/pr21255-2-ml.c: Skip if -mb or -m5* is
specified. Remove redundant runtime checks.
* gcc.target/sh/20080410-1.c: Skip if -mb is specified.
Allow for other than -m4. Fix typos in comments.
From-SVN: r181340
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2108c87..e58ef32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2011-11-13 Oleg Endo <oleg.endo@t-online.de> + + PR target/50694 + * config/sh/sh.h (IS_LITTLE_ENDIAN_OPTION, UNSUPPORTED_SH2A): + New macros. + (DRIVER_SELF_SPECS): Use new macros to filter out + unsupported options taking the default configuration into + account. + 2011-11-13 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/install.texi (Specific): Fix anchor for |