From d59a60e937cedcef0ac561638ae41b73ea53abfd Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Sun, 6 Mar 2011 18:22:36 +0000 Subject: 2011-03-06 Michael Snyder * elf32-i386.c (elf_i386_relocate_section): Document fall through. --- bfd/elf32-i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-i386.c') diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index e9b3933..693c8e8 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -3128,7 +3128,7 @@ elf_i386_relocate_section (bfd *output_bfd, internal symbol, we have updated addend. */ continue; } - + /* FALLTHROUGH */ case R_386_PC32: case R_386_PLT32: goto do_relocation; -- cgit v1.1