diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-19 19:23:24 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-05-19 19:23:24 +0000 |
commit | ddd74d3cefc91effcba35b753ce9f40007c963c3 (patch) | |
tree | 175b43f3da5468adf68bf85a83c09d9df0240c89 /bfd/ChangeLog | |
parent | b0189df0335494087465543e963d58eb30307569 (diff) | |
download | gdb-ddd74d3cefc91effcba35b753ce9f40007c963c3.zip gdb-ddd74d3cefc91effcba35b753ce9f40007c963c3.tar.gz gdb-ddd74d3cefc91effcba35b753ce9f40007c963c3.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 60e3fb9..766bd2d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +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>: Use section flags rather than + its name as the check for text sections. + +2012-05-19 Maciej W. Rozycki <macro@linux-mips.org> + * elf64-mips.c (mips_elf64_be_swap_reloc_out): Also make sure the third reloc offset is the same as the first. |