aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8500.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-06-24 11:51:53 +0000
committerAlan Modra <amodra@gmail.com>2000-06-24 11:51:53 +0000
commitc0fecd35a1154237e6a8abb4283fbc5f2b4ceac3 (patch)
tree53317644fdf6c426f20d3b86defed38e9453d375 /gas/config/tc-h8500.c
parente7b305a27f5f8cb15be907f29ca3fa99deea4c49 (diff)
downloadgdb-c0fecd35a1154237e6a8abb4283fbc5f2b4ceac3.zip
gdb-c0fecd35a1154237e6a8abb4283fbc5f2b4ceac3.tar.gz
gdb-c0fecd35a1154237e6a8abb4283fbc5f2b4ceac3.tar.bz2
Blow away DEFUN.
Diffstat (limited to 'gas/config/tc-h8500.c')
-rw-r--r--gas/config/tc-h8500.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c
index bd72a2a..67493c4 100644
--- a/gas/config/tc-h8500.c
+++ b/gas/config/tc-h8500.c
@@ -1086,8 +1086,8 @@ build_bytes (opcode, operand)
*/
void
-DEFUN (md_assemble, (str),
- char *str)
+md_assemble (str)
+ char *str;
{
char *op_start;
char *op_end;
@@ -1150,22 +1150,22 @@ DEFUN (md_assemble, (str),
}
void
-DEFUN (tc_crawl_symbol_chain, (headers),
- object_headers * headers)
+tc_crawl_symbol_chain (headers)
+ object_headers *headers;
{
printf (_("call to tc_crawl_symbol_chain \n"));
}
symbolS *
-DEFUN (md_undefined_symbol, (name),
- char *name)
+md_undefined_symbol (name)
+ char *name;
{
return 0;
}
void
-DEFUN (tc_headers_hook, (headers),
- object_headers * headers)
+tc_headers_hook (headers)
+ object_headers *headers;
{
printf (_("call to tc_headers_hook \n"));
}