diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-02-02 23:26:53 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-02-02 23:26:53 +0000 |
commit | 9c8747735cc9c82fcbf0eb109135ca603df2bfea (patch) | |
tree | fd8d4e362cf3cc609a50129f8180ea8a96ca5cb5 /gas/config/tc-xtensa.c | |
parent | a4eefcd8528d9ddbd94e8c250dc889a834c2f78e (diff) | |
download | gdb-9c8747735cc9c82fcbf0eb109135ca603df2bfea.zip gdb-9c8747735cc9c82fcbf0eb109135ca603df2bfea.tar.gz gdb-9c8747735cc9c82fcbf0eb109135ca603df2bfea.tar.bz2 |
* config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
(tinsn_get_tok): Delete prototype.
* config/tc-xtensa.c (tinsn_get_tok): Delete.
Diffstat (limited to 'gas/config/tc-xtensa.c')
-rw-r--r-- | gas/config/tc-xtensa.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index f83339a..3197c7e 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -10991,17 +10991,6 @@ tinsn_init (TInsn *dst) } -/* Get the ``num''th token of the TInsn. - It is illegal to call this if num > insn->ntoks. */ - -expressionS * -tinsn_get_tok (TInsn *insn, int num) -{ - assert (num < insn->ntok); - return &insn->tok[num]; -} - - /* Return TRUE if ANY of the operands in the insn are symbolic. */ static bfd_boolean |