diff options
author | Tom Tromey <tromey@redhat.com> | 2002-02-20 02:57:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2002-02-20 02:57:45 +0000 |
commit | f88fd9fe748c5a3a486f52b20aefab67711468b1 (patch) | |
tree | 254239cfb679a518f58e42f8b0cfa58a1762e7e8 /gas | |
parent | 5832ed7e43b777bc93783dac030e92ad9bba75f7 (diff) | |
download | gdb-f88fd9fe748c5a3a486f52b20aefab67711468b1.zip gdb-f88fd9fe748c5a3a486f52b20aefab67711468b1.tar.gz gdb-f88fd9fe748c5a3a486f52b20aefab67711468b1.tar.bz2 |
* config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-xstormy16.h | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bac3fc1..e268e3c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-02-19 Tom Tromey <tromey@redhat.com> + + * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define. + 2002-02-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * config/tc-mips.c (md_parse_option): Complain about invalid -mabi diff --git a/gas/config/tc-xstormy16.h b/gas/config/tc-xstormy16.h index 07ff314..875a874 100644 --- a/gas/config/tc-xstormy16.h +++ b/gas/config/tc-xstormy16.h @@ -1,5 +1,5 @@ /* tc-xstormy16.h -- Header file for tc-xstormy16.c. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -67,3 +67,6 @@ extern long md_pcrel_from_section PARAMS ((struct fix *, segT)); extern void xstormy16_cons_fix_new PARAMS ((fragS *f, int, int, expressionS *)); #define md_cgen_record_fixup_exp xstormy16_cgen_record_fixup_exp + +/* Minimum instruction is two bytes. */ +#define DWARF2_LINE_MIN_INSN_LENGTH 2 |