From b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 30 Oct 2010 23:02:32 +0000 Subject: Import the binutils master branch from the sourceware CVS repository, exactly as it was on Tue, 3 Jul 2007 07:54:19 +0000. Corresponds to git commit 397a64b350470350c8e0adb2af84439ea0f89272, which was the last commit before switching to GPLv3. --- gas/config/tc-m32c.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/config/tc-m32c.h') diff --git a/gas/config/tc-m32c.h b/gas/config/tc-m32c.h index 3cdd1a14e4f4..697e130e19d5 100644 --- a/gas/config/tc-m32c.h +++ b/gas/config/tc-m32c.h @@ -57,6 +57,10 @@ extern bfd_boolean m32c_fix_adjustable PARAMS ((struct fix *)); #define TC_FORCE_RELOCATION(fix) m32c_force_relocation (fix) extern int m32c_force_relocation PARAMS ((struct fix *)); +#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \ + m32c_cons_fix_new (FRAG, WHERE, NBYTES, EXP) +extern void m32c_cons_fix_new (fragS *, int, int, expressionS *); + extern const struct relax_type md_relax_table[]; #define TC_GENERIC_RELAX_TABLE md_relax_table -- cgit v1.2.3