forked from Imagelibrary/binutils-gdb
PR 4082
* config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
This commit is contained in:
@@ -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>
|
2007-02-20 Thiemo Seufer <ths@mips.com>
|
||||||
|
|
||||||
* doc/c-mips.texi: Document 74kc, 74kf, 74kx.
|
* doc/c-mips.texi: Document 74kc, 74kf, 74kx.
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/* This file is tc-avr.h
|
/* 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>
|
Contributed by Denis Chertykov <denisc@overta.ru>
|
||||||
|
|
||||||
@@ -143,3 +144,6 @@ extern long md_pcrel_from_section (struct fix *, segT);
|
|||||||
{ \
|
{ \
|
||||||
goto SKIP; \
|
goto SKIP; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This target is buggy, and sets fix size too large. */
|
||||||
|
#define TC_FX_SIZE_SLACK(FIX) 2
|
||||||
|
|||||||
Reference in New Issue
Block a user