* 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>
|
||||
|
||||
* configure.tgt : Remove eaixppc64 emulations.
|
||||
|
|
|
@ -92,7 +92,7 @@ exp_print_token (code)
|
|||
{ LE, "<=" },
|
||||
{ GE, ">=" },
|
||||
{ LSHIFT, "<<" },
|
||||
{ RSHIFT, ">>=" },
|
||||
{ RSHIFT, ">>" },
|
||||
{ ALIGN_K, "ALIGN" },
|
||||
{ BLOCK, "BLOCK" },
|
||||
{ QUAD, "QUAD" },
|
||||
|
|
Loading…
Add table
Reference in a new issue