gas/riscv: Remove unneeded structure
[deliverable/binutils-gdb.git] / gas / config / tc-pj.h
index eda1792fb64050ff96de413dded79990271b32e8..2722c4d9df1dc3d5029f933d647bff9dd7cae121 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is tc-pj.h
-   Copyright (C) 1999-2014 Free Software Foundation, Inc.
+   Copyright (C) 1999-2019 Free Software Foundation, Inc.
 
    Contributed by Steve Chamberlain of Transmeta, sac@pobox.com
 
@@ -36,7 +36,7 @@ void pj_cons_fix_new_pj (struct frag *, int, int, expressionS *,
 arelent *tc_gen_reloc (asection *, struct fix *);
 
 #define md_section_align(SEGMENT, SIZE)     (SIZE)
-#define md_convert_frag(B, S, F)            (as_fatal (_("convert_frag\n")), 0)
+#define md_convert_frag(B, S, F)            as_fatal (_("convert_frag\n"))
 #define md_estimate_size_before_relax(A, B) (as_fatal (_("estimate size\n")),0)
 #define md_undefined_symbol(NAME)           0
 
This page took 0.023918 seconds and 4 git commands to generate.