[AArch64, ILP32] 2/6 Parametrize elfnn-aarch64.c and add basic support in ld
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.h
index f6f3bc72a0bc2277b5bea9e9864a8053b010009e..74a81d65497f09dbba4898e3cef4d3cf34bd7403 100644 (file)
@@ -153,6 +153,9 @@ struct aarch64_frag_type
 /* Registers are generally saved at negative offsets to the CFA.  */
 #define DWARF2_CIE_DATA_ALIGNMENT     (-4)
 
+extern int aarch64_dwarf2_addr_size (void);
+#define DWARF2_ADDR_SIZE(bfd) aarch64_dwarf2_addr_size ()
+
 #ifdef OBJ_ELF
 # define obj_frob_symbol(sym, punt)    aarch64elf_frob_symbol ((sym), & (punt))
 
This page took 0.036088 seconds and 4 git commands to generate.