* ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
This commit is contained in:
parent
f599053f37
commit
7cecdbff28
2 changed files with 12 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-12-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
|
||||||
|
|
||||||
2001-12-02 Tom Rix <trix@redhat.com>
|
2001-12-02 Tom Rix <trix@redhat.com>
|
||||||
|
|
||||||
* configure.tgt : Remove eaixppc64 emulations.
|
* configure.tgt : Remove eaixppc64 emulations.
|
||||||
|
|
|
@ -92,7 +92,7 @@ exp_print_token (code)
|
||||||
{ LE, "<=" },
|
{ LE, "<=" },
|
||||||
{ GE, ">=" },
|
{ GE, ">=" },
|
||||||
{ LSHIFT, "<<" },
|
{ LSHIFT, "<<" },
|
||||||
{ RSHIFT, ">>=" },
|
{ RSHIFT, ">>" },
|
||||||
{ ALIGN_K, "ALIGN" },
|
{ ALIGN_K, "ALIGN" },
|
||||||
{ BLOCK, "BLOCK" },
|
{ BLOCK, "BLOCK" },
|
||||||
{ QUAD, "QUAD" },
|
{ QUAD, "QUAD" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue