]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-v850.h
Add linker relaxation to v850 toolchain
[thirdparty/binutils-gdb.git] / gas / config / tc-v850.h
index 8257428eabecaa7524a1f9b5d1085c0333da0c0b..f3827e7c9c1726f4ac8ba2c0169cb595d4ed5465 100644 (file)
@@ -70,6 +70,11 @@ extern void cons_fix_new_v850 PARAMS ((fragS *, int, int, expressionS *));
 #define TC_GENERIC_RELAX_TABLE md_relax_table
 extern const struct relax_type md_relax_table[];
 
+/* When relaxing, we need to generate
+   relocations for alignment directives.  */
+#define HANDLE_ALIGN(frag) v850_handle_align (frag)
+extern void v850_handle_align PARAMS ((fragS *));
+
 /* This section must be in the small data area (pointed to by GP).  */
 #define SHF_V850_GPREL         0x10000000
 /* This section must be in the tiny data area (pointed to by EP).  */