diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2010-09-27 15:52:40 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2010-09-27 15:52:40 +0000 |
commit | 43bb514a1cc9641dfdb0f3ac20de48e2c17c0135 (patch) | |
tree | 6653486e8201395216f4f5b90d6aa6b0426d54c4 /gas/config/tc-tic6x.h | |
parent | d9aee5d7f73be87d56ac14e0179afbd0dd59cb75 (diff) | |
download | gdb-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.h | 3 |
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); |