]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-avr.h
Fix AVR assembler so that it creates relocs that will work with linker relaxation.
[thirdparty/binutils-gdb.git] / gas / config / tc-avr.h
index 58626970fa897121ffdd17b40b0914a09db9dcac..cb9e5bb3dfc71184677558880f8db399df9c7c30 100644 (file)
@@ -247,3 +247,6 @@ extern void avr_frag_init (fragS *);
 
 #define tc_line_separator_chars avr_line_separator_chars
 extern const char *avr_line_separator_chars;
+
+#define tc_fix_adjustable(FIX) avr_fix_adjustable (FIX)
+extern bool avr_fix_adjustable (struct fix *);