]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
authorNick Clifton <nickc@redhat.com>
Mon, 23 May 2011 09:29:00 +0000 (09:29 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 23 May 2011 09:29:00 +0000 (09:29 +0000)
gas/ChangeLog
gas/config/tc-v850.h

index f7d044420d447b18738526059e404c07891ecd21..d6cf551193ddc533b3f2ee794dc9922a4b1d8f88 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-23  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
+
 2011-05-20  Bernd Schmidt  <bernds@codesourcery.com>
 
        * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
index c4a1a2ba84c9e9a5648018062d1b5417cd37a3ce..b666b21d362dd41ce5286f1d60fac1310dbb2496 100644 (file)
@@ -70,6 +70,9 @@ extern const struct relax_type md_relax_table[];
 #define HANDLE_ALIGN(frag) v850_handle_align (frag)
 extern void v850_handle_align (fragS *);
 
+/* We need space in a frag's fixed size to allow for alignment when relaxing.  */
+#define TC_FX_SIZE_SLACK(FIX) 2
+
 #define MD_PCREL_FROM_SECTION(FIX, SEC) v850_pcrel_from_section (FIX, SEC)
 extern long v850_pcrel_from_section (struct fix *, asection *);