diff options
author | Jakub Jelinek <jakub@redhat.com> | 2000-11-21 21:37:44 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2000-11-21 21:37:44 +0000 |
commit | b8e904dce562539ab1222785ff6e637cebbaa835 (patch) | |
tree | a3b6150acc4d55e968d361bc8966c02b79b04396 /gas/config/tc-sparc.h | |
parent | a0fc8ba1d8a2640c984480ab0a08ad7325bbee2c (diff) | |
download | binutils-gdb-b8e904dce562539ab1222785ff6e637cebbaa835.tar.gz |
* config/tc-sparc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
Diffstat (limited to 'gas/config/tc-sparc.h')
-rw-r--r-- | gas/config/tc-sparc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-sparc.h b/gas/config/tc-sparc.h index 91fda224b40..6e9df1483d4 100644 --- a/gas/config/tc-sparc.h +++ b/gas/config/tc-sparc.h @@ -196,4 +196,6 @@ extern void cons_fix_new_sparc } \ while(0) +#define DWARF2_LINE_MIN_INSN_LENGTH 4 + /* end of tc-sparc.h */ |