aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-04-16 11:47:13 +0930
committerAlan Modra <amodra@gmail.com>2014-04-16 11:50:30 +0930
commit40fd06d18832d52c9ab08914d8d5428ca68e5726 (patch)
tree2c317a5e7e047539e4dc6a53943148910144be6e /bfd/elf32-ppc.c
parent7d9ac5f946c94de300fb22962b53701d2b73c52d (diff)
downloadgdb-40fd06d18832d52c9ab08914d8d5428ca68e5726.zip
gdb-40fd06d18832d52c9ab08914d8d5428ca68e5726.tar.gz
gdb-40fd06d18832d52c9ab08914d8d5428ca68e5726.tar.bz2
fill ppc476 fixup area
Stops false positive warnings from scanner. * elf32-ppc.c (ppc_elf_relocate_section): Fill 476 fixup area with "ba 0" rather than zeros.
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r--bfd/elf32-ppc.c16
1 files changed, 14 insertions, 2 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c
index 8492732..ae68b5d 100644
--- a/bfd/elf32-ppc.c
+++ b/bfd/elf32-ppc.c
@@ -9225,8 +9225,20 @@ ppc_elf_relocate_section (bfd *output_bfd,
relax_info = elf_section_data (input_section)->sec_info;
if (relax_info->workaround_size != 0)
- memset (contents + input_section->size - relax_info->workaround_size,
- 0, relax_info->workaround_size);
+ {
+ bfd_byte *p;
+ unsigned int n;
+ bfd_byte fill[4];
+
+ bfd_put_32 (input_bfd, BA, fill);
+ p = contents + input_section->size - relax_info->workaround_size;
+ n = relax_info->workaround_size >> 2;
+ while (n--)
+ {
+ memcpy (p, fill, 4);
+ p += 4;
+ }
+ }
/* The idea is: Replace the last instruction on a page with a
branch to a patch area. Put the insn there followed by a