Updated ARC assembler from arccores.com
[deliverable/binutils-gdb.git] / gas / config / obj-elf.h
index ce93be59c088409664e5f939e2e59bbe67789ef8..43daf64c02586bcd7d488974f4588a4aa042c3c0 100644 (file)
@@ -85,6 +85,14 @@ struct elf_obj_sy
 
 #define OBJ_SYMFIELD_TYPE struct elf_obj_sy
 
+/* Symbol fields used by the ELF back end.  */
+#define ELF_TARGET_SYMBOL_FIELDS int local:1;
+
+/* Don't change this; change ELF_TARGET_SYMBOL_FIELDS instead.  */
+#define TARGET_SYMBOL_FIELDS ELF_TARGET_SYMBOL_FIELDS
+
+/* #include "targ-cpu.h" */
+
 #ifndef FALSE
 #define FALSE 0
 #define TRUE  !FALSE
This page took 0.034435 seconds and 4 git commands to generate.