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  Ian Lance Taylor  <i...@google.com>

* config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't define.
Index: gcc/config/mep/mep.h
===================================================================
--- gcc/config/mep/mep.h        (revision 216522)
+++ gcc/config/mep/mep.h        (working copy)
@@ -512,7 +512,6 @@ typedef struct
 /* Profiling is supported.  */
      
 #define FUNCTION_PROFILER(FILE, LABELNO) mep_function_profiler (FILE);
-#undef TARGET_HAS_F_SETLKW
 #define NO_PROFILE_COUNTERS 1
 
 /* Trampolines are built at run-time.  The cache is invalidated at

Reply via email to