This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [GOLD][PATCH] Added support for --fix-v4bx/--fix-v4bx-interworking command-line options
- From: =?big5?b?RG91ZyBLd2FuICjD9q62vHcp?= <dougkwan at google dot com>
- To: Viktor Kutuzov <vkutuzov at accesssoftek dot com>
- Cc: Ian Lance Taylor <iant at google dot com>, "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Wed, 20 Jan 2010 12:10:31 -0800
- Subject: Re: [GOLD][PATCH] Added support for --fix-v4bx/--fix-v4bx-interworking command-line options
- References: <6AE1604EE3EC5F4296C096518C6B77EE01884D4392@mail.accesssoftek.com>
The patch looks okay but can you also change the use of 0, 1, 2 in
arm.cc to Fix_v4bx enum values?
-Doug
2010/1/20 Viktor Kutuzov <vkutuzov@accesssoftek.com>:
> Hello everyone,
>
> Please find attached a patch that adds a support for --fix-v4bx/--fix-v4bx-interworking command-line options. This patch continues earlier proposed patch for the ARM V4BX relocations.
>
> Best regards,
> Viktor.
>
> * gold/arm.cc (Target_arm): Updated fix_v4bx method.
> * gold/options.h (General_options): New option definitions.
> ? (General_options::fix_v4bx): New method.
> ? (General_options::Fix_v4bx): New enum.
> * gold/options.cc (General_options::parse_fix_v4bx): New method.
> ? (General_options::parse_fix_v4bx_interworking): New method.