+2015-08-28 Jiong Wang <jiong.wang@arm.com>
+
+ * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Rename
+ SYMBOL_SMALL_GOTTPREL to SYMBOL_SMALL_TLSIE.
+ (aarch64_symbol_type): Likewise.
+ * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
+ Likewise.
+ (aarch64_expand_mov_immediate): Likewise.
+ (aarch64_print_operand): Likewise.
+ (aarch64_classify_tls_symbol): Likewise.
+
2015-08-28 Richard Biener <rguenther@suse.de>
* cgraphunit.c (symbol_table::compile): Move early debug generation
return;
}
- case SYMBOL_SMALL_GOTTPREL:
+ case SYMBOL_SMALL_TLSIE:
{
/* In ILP32, the mode of dest can be either SImode or DImode,
while the got entry is always of SImode size. The mode of
case SYMBOL_SMALL_TLSGD:
case SYMBOL_SMALL_TLSDESC:
- case SYMBOL_SMALL_GOTTPREL:
+ case SYMBOL_SMALL_TLSIE:
case SYMBOL_SMALL_GOT_28K:
case SYMBOL_SMALL_GOT_4G:
case SYMBOL_TINY_GOT:
asm_fprintf (asm_out_file, ":tlsdesc:");
break;
- case SYMBOL_SMALL_GOTTPREL:
+ case SYMBOL_SMALL_TLSIE:
asm_fprintf (asm_out_file, ":gottprel:");
break;
asm_fprintf (asm_out_file, ":tlsdesc_lo12:");
break;
- case SYMBOL_SMALL_GOTTPREL:
+ case SYMBOL_SMALL_TLSIE:
asm_fprintf (asm_out_file, ":gottprel_lo12:");
break;
case AARCH64_CMODEL_TINY_PIC:
return SYMBOL_TINY_TLSIE;
default:
- return SYMBOL_SMALL_GOTTPREL;
+ return SYMBOL_SMALL_TLSIE;
}
case TLS_MODEL_LOCAL_EXEC: