From 9ccb8af972518810c66317c6c942d2268bfb5123 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 8 Oct 2010 14:00:50 +0000 Subject: Fix build with -DDEBUG=7 --- cpu/ChangeLog | 4 ++++ cpu/frv.opc | 3 +++ 2 files changed, 7 insertions(+) (limited to 'cpu') diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 667538a..459e07a 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2010-10-08 Pierre Muller + + * frv.opc: #undef DEBUG. + 2010-07-03 DJ Delorie * m32c.cpu (f-dsp-8-s24): Mask high byte after shifting it. diff --git a/cpu/frv.opc b/cpu/frv.opc index 3dfadb3..f81cef0 100644 --- a/cpu/frv.opc +++ b/cpu/frv.opc @@ -81,6 +81,9 @@ int spr_valid (long); #include "elf/frv.h" #include +/* DEBUG appears below as argument of OP macro. */ +#undef DEBUG + /* Returns TRUE if {MAJOR,MACH} is a major branch of the FRV development tree. */ -- cgit v1.1