From f00c110a3dd29590b57c654bcf4a6197a5600216 Mon Sep 17 00:00:00 2001 From: amodra Date: Tue, 4 Dec 2001 00:10:40 +0000 Subject: [PATCH] * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT. --- ld/ChangeLog | 18 +++++++++++------- ld/ldexp.c | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index c123de2090..d39c512f70 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,16 +1,20 @@ +2001-12-04 Alan Modra + + * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT. + 2001-12-02 Tom Rix - + * configure.tgt : Remove eaixppc64 emulations. - * Makefile.in : Remove eaixppc64.c + * Makefile.in : Remove eaixppc64.c * ldemul.c (ldemul_choose_target): New parameters argc, argv. (ldemul_default_target): Same. * emultempl/gld960.em (gld960_choose_target): Same. - * emultempl/gld960c.em (gld960_choose_target): Same. - * scripttempl/aix.sc: Remove OUTPUT_FORMAT. + * emultempl/gld960c.em (gld960_choose_target): Same. + * scripttempl/aix.sc: Remove OUTPUT_FORMAT. * emultempl/aix.em (is_syscall): syscall_mask now a variable. * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable. * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation. - * emultempl/aix.em (choose_target): New function. Handle emulation of + * emultempl/aix.em (choose_target): New function. Handle emulation of -b32 and -b64. 2001-11-27 H.J. Lu @@ -24,7 +28,7 @@ * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise. * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise. - * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA} + * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA} is not empty. (SDATA): Likewise. (REL_SDATA): Likewise. @@ -38,7 +42,7 @@ * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and destructor in rom. - * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise. + * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise. 2001-11-22 H.J. Lu diff --git a/ld/ldexp.c b/ld/ldexp.c index ca5d01a8e6..ec449fd8d5 100644 --- a/ld/ldexp.c +++ b/ld/ldexp.c @@ -92,7 +92,7 @@ exp_print_token (code) { LE, "<=" }, { GE, ">=" }, { LSHIFT, "<<" }, - { RSHIFT, ">>=" }, + { RSHIFT, ">>" }, { ALIGN_K, "ALIGN" }, { BLOCK, "BLOCK" }, { QUAD, "QUAD" }, -- 2.11.0