* obj.h (struct format_ops <app_file>): Add int param.
[deliverable/binutils-gdb.git] / gas / config / obj-ecoff.h
index 54ee0438db39843237bd92270d5ed2be8ec607c0..9dbb4e594884245a4ac5f665b5678e3ec99e9deb 100644 (file)
@@ -63,7 +63,7 @@ extern void ecoff_frob_file PARAMS ((void));
 #define obj_symbol_new_hook ecoff_symbol_new_hook
 
 /* Record file switches in the ECOFF symbol table.  */
-#define obj_app_file(name) ecoff_new_file (name)
+#define obj_app_file(name, app) ecoff_new_file (name)
 
 /* At the moment we don't want to do any stabs processing in read.c.  */
 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \
This page took 0.026986 seconds and 4 git commands to generate.