Skip to content
Snippets Groups Projects
Commit a9b7b174 authored by Nick Clifton's avatar Nick Clifton
Browse files

(m32r_elf_check_relocs): Fix pc count for R_M32R_REL32.

parent 6038baea
No related branches found
No related tags found
No related merge requests found
2005-07-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* elf32-m32r.c (m32r_elf_check_relocs): Fix pc count for
R_M32R_REL32.
2005-07-21 Ben Elliston <bje@gnu.org>
* Makefile.am (BFD32_BACKENDS): Remove cf-m68klynx.lo.
......
......@@ -4011,6 +4011,7 @@ m32r_elf_check_relocs (bfd *abfd,
p->count += 1;
if (ELF32_R_TYPE (rel->r_info) == R_M32R_26_PCREL_RELA
|| ELF32_R_TYPE (rel->r_info) == R_M32R_REL32
|| ELF32_R_TYPE (rel->r_info) == R_M32R_18_PCREL_RELA)
p->pc_count += 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment