This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [AArch64][1/2] Rename SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G


On 26 June 2015 at 10:23, Jiong Wang <jiong.wang@arm.com> wrote:

> OK. Reworked this patch. Removed those redundant memory model check by
> adding new symbol classification. Patch splitted into two:
>
>   * [1/2] Rename SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G
>   * [2/2] Implement -fpic for -mcmodel=small
>
> This is the first patch which only renmae SYMBOL_SMALL_GOT into
> SYMBOL_SMALL_GOT_4G. Please review, Thanks.
>
> 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
>
> gcc/
>   * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
>   SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
>   * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
>   (aarch64_expand_mov_immediate): Ditto.
>   (aarch64_print_operand): Ditto.
>   (aarch64_classify_symbol): Ditto.
>

OK, thanks Jiong.  /Marcus


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