diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-02-28 23:37:38 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-02-28 23:37:38 +0000 |
commit | 03678945bda93300182fb98ae15fd9b636d9ed95 (patch) | |
tree | f1248b215f8d5b89032ef6b72d556c79c7f365e8 /gas/config/tc-h8500.h | |
parent | 326ae3e292a6018b70f0229192de8a53248af663 (diff) | |
download | gdb-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.h | 2 |
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 */ |