Fix more fallout from TC_CONS_FIX_NEW change
authorAlan Modra <amodra@gmail.com>
Wed, 16 Apr 2014 13:28:15 +0000 (22:58 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 16 Apr 2014 13:30:29 +0000 (23:00 +0930)
* config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
* config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.

gas/ChangeLog
gas/config/tc-tilegx.h
gas/config/tc-tilepro.h

index d7e5b4a9ceed5136cf01c3d883beecfa031a9091..2939d32a0e9b88d9326076e00ddb1663303ed566 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-16  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
+       * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
+
 2014-04-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
 
        * config/tc-avr.c: Add new flag mlink-relax.
index bdeecdc96601c34e3bcaef3de9f371315f471521..6de89da02835929b0564ea53edd517c725b56821 100644 (file)
@@ -53,7 +53,7 @@ struct tilegx_operand;
 
 extern void tilegx_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)       \
   tilegx_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
 
 extern int tilegx_parse_name (char *, expressionS *, char *);
index edb51d09568e8bd4b268e0fe58700411f9f7fc5d..92d31b150dd9626558db9c54d060771c6965e645 100644 (file)
@@ -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 *);
This page took 0.03061 seconds and 4 git commands to generate.