RISC-V: Add zhinx extension supports.
[binutils-gdb.git] / gas / obj.h
index c2d4836a62feb73b687e7a3072b7a3c5928c53e0..5d237075c9da39b9f6b0b222295d556ff4e6a478 100644 (file)
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -1,8 +1,7 @@
 /* obj.h - defines the object dependent hooks for all object
    format backends.
 
-   Copyright 1987, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1999, 2000,
-   2002, 2003, 2004, 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1987-2022 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -43,7 +42,7 @@ struct format_ops {
   unsigned dfl_leading_underscore : 1;
   unsigned emit_section_symbols : 1;
   void (*begin) (void);
-  void (*app_file) (const char *, int);
+  void (*app_file) (const char *);
   void (*frob_symbol) (symbolS *, int *);
   void (*frob_file) (void);
   void (*frob_file_before_adjust) (void);