diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-03-06 18:22:36 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-03-06 18:22:36 +0000 |
commit | d59a60e937cedcef0ac561638ae41b73ea53abfd (patch) | |
tree | bb0bbf9a4f7809457914a219f56b6b8ab8ef4ceb /bfd | |
parent | 49002d7f0e676130b2aab22ad8f2b768046a1c82 (diff) | |
download | binutils-d59a60e937cedcef0ac561638ae41b73ea53abfd.zip binutils-d59a60e937cedcef0ac561638ae41b73ea53abfd.tar.gz binutils-d59a60e937cedcef0ac561638ae41b73ea53abfd.tar.bz2 |
2011-03-06 Michael Snyder <msnyder@vmware.com>
* elf32-i386.c (elf_i386_relocate_section): Document fall through.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf32-i386.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 95166a3..39a485b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2011-03-06 Michael Snyder <msnyder@vmware.com> + + * elf32-i386.c (elf_i386_relocate_section): Document fall through. + 2011-03-04 Alan Modra <amodra@gmail.com> * archive.c (bsd_write_armap): Don't call stat in deterministic 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; |