OSDN Git Service

Fix PR target/9797 and PR c/9853.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index da85a8b..5cd1945 100644 (file)
@@ -1,3 +1,140 @@
+2003-02-24  Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix PR target/9797 and PR c/9853.
+       * stmt.c (expand_decl_init): Call push_temp_slots () and
+       pop_temp_slots ().
+
+Wed Mar 12 16:30:25 2003  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * sh.c: Include basic-block.h.
+       (sh_output_mi_thunk, emit_load_ptr): New functions.
+       (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
+
+2003-03-12  Nick Clifton  <nickc@redhat.com>
+
+       * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
+       (CALL_USED_REGISTERS): Likewise.
+       * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
+       describing how this value is calculated.
+
+2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * configure.in (rlim_t): Define to long if no valid definition
+       found in sys/resource.h.
+       * config.in, configure: Regenerate.
+
+2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
+
+       * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
+       TARGET_OS_CPP_BUILTINS.
+       * config/mcore/mcore-pe.h: Similarly.
+       * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
+       CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
+
+2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR c/9928
+       * c-decl.c (duplicate_decls): Discard the initializer of the new decl
+       only if it is a VAR_DECL.
+
+2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR optimization/9888
+       * config/i386/i386.md (jcc_1): Fix range.
+       (jcc_2): Likewise.
+       (jump): LIkewise.
+       (doloop_end_internal): Likewise.
+
+2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
+       * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
+       Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
+       (DLL_EXPORT_PREFIX): New define. Use throughout instead of
+       DLL_IMPORT_EXPORT_PREFIX and "i."
+       (i386_pe_dllexport_name_p): Here.
+       (i386_pe_dllimport_name_p): Here.
+        (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
+       not 9 chars when getting identifier name.
+       (i386_pe_mark_dllimport): Here.
+       (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
+       not 9 chars when getting identifier name. Correct comment.
+       (i386_pe_strip_name_encoding): Here. Add comments for different
+       cases.
+       (gen_fastcall_suffix): Break down xmalloc() argument to
+       components.
+       (gen_stdcall_suffix): Likewise.
+       Update copyright year.
+
+2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR optimization/9888
+       * config/i386/i386.md (movsi_1): Remove special alternatives
+       for %eax register.
+       (movsi_1_nointernunit): Likewise.
+       (movhi_1): Likewise.
+       * config/i386/i386.c (memory_address_length): Do not use
+       short displacement when there is no base.
+       (ix86_attr_length_address_default): Handle LEA instructions.
+
+2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
+
+       * c-cppbuiltin.c (builtin_define_std): Make non-static.
+
+2003-03-11  Loren James Rittle  <ljrittle@acm.org>
+
+       * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
+       (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
+       (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
+       * config/freebsd.h (CPP_PREDEFINES): Remove.
+       (TARGET_OS_CPP_BUILTINS): New.
+       * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
+       instead of TARGET_OS_CPP_BUILTINS.
+       * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
+
+2003-03-11  Geoffrey Keating  <geoffk@apple.com>
+
+       * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
+
+2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/rs6000.c (rs6000_stack_info): Remove
+        insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
+
+        * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
+
+Tue Mar 11 21:19:03 2003  Alexandre Oliva  <aoliva@redhat.com>
+
+       * toplev.c (independent_decode_option): Return success for --help,
+       --target-help and --version.
+
+Tue Mar 11 20:20:14 2003  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
+       Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
+       specified.
+       (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
+       DRIVER_SELF_SPECS.
+       (LINK_SPEC): Let endian options affect the linker emulation name.
+
+Tue Mar 11 22:35:39 2003  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * sh.md (reload_inqi): Fix mode for source in second set.
+
+Tue Mar 11 22:48:03 CET 2003  Jan Hubicka  <jh@suse.cz>
+
+       * cselib.c (cselib_invalidate_mem_1): Move too ...
+       (cselib_invalidate_mem): ... here; use new list
+       (dummy_val, first_containing_mem): New static variables.
+       (clear_table): Initialize first_containing_mem.
+       (discard_useless_values):  Compact the containing_mem list.
+       (add_mem_for_addr): Add to the list.
+       * cselib.h (cselib_val): Add next_containing_mem.
+
+2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/rs6000.c (rs6000_override_options): Disable string
+        instructions for e500.
+
 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
 
        * Makefile.in: Update.