diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-20 23:02:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-20 23:02:58 +0000 |
commit | a1836728f684d20cb92a5dc7908ffd2a648b990c (patch) | |
tree | 04d664258ade14c5f47505ad88fe485f1691ec4a /gas/config/tc-avr.h | |
parent | 96a724796f565557e15803eab013553bd391d0e8 (diff) | |
download | gdb-a1836728f684d20cb92a5dc7908ffd2a648b990c.zip gdb-a1836728f684d20cb92a5dc7908ffd2a648b990c.tar.gz gdb-a1836728f684d20cb92a5dc7908ffd2a648b990c.tar.bz2 |
PR 4082
* config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
Diffstat (limited to 'gas/config/tc-avr.h')
-rw-r--r-- | gas/config/tc-avr.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gas/config/tc-avr.h b/gas/config/tc-avr.h index 0723519..02f8289 100644 --- a/gas/config/tc-avr.h +++ b/gas/config/tc-avr.h @@ -1,5 +1,6 @@ /* This file is tc-avr.h - Copyright 1999, 2000, 2001, 2002, 2005, 2006 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002, 2005, 2006, 2007 + Free Software Foundation, Inc. Contributed by Denis Chertykov <denisc@overta.ru> @@ -143,3 +144,6 @@ extern long md_pcrel_from_section (struct fix *, segT); { \ goto SKIP; \ } + +/* This target is buggy, and sets fix size too large. */ +#define TC_FX_SIZE_SLACK(FIX) 2 |