diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-29 22:25:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-29 22:25:56 +0000 |
commit | 04e6b63b72d72d29b1a5ff81c3a33ca75126114a (patch) | |
tree | ef21853f848dec1f865f7ecf991a3605b07653b8 /gas/config/tc-a29k.h | |
parent | f668d839e50e59321d62ca54e414463ad24929ef (diff) | |
download | gdb-04e6b63b72d72d29b1a5ff81c3a33ca75126114a.zip gdb-04e6b63b72d72d29b1a5ff81c3a33ca75126114a.tar.gz gdb-04e6b63b72d72d29b1a5ff81c3a33ca75126114a.tar.bz2 |
* config/tc-a29k.h (WORKING_DOT_WORD): Define.
* config/tc-alpha.h (WORKING_DOT_WORD): Define.
* config/tc-arm.h (WORKING_DOT_WORD): Define.
* config/tc-h8300.h (WORKING_DOT_WORD): Define.
* config/tc-h8500.h (WORKING_DOT_WORD): Define.
* config/tc-hppa.h (WORKING_DOT_WORD): Define.
* config/tc-i860.h (WORKING_DOT_WORD): Define.
* config/tc-i960.h (WORKING_DOT_WORD): Define.
* config/tc-tic30.h (WORKING_DOT_WORD): Define.
* config/tc-w65.h (WORKING_DOT_WORD): Define.
* config/tc-z8k.h (WORKING_DOT_WORD): Define.
* config/tc-a29k.c: Don't define md_short_jump_size,
md_long_jump_size, md_create_short_jump or md_create_long_jump.
* config/tc-alpha.c: Likewise.
* config/tc-alpha.h: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-h8300.c: Likewise.
* config/tc-h8500.c: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i860.c: Likewise.
* config/tc-i960.c: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sparc.h: Likewise.
* config/tc-tic30.c: Likewise.
* config/tc-w65.c: Likewise.
* config/tc-z8k.c: Likewise.
Diffstat (limited to 'gas/config/tc-a29k.h')
-rw-r--r-- | gas/config/tc-a29k.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h index a63864f..b60f605 100644 --- a/gas/config/tc-a29k.h +++ b/gas/config/tc-a29k.h @@ -1,5 +1,5 @@ /* tc-a29k.h -- Assemble for the AMD 29000. - Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1989, 90, 91, 92, 93, 95, 1998 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -14,13 +14,16 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GAS; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with GAS; see the file COPYING. If not, write to the Free +Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. */ #define TC_A29K #define TARGET_BYTES_BIG_ENDIAN 1 +#define WORKING_DOT_WORD + #define LEX_DOLLAR 1 #define tc_unrecognized_line(c) a29k_unrecognized_line (c) |