Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / arch / arm.c
index 235c8c9748fe38c5d0aedd2c4d7e0a5504d5af9f..bf7123746491c1549e058ec2fd194f3b98fb5c7b 100644 (file)
@@ -1,6 +1,6 @@
 /* Common target dependent code for GDB on ARM systems.
 
-   Copyright (C) 1988-2015 Free Software Foundation, Inc.
+   Copyright (C) 1988-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -153,7 +153,8 @@ arm_instruction_changes_pc (uint32_t this_instr)
               modify PC.  */
            return 0;
          }
-       /* Data processing instruction.  Fall through.  */
+       /* Data processing instruction.  */
+       /* Fall through.  */
 
       case 0x1:
        if (bits (this_instr, 12, 15) == 15)
This page took 0.024526 seconds and 4 git commands to generate.