From: danglin Date: Sat, 19 Oct 2013 22:05:06 +0000 (+0000) Subject: PR target/58603 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c18bc79643c882f9691ea3d50d1e8b91da34f8a;p=thirdparty%2Fgcc.git PR target/58603 * system.h: Undef m_slot. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203864 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 198b0958c9b2..1915f095b522 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-19 John David Anglin + + PR target/58603 + * system.h: Undef m_slot. + 2013-10-19 Bill Schmidt * config/rs6000/rs6000.c (vspltis_constant): Make sure we check diff --git a/gcc/system.h b/gcc/system.h index fab1c7bb32fe..ce817d4ec96e 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -264,8 +264,9 @@ extern int errno; #ifdef HAVE_SYS_PARAM_H # include -/* We use this identifier later and it appears in some vendor param.h's. */ +/* We use these identifiers later and they appear in some vendor param.h's. */ # undef PREFETCH +# undef m_slot #endif #if HAVE_LIMITS_H