OSDN Git Service

2002-02-17 Philipp Thomas <pthomas@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 6cfedfb..cd30880 100644 (file)
@@ -1,3 +1,266 @@
+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>
+
+       * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
+
+2002-02-16  Zack Weinberg  <zack@codesourcery.com>
+
+       * cppinit.c (merge_include_chains): Check for brack being
+       NULL before attempting to merge it with qtail.
+
+2002-02-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
+       DBX_DEBUG.
+
+2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa/t-pa, pa/t-pro, som.h: Revert last patch.
+
+2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
+       * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
+       * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
+
+Sat Feb 16 13:48:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
+       now only if !TARGET_FIX.
+       (*movsi_nt_vms_fix): New pattern.
+
+2002-02-16  Douglas B Rupp  <rupp@gnat.com>
+
+       * config/alpha/alpha.c: Implement null frame procedure types on VMS.
+       (alpha_procedure_type): Replaces alpha_is_stack_procedure.
+       (alpha_sa_mask, alpha_sa_size): Reflect above change.
+       (alpha_pv_save_size, alpha_expand_prologue): Likewise.
+       (alpha_start_function, alpha_expand_epilogue): Likewise.
+       (unicosmk_gen_dsib): Likewise.
+
+Sat Feb 16 13:39:09 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
+
+2002-02-16  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.c (pool_stop_uid, other_chunk, far_away, 
+       check_and_change_labels, s390_final_chunkify): Delete.
+       (s390_split_branches, s390_chunkify_pool): New functions.
+       (s390_function_prologue): Call them.
+       
+       * config/s390/s390.h (S390_REL_MAX): Delete.
+       (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
+
+       * config/s390/s390.md (cjump, icjump, jump): Fix length 
+       attribute calculation.
+
+
+2002-02-15  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
+       * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
+
+2002-02-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
+       * config/pa/pa-linux.h (LIB_SPEC): Likewise.
+       * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
+
+2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
+
+       * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
+
+2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
+
+       * reload.c (find_dummy_reload): Check that an output register
+       is valid for its mode.
+
+2002-02-14  Alexandre Oliva  <aoliva@redhat.com>
+
+       * combine.c (known_cond): After replacing the REG of a SUBREG, try
+       to simplify it.
+
+       * function.c (assign_parms): Demote promoted argument passed by
+       transparent reference.
+
+2001-02-14     Joel Sherrill <joel@OARcorp.com>
+
+       * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
+       -Acpu() and -Amachine() to eliminate warnings.
+
+2002-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
+
+2002-02-14  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300-protos.h: Update the prototype for
+       const_costs.
+       * config/h8300/h8300.c (const_costs): Treat SET as a little
+       more expensive operation.
+       * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
+       reference to const_costs.
+
+2002-02-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
+
+2002-02-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/5503:
+       * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
+       use arguments from newtype.
+
+2002-02-13  Eric Christopher  <echristo@redhat.com>
+
+       * config/mips/mips.c (override_options): Add check for march/mipsX
+       on the same command line. Fix error message in cpu processing.
+       Remove architecture and ISA checks.
+
+2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
+
+        * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
+
+2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
+        alternatives.
+        ("*movv8hi_internal1"): Same.
+        ("*movv16qi_internal1"): Same.
+        ("*movv4sf_internal1"): Same.
+
+        * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
+        not push_reload for altivec modes.
+
+2002-02-13  Joel Sherrill  <joel@OARcorp.com>
+
+       * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
+       all RTEMS targets including removal of #includes from config/*/rtems*.h
+       file and adding them to tm_file setting. Added xm_defines=POSIX to
+       many targets.
+       * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
+       * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
+       * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
+       * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
+       * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
+       config/m68k/rtemself.h: Ditto.
+       * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
+       config/mips/rtems64.h: Ditto.
+       * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
+       * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
+       Ditto.
+       * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
+       config/sparc/rtemself.h: Ditto.
+       * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
+       * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
+       arm-rtems stanza closer to other arm-elf targets and made arm-rtems
+       more like arm-elf.
+       * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
+       config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
+       target made more similar to i386-elf.
+       * config/i386/t-rtems-i386: Added soft float support and multilibs.
+       * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
+       be similar to config/m68k/t-m68kelf.
+       * gthr-rtems.h: Encapsulate with extern "C" for C++.
+
+Wed Feb 13 23:41:15 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+       * regmove.c (kill_value): Handle subregs.
+
+Wed Feb 13 23:34:30 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (mul patterns): Allow memory operand to be first;
+       add expanders where needed; fix constraints.
+       (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
+       Allow memory operand to be the first.
+
+       * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
+       operands.
+
+2002-02-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/5681:
+       * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
+       GET_MODE (x).
+
+2002-02-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR optimization/5547:
+       * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
+       all valid IA-32 address modes involving non-scaled %ebx and
+       GOT/GOTOFF as displacement.
+
+2002-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
+       after emitting ltorg insns.
+
+       * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
+       *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
+       *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
+       *abssf2): Fix "op_type" attribute.
+
+2002-02-13  Douglas B Rupp  <rupp@gnat.com>
+
+       * mkconfig.sh: Avoid using a subshell redirect.
+       ($output.T): Change to $(output)T.
+       (ENABLE_NLS): Remove unneeded undef.
+
+       * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
+       * config/alpha/x-vms (libsubdir): Define.
+
+       * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
+       register frame procedures. Optimize retrieving context.
+
+       * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
+       (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
+       * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
+
+Wed Feb 13 09:45:08 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
+       Make same change as for find_base_value.
+
+2002-02-13  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
+       of QImode and SImode.
+
 2002-02-13  Kazu Hirata  <kazu@hxi.com>
 
        * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the