diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mep/mep.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2bc25c..0a60abc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-23 Ian Lance Taylor <iant@google.com> + + * config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't define. + 2014-10-23 Jakub Jelinek <jakub@redhat.com> PR debug/63623 diff --git a/gcc/config/mep/mep.h b/gcc/config/mep/mep.h index d1360b6..5a125ac 100644 --- a/gcc/config/mep/mep.h +++ b/gcc/config/mep/mep.h @@ -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 |