summaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-11-10 03:28:45 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-11-10 03:28:45 +0000
commit36b17a115d017d55709ebc1e366c03d38f9d3d93 (patch)
tree34f12804eff6398b6645d25de96217cc8b21897b /gas/read.h
parent3fdc75ad5bb1e433e201bf570294e1db60469d75 (diff)
downloadbinutils-redhat-36b17a115d017d55709ebc1e366c03d38f9d3d93.tar.gz
* obj.h (struct format_ops <app_file>): Add int param.
* read.h (s_app_file_string): Likewise. * read.c (s_app_file_string): Likewise. (s_app_file): Adjust s_app_file_string call. * config/tc-mips.c (s_mips_file): Likewise. * config/obj-coff.h (obj_app_file): Add app param. * config/obj-ecoff.h (obj_app_file): Likewise. * config/obj-multi.h (obj_app_file): Likewise. * config/obj-elf.h (elf_file_symbol): Likewise. * config/obj-elf.c (elf_file_symbol): Only emit one file symbol if called for # preprocessor lines.
Diffstat (limited to 'gas/read.h')
-rw-r--r--gas/read.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.h b/gas/read.h
index b89ffcb4fb..35c810b990 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -139,7 +139,7 @@ extern void bss_alloc (symbolS *, addressT, int);
extern offsetT parse_align (int);
extern symbolS *s_comm_internal (int, symbolS *(*) (int, symbolS *, addressT));
extern symbolS *s_lcomm_internal (int, symbolS *, addressT);
-extern void s_app_file_string (char *);
+extern void s_app_file_string (char *, int);
extern void s_app_file (int);
extern void s_app_line (int);
extern void s_bad_endr (int);