aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tic6x.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2010-09-27 15:52:40 +0000
committerBernd Schmidt <bernds@codesourcery.com>2010-09-27 15:52:40 +0000
commit43bb514a1cc9641dfdb0f3ac20de48e2c17c0135 (patch)
tree6653486e8201395216f4f5b90d6aa6b0426d54c4 /gas/config/tc-tic6x.h
parentd9aee5d7f73be87d56ac14e0179afbd0dd59cb75 (diff)
downloadgdb-43bb514a1cc9641dfdb0f3ac20de48e2c17c0135.zip
gdb-43bb514a1cc9641dfdb0f3ac20de48e2c17c0135.tar.gz
gdb-43bb514a1cc9641dfdb0f3ac20de48e2c17c0135.tar.bz2
gas/
* config/tc-tic6x.c (tic6x_fix_adjustable): New function. * config/tc-tic6x.h (tic6x_fix_adjustable): Declare. (tc_fix_adjustable): New macro. gas/testsuite/ * gas/tic6x/got-reloc.s: New test. * gas/tic6x/got-reloc.d: New test.
Diffstat (limited to 'gas/config/tc-tic6x.h')
-rw-r--r--gas/config/tc-tic6x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-tic6x.h b/gas/config/tc-tic6x.h
index d4a3795..a324c02 100644
--- a/gas/config/tc-tic6x.h
+++ b/gas/config/tc-tic6x.h
@@ -147,6 +147,9 @@ extern void tic6x_start_line_hook (void);
extern void tic6x_cons_fix_new (fragS *frag, int where, int size,
expressionS *exp);
+#define tc_fix_adjustable(FIX) tic6x_fix_adjustable (FIX)
+extern bfd_boolean tic6x_fix_adjustable (struct fix *);
+
#define tc_frob_label(sym) tic6x_frob_label (sym)
extern void tic6x_frob_label (symbolS *sym);