OSDN Git Service

2002-02-17 Philipp Thomas <pthomas@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 8fa2079..cd30880 100644 (file)
@@ -1,5 +1,34 @@
 2002-02-17  Philipp Thomas  <pthomas@suse.de>
 
+       * final.c (output_operand_lossage): Changed to accept
+       printf style arguments. Change calls where necessary.
+       * output.h (output_operand_lossage): Change declaration
+       accordingly. Update copyright.
+       * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
+       config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
+       Update copyright date where necessary.
+       
+       * config/i386/i386.c (print_operand): Likewise. Remove use of
+       sprintf.
+
+       * config/cris/cris.c (cris_operand_lossage): Likewise.
+       Rename parameter so that exgettext recognizes it as
+       translatable message.
+       (LOSE_AND_RETURN): Rename parameter to msgid.
+
+2002-02-17  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
+       hard coded register number with an appropriate macro.
+       (HARD_REGNO_MODE_OK): Likewise.
+       (ARG_POINTER_REGNUM): Likewise.
+       (STATIC_CHAIN_REGNUM): Likewise.
+       (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
+       * config/h8300/h8300.md (define_constants): Define more
+       register numbers.
+
+2002-02-17  Philipp Thomas  <pthomas@suse.de>
+
        * config/i386/i386.h: Don't mark empty strings for translation.
 
 2002-02-16  H.J. Lu <hjl@gnu.org>