aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-02-20 23:02:58 +0000
committerAlan Modra <amodra@gmail.com>2007-02-20 23:02:58 +0000
commita1836728f684d20cb92a5dc7908ffd2a648b990c (patch)
tree04d664258ade14c5f47505ad88fe485f1691ec4a /gas
parent96a724796f565557e15803eab013553bd391d0e8 (diff)
downloadgdb-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')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-avr.h6
2 files changed, 10 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3eadd34..10ae02c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-21 Alan Modra <amodra@bigpond.net.au>
+
+ PR 4082
+ * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
+
2007-02-20 Thiemo Seufer <ths@mips.com>
* doc/c-mips.texi: Document 74kc, 74kf, 74kx.
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