X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gas%2Fconfig%2Ftc-alpha.h;h=65c371276f79c1b8269217f3a18cab6a346cb384;hb=0ac2b354ee006d94d6fc46bea08f39f99b18f869;hp=443eff4c34594ee8e2409c378635c9b600aefcf6;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-alpha.h b/gas/config/tc-alpha.h index 443eff4c34..65c371276f 100644 --- a/gas/config/tc-alpha.h +++ b/gas/config/tc-alpha.h @@ -1,5 +1,5 @@ /* This file is tc-alpha.h - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2019 Free Software Foundation, Inc. Written by Ken Raeburn . This file is part of GAS, the GNU Assembler. @@ -71,7 +71,8 @@ extern valueT alpha_gp_value; #define tc_canonicalize_symbol_name evax_shorten_name -#define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) \ +#define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP,RELOC) \ + (void) RELOC, \ fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \ LEN == 2 ? BFD_RELOC_16 \ : LEN == 4 ? BFD_RELOC_32 \ @@ -121,7 +122,7 @@ extern void alpha_frob_file_before_adjust (void); #ifdef OBJ_ELF #define md_elf_section_letter alpha_elf_section_letter -extern bfd_vma alpha_elf_section_letter (int, char **); +extern bfd_vma alpha_elf_section_letter (int, const char **); #define md_elf_section_flags alpha_elf_section_flags extern flagword alpha_elf_section_flags (flagword, bfd_vma, int); #endif