* doc/binutils.texi: Add --dwarf-check option.
[deliverable/binutils-gdb.git] / gdb / m32r-linux-nat.c
index 24e42a8c9f3cfc0da4b452b894f841760cd7e347..5d1defe7f64dade6b9c28759300780df0f71c342 100644 (file)
@@ -1,7 +1,6 @@
 /* Native-dependent code for GNU/Linux m32r.
 
-   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2004-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -56,8 +55,9 @@ static int regmap[] = {
 #define SPU_REGMAP 23
 #define SPI_REGMAP 26
 
-/* Doee apply to the corresponding SET requests as well.  */
-#define GETREGS_SUPPLIES(regno) (0 <= (regno) && (regno) <= M32R_LINUX_NUM_REGS)
+/* Doee (??) apply to the corresponding SET requests as well.  */
+#define GETREGS_SUPPLIES(regno) (0 <= (regno) \
+                                && (regno) <= M32R_LINUX_NUM_REGS)
 \f
 
 
This page took 0.028861 seconds and 4 git commands to generate.