X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-riscv.h;h=e1dd508c30bb7ed2d8ec4fbb38387e8142fc7ae3;hb=1820262bc909121a408e030195789a70513b9139;hp=41a18be934a19fd3144c9474335939ed0fd48d27;hpb=884b49e3a91504b9c5528343823d67f4419b73bb;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-riscv.h b/gas/config/tc-riscv.h index 41a18be934..e1dd508c30 100644 --- a/gas/config/tc-riscv.h +++ b/gas/config/tc-riscv.h @@ -1,5 +1,5 @@ /* tc-riscv.h -- header file for tc-riscv.c. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 Free Software Foundation, Inc. Contributed by Andrew Waterman (andrew@sifive.com). Based on MIPS target. @@ -120,4 +120,10 @@ extern void riscv_elf_final_processing (void); /* Adjust debug_line after relaxation. */ #define DWARF2_USE_FIXED_ADVANCE_PC 1 +#define md_end riscv_md_end +#define CONVERT_SYMBOLIC_ATTRIBUTE riscv_convert_symbolic_attribute + +extern void riscv_md_end (void); +extern int riscv_convert_symbolic_attribute (const char *); + #endif /* TC_RISCV */