aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8500.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-02-28 23:37:38 +0000
committerKen Raeburn <raeburn@cygnus>1995-02-28 23:37:38 +0000
commit03678945bda93300182fb98ae15fd9b636d9ed95 (patch)
treef1248b215f8d5b89032ef6b72d556c79c7f365e8 /gas/config/tc-h8500.h
parent326ae3e292a6018b70f0229192de8a53248af663 (diff)
downloadgdb-03678945bda93300182fb98ae15fd9b636d9ed95.zip
gdb-03678945bda93300182fb98ae15fd9b636d9ed95.tar.gz
gdb-03678945bda93300182fb98ae15fd9b636d9ed95.tar.bz2
(md_operand): Replaced empty function in .c file with empty macro in .h file.
Diffstat (limited to 'gas/config/tc-h8500.h')
-rw-r--r--gas/config/tc-h8500.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h
index 71be5c7..ebca8ab 100644
--- a/gas/config/tc-h8500.h
+++ b/gas/config/tc-h8500.h
@@ -39,4 +39,6 @@
#define TC_START_LABEL(ch, ptr) (ch == ':' && start_label(ptr))
#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag)
+#define md_operand(x)
+
/* end of tc-h8500.h */