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-w65.c | |
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-w65.c')
-rw-r--r-- | gas/config/tc-w65.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/tc-w65.c b/gas/config/tc-w65.c index b700ead..c98d92f 100644 --- a/gas/config/tc-w65.c +++ b/gas/config/tc-w65.c @@ -1084,11 +1084,6 @@ md_apply_fix (fixP, val) } } -void -DEFUN (md_operand, (expressionP), expressionS * expressionP) -{ -} - int md_long_jump_size; /* Put number into target byte order */ |