* ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.

This commit is contained in:
Alan Modra 2001-12-04 00:10:40 +00:00
parent f599053f37
commit 7cecdbff28
2 changed files with 12 additions and 8 deletions

View file

@ -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.

View file

@ -92,7 +92,7 @@ exp_print_token (code)
{ LE, "<=" },
{ GE, ">=" },
{ LSHIFT, "<<" },
{ RSHIFT, ">>=" },
{ RSHIFT, ">>" },
{ ALIGN_K, "ALIGN" },
{ BLOCK, "BLOCK" },
{ QUAD, "QUAD" },