aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tilepro.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-04-16 22:58:15 +0930
committerAlan Modra <amodra@gmail.com>2014-04-16 23:00:29 +0930
commit8e63ef2f2539b7fd3f81f11d930b8bdf8daa9da1 (patch)
tree2b7c8659d06626b2b50267175c26b576a136abd1 /gas/config/tc-tilepro.h
parente89d3dee76bc7f2d4b967ce9238f7f22e0a7c147 (diff)
downloadgdb-8e63ef2f2539b7fd3f81f11d930b8bdf8daa9da1.zip
gdb-8e63ef2f2539b7fd3f81f11d930b8bdf8daa9da1.tar.gz
gdb-8e63ef2f2539b7fd3f81f11d930b8bdf8daa9da1.tar.bz2
Fix more fallout from TC_CONS_FIX_NEW change
* config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg. * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
Diffstat (limited to 'gas/config/tc-tilepro.h')
-rw-r--r--gas/config/tc-tilepro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tilepro.h b/gas/config/tc-tilepro.h
index edb51d0..92d31b1 100644
--- a/gas/config/tc-tilepro.h
+++ b/gas/config/tc-tilepro.h
@@ -54,7 +54,7 @@ struct tilepro_operand;
extern void tilepro_cons_fix_new (struct frag *, int,
int, struct expressionS *);
-#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \
+#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC) \
tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
extern int tilepro_parse_name (char *, expressionS *, char *);