diff options
author | K. Richard Pixley <rich@cygnus> | 1993-08-20 23:52:10 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-08-20 23:52:10 +0000 |
commit | 78805240a0c32f6ce81df1f95b98201cd1c72618 (patch) | |
tree | 3b569e3331b570eaac0f6e17c75d96962787235b /gas/config/tc-m88k.h | |
parent | d24928c05b015102d55d24e783244751095eefa9 (diff) | |
download | gdb-78805240a0c32f6ce81df1f95b98201cd1c72618.zip gdb-78805240a0c32f6ce81df1f95b98201cd1c72618.tar.gz gdb-78805240a0c32f6ce81df1f95b98201cd1c72618.tar.bz2 |
updated copyrights, declare TC_CONS_RELOC
Diffstat (limited to 'gas/config/tc-m88k.h')
-rw-r--r-- | gas/config/tc-m88k.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-m88k.h b/gas/config/tc-m88k.h index 6253c1b..0da8acd 100644 --- a/gas/config/tc-m88k.h +++ b/gas/config/tc-m88k.h @@ -2,7 +2,7 @@ /* m88k.h -- Assembler for the Motorola 88000 Contributed by Devon Bowen of Buffalo University and Torbjorn Granlund of the Swedish Institute of Computer Science. - Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -29,6 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #define NEED_FX_R_TYPE +#define TC_CONS_RELOC RELOC_32 /* different type of relocation available in the m88k */ |