RISC-V: Add 'Sstc' extension and its CSRs
[binutils-gdb.git] / gas / obj.h
index dd98e665cbf4e1adce8122c7076a8e5bed2e2c5c..5d237075c9da39b9f6b0b222295d556ff4e6a478 100644 (file)
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -42,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);