[AArch64] Add ARMv8.3 PACGA instruction
[deliverable/binutils-gdb.git] / gas / config / tc-s390.h
index f8fe581b2e3253ff1e575e10109b451c075b0ec9..be98395d4b647359fd46688e60647497acb0b715 100644 (file)
@@ -1,6 +1,5 @@
 /* tc-s390.h -- Header file for tc-s390.c.
-   Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2016 Free Software Foundation, Inc.
    Written by Martin Schwidefsky (schwidefsky@de.ibm.com).
 
    This file is part of GAS, the GNU Assembler.
@@ -95,3 +94,7 @@ extern int s390_cie_data_alignment;
 #define DWARF2_LINE_MIN_INSN_LENGTH     1
 #define DWARF2_DEFAULT_RETURN_COLUMN    14
 #define DWARF2_CIE_DATA_ALIGNMENT       s390_cie_data_alignment
+
+extern void s390_elf_final_processing (void);
+
+#define elf_tc_final_processing s390_elf_final_processing
This page took 0.023576 seconds and 4 git commands to generate.