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-tahoe.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-tahoe.h')
-rw-r--r-- | gas/config/tc-tahoe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-tahoe.h b/gas/config/tc-tahoe.h index 2847bc7..b355772 100644 --- a/gas/config/tc-tahoe.h +++ b/gas/config/tc-tahoe.h @@ -26,6 +26,8 @@ #define tc_crawl_symbol_chain(a) {;} /* don't need it. */ #define tc_aout_pre_write_hook(a) {;} +#define md_operand(x) + /* * Local Variables: * comment-column: 0 |