This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils problem


On Mon, Aug 26, 2002 at 01:59:15PM +0200, Andreas Schwab wrote:

> |> --- glibc-2.2.90/sysdeps/m68k/dl-machine.h.rz	Mon Aug 26 11:44:44 2002
> |> +++ glibc-2.2.90/sysdeps/m68k/dl-machine.h	Mon Aug 26 11:45:31 2002
> |> @@ -311,6 +311,8 @@
> |>    Elf32_Addr *const reloc_addr = (void *) (l_addr + reloc->r_offset);
> |>    if (ELF32_R_TYPE (reloc->r_info) == R_68K_JMP_SLOT)
> |>      *reloc_addr += l_addr;
> |> +  else if (ELF32_R_TYPE (reloc->r_info) == R_68K_NONE)
> |> +    return;
> |>    else
> |>      _dl_reloc_bad_type (map, ELF32_R_TYPE (reloc->r_info), 1);
> |>  }
> 
> This is just a workaround, it should be fixed in binutils eventually.

yes, I think it is still better to have the workaround in glibc 
for a while. 

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]