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-arc.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-arc.c')
-rw-r--r-- | gas/config/tc-arc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index 3e829fa..7dedda1 100644 --- a/gas/config/tc-arc.c +++ b/gas/config/tc-arc.c @@ -1,5 +1,5 @@ /* tc-arc.c -- Assembler for the ARC - Copyright 1994, 1995, 1997, 1999, 2000, 2001 + Copyright 1994, 1995, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Doug Evans (dje@cygnus.com). @@ -93,7 +93,7 @@ const pseudo_typeS md_pseudo_table[] = { { "option", arc_option, 0 }, { "cpu", arc_option, 0 }, { "block", s_space, 0 }, - { "file", dwarf2_directive_file, 0 }, + { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, { "loc", dwarf2_directive_loc, 0 }, { "extcondcode", arc_extoper, 0 }, { "extcoreregister", arc_extoper, 1 }, |