diff options
author | Alan Modra <amodra@gmail.com> | 2010-10-08 14:00:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-10-08 14:00:50 +0000 |
commit | 9ccb8af972518810c66317c6c942d2268bfb5123 (patch) | |
tree | 1acdeaaf802f3b87c42d584da4c113d548301124 /cpu | |
parent | * arm-tdep.c (thumb_expand_immediate): New function. (diff) | |
download | binutils-gdb-9ccb8af972518810c66317c6c942d2268bfb5123.tar.gz binutils-gdb-9ccb8af972518810c66317c6c942d2268bfb5123.tar.bz2 binutils-gdb-9ccb8af972518810c66317c6c942d2268bfb5123.zip |
Fix build with -DDEBUG=7
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/ChangeLog | 4 | ||||
-rw-r--r-- | cpu/frv.opc | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 667538ac292..459e07aa633 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2010-10-08 Pierre Muller <muller@ics.u-strasbg.fr> + + * frv.opc: #undef DEBUG. + 2010-07-03 DJ Delorie <dj@delorie.com> * m32c.cpu (f-dsp-8-s24): Mask high byte after shifting it. diff --git a/cpu/frv.opc b/cpu/frv.opc index 3dfadb3b9ba..f81cef0d608 100644 --- a/cpu/frv.opc +++ b/cpu/frv.opc @@ -81,6 +81,9 @@ int spr_valid (long); #include "elf/frv.h" #include <stdio.h> +/* DEBUG appears below as argument of OP macro. */ +#undef DEBUG + /* Returns TRUE if {MAJOR,MACH} is a major branch of the FRV development tree. */ |