Re: Patch committed: Don't define TARGET_HAS_F_SETLKW

2014-10-24 Thread Ian Taylor
On Fri, Oct 24, 2014 at 6:26 AM, Andreas Schwab wrote: > Ian Taylor writes: > >> 2014-10-23 Ian Lance Taylor >> >> * config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't define. > > s/define/undefine/ Thanks. Fixed. (Changes to ChangeLog files do not themselves require ChangeLog entries.) Ian Ind

Re: Patch committed: Don't define TARGET_HAS_F_SETLKW

2014-10-24 Thread Andreas Schwab
Ian Taylor writes: > 2014-10-23 Ian Lance Taylor > > * config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't define. s/define/undefine/ Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely diffe

Patch committed: Don't define TARGET_HAS_F_SETLKW

2014-10-23 Thread Ian Taylor
The target macro TARGET_HAS_F_SETLKW was removed from GCC back in 2005 (https://gcc.gnu.org/ml/gcc-patches/2005-07/msg00917.html). I happened to notice a dreg in mep.h. After so long without a meaning, it can't be necessary now. This patch removes it. Committed as obvious. Ian 2014-10-23 Ia