diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-15 21:29:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-15 21:29:00 +0000 |
commit | 94f592af1baedbbe3957436c713fd58c02d55ef9 (patch) | |
tree | e0e9b543686a52f86aa0ab7d287cf60541e69b49 /gas/config/tc-i860.h | |
parent | ad10f812bfdac2cc9e42875246c8fe0ae5224440 (diff) | |
download | gdb-94f592af1baedbbe3957436c713fd58c02d55ef9.zip gdb-94f592af1baedbbe3957436c713fd58c02d55ef9.tar.gz gdb-94f592af1baedbbe3957436c713fd58c02d55ef9.tar.bz2 |
Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.
Diffstat (limited to 'gas/config/tc-i860.h')
-rw-r--r-- | gas/config/tc-i860.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/config/tc-i860.h b/gas/config/tc-i860.h index c9b6771..c524729 100644 --- a/gas/config/tc-i860.h +++ b/gas/config/tc-i860.h @@ -1,5 +1,5 @@ /* tc-i860.h -- Header file for the i860. - Copyright 1991, 1992, 1995, 1998, 2000 + Copyright 1991, 1992, 1995, 1998, 2000, 2001 Free Software Foundation, Inc. Brought back from the dead and completely reworked @@ -71,8 +71,6 @@ extern int target_big_endian; #endif #define WORKING_DOT_WORD -#define MD_APPLY_FIX3 -#define TC_HANDLES_FX_DONE #define DIFF_EXPR_OK /* Permit temporary numeric labels. */ |