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: [PATCH][GOLD] Fix problem in V4BX code.


"Doug Kwan (éæå)" <dougkwan@google.com> writes:

> 2010-02-26  Doug Kwan  <dougkwan@google.com>
>
>         * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
>         R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
>         (Target_arm::scan_reloc_section_for_stubs): Instead of calling
>         scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
>         * options.cc (General_options::General_options): Initialize member
>         fix_v4bx_.
>         * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
>         (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
>         and rm_no_fix_v4bx.stdout
>         (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
>         arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
>         arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
>         (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
>         and arm_no_fix_v4bx.
>         * Makefile.in: Regenerate.
>         * testsuite/arm_fix_v4bx.s: New file.
>         * testsuite/arm_fix_v4bx.sh: Ditto.

This is OK.

Thanks.

Ian


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