aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-08-25 23:20:37 +0000
committerAlan Modra <amodra@gmail.com>2004-08-25 23:20:37 +0000
commit3e95eabc2c04c4a0a2a8544fd822597bfd5688a7 (patch)
tree2404b45d06de30b7dee893239b4bc1cf3f56849f /bfd/elf32-i386.c
parent26a78d4a08b55e466703d34f713a689b84ffe5e8 (diff)
downloadgdb-3e95eabc2c04c4a0a2a8544fd822597bfd5688a7.zip
gdb-3e95eabc2c04c4a0a2a8544fd822597bfd5688a7.tar.gz
gdb-3e95eabc2c04c4a0a2a8544fd822597bfd5688a7.tar.bz2
* elf32-i386.c (elf_i386_relocate_section): Tweak last change so
that pcrel correction is applied for R_386_PC32.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 855b985..f689bee 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -2328,7 +2328,7 @@ elf_i386_relocate_section (bfd *output_bfd,
This is a hint to unwinders and other consumers of
exception handling info that the FDE is invalid. */
bfd_put_32 (input_bfd, 0, contents + rel->r_offset);
- continue;
+ break;
}
if ((input_section->flags & SEC_ALLOC) == 0)