mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-19 07:24:48 +00:00
* elf32-vax.c (elf_vax_relocate_section)
<R_VAX_8, R_VAX_16, R_VAX_32>: Don't check if info->shared again.
This commit is contained in:
parent
ddd74d3cef
commit
751c1fe7ea
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
@ -1692,8 +1692,7 @@ elf_vax_relocate_section (bfd *output_bfd,
|
||||
}
|
||||
|
||||
if ((input_section->flags & SEC_CODE) != 0
|
||||
|| (info->shared
|
||||
&& ELF32_R_TYPE (outrel.r_info) != R_VAX_32
|
||||
|| (ELF32_R_TYPE (outrel.r_info) != R_VAX_32
|
||||
&& ELF32_R_TYPE (outrel.r_info) != R_VAX_RELATIVE
|
||||
&& ELF32_R_TYPE (outrel.r_info) != R_VAX_COPY
|
||||
&& ELF32_R_TYPE (outrel.r_info) != R_VAX_JMP_SLOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user