On 26 June 2015 at 10:23, Jiong Wang <jiong.w...@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.w...@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