2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00

Last touches for binutils patch.

This commit is contained in:
Krystian Bacławski
2012-02-14 20:51:08 -08:00
parent f1312c9535
commit f64d23e853
13 changed files with 9 additions and 3222 deletions

View File

@ -72,21 +72,3 @@
#endif /* TC_CONS_FIX_NEW */
#endif /* BFD_ASSEMBLER */
}
@@ -4111,7 +4129,7 @@ sizeof_uleb128 (value)
return size;
}
-inline int
+int
sizeof_leb128 (value, sign)
valueT value;
int sign;
@@ -4175,7 +4193,7 @@ output_uleb128 (p, value)
return p - orig;
}
-inline int
+int
output_leb128 (p, value, sign)
char *p;
valueT value;