diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-19 19:27:01 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-19 19:27:01 +0000 |
commit | 751c1fe7eaecddf885f29a2aba76981e495371f0 (patch) | |
tree | 5e3513bde6aebad09542dea1209df844cb874404 /bfd/ChangeLog | |
parent | ddd74d3cefc91effcba35b753ce9f40007c963c3 (diff) | |
download | gdb-751c1fe7eaecddf885f29a2aba76981e495371f0.zip gdb-751c1fe7eaecddf885f29a2aba76981e495371f0.tar.gz gdb-751c1fe7eaecddf885f29a2aba76981e495371f0.tar.bz2 |
* elf32-vax.c (elf_vax_relocate_section)
<R_VAX_8, R_VAX_16, R_VAX_32>: Don't check if info->shared again.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 766bd2d..a3daca5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,11 @@ 2012-05-19 Maciej W. Rozycki <macro@linux-mips.org> * elf32-vax.c (elf_vax_relocate_section) + <R_VAX_8, R_VAX_16, R_VAX_32>: Don't check if info->shared again. + +2012-05-19 Maciej W. Rozycki <macro@linux-mips.org> + + * elf32-vax.c (elf_vax_relocate_section) <R_VAX_8, R_VAX_16, R_VAX_32>: Use section flags rather than its name as the check for text sections. |