X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Farch%2Farm.c;h=bf7123746491c1549e058ec2fd194f3b98fb5c7b;hb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;hp=235c8c9748fe38c5d0aedd2c4d7e0a5504d5af9f;hpb=d9311bfaf572cf14af577a66e79c51c491553552;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/arch/arm.c b/gdb/arch/arm.c index 235c8c9748..bf71237464 100644 --- a/gdb/arch/arm.c +++ b/gdb/arch/arm.c @@ -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)