* obj.h (struct format_ops <app_file>): Add int param.
[deliverable/binutils-gdb.git] / gas / obj.h
index 497524ac04e93b398dcdc04abedd81c7a1cbc9d3..6b63dcd4aa3a3d5b6fb04288cee41137b5380b17 100644 (file)
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -51,7 +51,7 @@ struct format_ops {
   unsigned dfl_leading_underscore : 1;
   unsigned emit_section_symbols : 1;
   void (*begin) (void);
-  void (*app_file) (const char *);
+  void (*app_file) (const char *, int);
   void (*frob_symbol) (symbolS *, int *);
   void (*frob_file) (void);
   void (*frob_file_before_adjust) (void);
This page took 0.034674 seconds and 4 git commands to generate.