gdb/gdbserver
authorYao Qi <yao@codesourcery.com>
Fri, 17 May 2013 02:22:52 +0000 (02:22 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 17 May 2013 02:22:52 +0000 (02:22 +0000)
* i386-low.c (i386_length_and_rw_bits): Move the comment to
the right place.

gdb/gdbserver/ChangeLog
gdb/gdbserver/i386-low.c

index 7f284c9adadf19bce6b34cf2f3fcd197790bfc66..b7fab1cde86b342a7f7de83d3d44a260b1307203 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-17  Yao Qi  <yao@codesourcery.com>
+
+       * i386-low.c (i386_length_and_rw_bits): Move the comment to
+       the right place.
+
 2013-05-16  Luis Machado  <lgustavo@codesourcery.com>
 
        * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
index 4ec41fc03c1bea412eb2c21096a153d920235f33..86ec5d8595f8875b1ecbe38807b582f2da82b1c3 100644 (file)
@@ -243,10 +243,10 @@ Invalid hardware breakpoint type %d in i386_length_and_rw_bits.\n",
        return (DR_LEN_2 | rw);
       case 4:
        return (DR_LEN_4 | rw);
-       /* ELSE FALL THROUGH */
       case 8:
         if (TARGET_HAS_DR_LEN_8)
          return (DR_LEN_8 | rw);
+       /* ELSE FALL THROUGH */
       default:
        error ("\
 Invalid hardware breakpoint length %d in i386_length_and_rw_bits.\n", len);
This page took 0.031298 seconds and 4 git commands to generate.