This is the mail archive of the binutils@sourceware.org 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: PR9743 / ARM: long branch stubs to PLT


On Thu, Feb 05, 2009 at 05:28:22PM +0100, Christophe LYON wrote:
> I propose the attached patch to fix PR9743.

One immediate problem:

> diff -N -r --exclude=CVS --exclude='*~' --exclude='.#*' ./bfd/elf32-arm.c ../../binutils-cvs-ref/src/bfd/elf32-arm.c
> 2013,2015c2013
> < /* Arm/Thumb -> Arm/Thumb long branch stub. On V5T and above, use blx
> <    to reach the stub if necessary.  */
> < static const bfd_vma elf32_arm_stub_long_branch_any_any[] =
> ---
> > static const bfd_vma arm_long_branch_stub[] =

Could you try again with diff -u, please?  Classic diff is impossible
to review.

-- 
Daniel Jacobowitz
CodeSourcery


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