diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-20 23:49:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-20 23:49:27 +0000 |
commit | 9f1838ed64cc3726670b3bf7d9fb3c875bad6f7c (patch) | |
tree | e66f3875f0eb954c7c391da3639e41a68e80ca35 /gas/config/tc-ip2k.c | |
parent | 7abb6dea2c229c53c6dcdd10bc8de0887d41329c (diff) | |
download | gdb-9f1838ed64cc3726670b3bf7d9fb3c875bad6f7c.zip gdb-9f1838ed64cc3726670b3bf7d9fb3c875bad6f7c.tar.gz gdb-9f1838ed64cc3726670b3bf7d9fb3c875bad6f7c.tar.bz2 |
* config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.
* config/tc-frv.c: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-ip2k.c: Likewise.
* config/tc-m68hc11.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-mmix.c: Likewise.
* config/tc-mn10300.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-v850.c: Likewise.
Diffstat (limited to 'gas/config/tc-ip2k.c')
-rw-r--r-- | gas/config/tc-ip2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ip2k.c b/gas/config/tc-ip2k.c index 4c217f2..b9d63e4 100644 --- a/gas/config/tc-ip2k.c +++ b/gas/config/tc-ip2k.c @@ -66,7 +66,7 @@ static void ip2k_elf_section_rtn (int); /* The target specific pseudo-ops which we support. */ const pseudo_typeS md_pseudo_table[] = { - { "file", dwarf2_directive_file, 0 }, + { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, { "loc", dwarf2_directive_loc, 0 }, { "text", ip2k_elf_section_text, 0 }, { "sect", ip2k_elf_section_rtn, 0 }, |