* config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.

This commit is contained in:
Tom Tromey 2002-02-20 02:57:45 +00:00
parent 5832ed7e43
commit f88fd9fe74
2 changed files with 8 additions and 1 deletions

View File

@ -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> 2002-02-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* config/tc-mips.c (md_parse_option): Complain about invalid -mabi * config/tc-mips.c (md_parse_option): Complain about invalid -mabi

View File

@ -1,5 +1,5 @@
/* tc-xstormy16.h -- Header file for tc-xstormy16.c. /* 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. 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 *)); extern void xstormy16_cons_fix_new PARAMS ((fragS *f, int, int, expressionS *));
#define md_cgen_record_fixup_exp xstormy16_cgen_record_fixup_exp #define md_cgen_record_fixup_exp xstormy16_cgen_record_fixup_exp
/* Minimum instruction is two bytes. */
#define DWARF2_LINE_MIN_INSN_LENGTH 2