OSDN Git Service

* dwarf2out.c (queue_reg_save): New.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 2e833b7..a6b8f58 100644 (file)
@@ -1,8 +1,234 @@
+2001-03-17  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c (queue_reg_save): New.
+       (flush_queued_reg_saves, clobbers_queued_reg_save): New.
+       (dwarf2out_frame_debug_expr): Call queue_reg_save instead of
+       dwarf2out_reg_save.
+       (dwarf2out_frame_debug): Call flush_queued_reg_saves when needed.
+       (cfa, cfa_store, cfa_temp): Make static.
+       * final.c (final_scan_insn): Always call dwarf2out_frame_debug.
+
+2001-03-17  Richard Henderson  <rth@redhat.com>
+
+       * integrate.h (struct inline_remap): Add local_return_label.
+       * integrate.c (expand_inline_function): Initialize it and emit
+       it after copy_insn_notes.
+       (copy_insn_list): Don't store local_return_label here.
+       (copy_insn_notes): New function split out from copy_insn_list.
+
+2001-03-17  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c (lookup_filename): Emit .file if the assembler
+       is generating .debug_line.
+       (dwarf2out_init): Add main_input_filename to the file table first.
+       * configure.in (as_dwarf2_debug_line): Test with file number 1
+       instead of file number 0.
+
+Sat Mar 17 11:52:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * combine.c (undobuf): Remove field previous_undos; all refs deleted.
+       (gen_rtx_combine): Deleted; all references changed as appropriate.
+       (gen_unary): Deleted; all refs changed to call simplify_gen_unary.
+
+       * print-tree.c (print_node): Print DECL_NONADDRESSABLE_P.
+
+2001-03-17  David Billinghurst  <David.Billinghurst@riotinto.com>
+
+       * config/i386/xm-cygwin.h: Include <sys/cygwin.h.  Remove unused
+       variable.
+
+2001-03-16  Jim Wilson  <wilson@redhat.com>
+
+       * config/ia64/ia64.c (ia64_compute_frame_size): If reg_fp is zero,
+       then set it to LOC_REG (79) instead of aborting.
+
+2001-03-16  Phil Edwards  <pme@sources.redhat.com>
+
+       * gccbug.in:  Remove high priority.
+
+2001-03-16  Richard Henerson  <rth@redhat.com>
+
+       * aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od
+       output with a space instead of deleting it.
+       * configure: Regenerate.
+
+2001-03-16  Zack Weinberg  <zackw@stanford.edu>
+
+       * aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which
+       handles the gory details of converting an object file into
+       something that's safe to grep.
+       (gcc_AC_C_COMPILE_BIGENDIAN): Rename to
+       gcc_AC_C_COMPILE_ENDIAN.  Use gcc_AC_EXAMINE_OBJECT.  Put
+       newlines at either end of the string we're looking for.
+       Make 'checking ...' message less stilted.
+       (gcc_AC_C_FLOAT_FORMAT): Use gcc_AC_EXAMINE_OBJECT.  Handle
+       ARM in-memory layout and its hypothetical converse.  Don't
+       define HOST_FLOAT_WORDS_BIG_ENDIAN unless it's different from
+       HOST_WORDS_BIG_ENDIAN.
+
+       * configure.in: Adjust for renamed macro.  Move
+       gcc_AC_C_FLOAT_FORMAT below gcc_AC_C_COMPILE_ENDIAN.
+       * configure, config.in: Regenerate.
+
+2001-03-16  Laurynas Biveinis  <lauras@softhome.net>
+
+       * fixinc/Makefile.in: Set SHELL.
+
+2001-03-16  Laurynas Biveinis  <lauras@softhome.net>
+
+       * fixinc/fixincl.c (fix_with_system): Quote file names before
+       passing them to shell.
+
+2001-03-16  Laurynas Biveinis  <lauras@softhome.net>
+
+       * Makefile.in: Use fix-header$(build_exeext) instead
+       of fix-header.
+
+2001-03-16  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2out.c: Revert most of 2000-11-25 and 2001-01-24 changes.
+       (LN_PROLOG_AS_LABEL, LN_PROLOG_END_LABEL): New.
+       (size_of_line_prolog): Remove.
+       (output_line_info): Compute prologue size via label difference.
+       (lookup_filename): Return "unspecified" for <internal> and <built-in>.
+
+       * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Require that the
+       assembler error when redefining file numbers.
+       * config.in, configure: Rebuild.
+
+       * dwarf2asm.c (dw2_asm_output_data): Mask data to the output size.
+       (dw2_asm_output_data_uleb128): Use space not tab after .uleb128.
+       (dw2_asm_output_delta_uleb128): Likewise.
+       (dw2_asm_output_delta_sleb128): Similarly.
+       (dw2_asm_output_data_sleb128): Similarly.  Print number in decimal.
+
+2001-03-16  Michael Meissner  <meissner@redhat.com>
+
+       * mips.h (BITMASK_HIGH): Replacement for 0x80000000 that avoids
+       warnings.
+       (BITMASK_UPPER16): Replacement for 0xffff0000 that avoids
+       warnings.
+       (BITMASK_LOWER16): Replacement for 0x0000ffff.
+
+       * mips.c (save_restore_insns): Use BITMASK_UPPER16/BITMASK_LOWER16
+       instead of 0xffff0000/0x0000ffff to avoid warnings about constants
+       being unsigned in ISO C and signed in traditional.
+       (expand_prologue): Ditto.
+       (RA_MASK): Use BITMASK_HIGH to avoid warnings.
+
+       * mips.md (divmodsi4,divmodsi4): Use BITMASK_HIGH to avoid
+       warnings.
+       (divsi3,divdi3): Ditto.
+       (modsi3,moddi3): Ditto.
+       (fix_truncdfsi2,fix_truncdfdi2): Ditto.
+       (fix_truncsfsi2,fix_truncsfdi2): Ditto.
+       (movsi split): Use BITMASK_UPPER16/BITMASK_LOWER16 to avoid
+       warnings.
+
+Fri Mar 16 14:47:57 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (ix86_expand_fp_movcc): Do not attempt to construct
+       SSE based conditional moves on LTGT/UNEQ conditions;
+       Canonicalize EQ to NE.
+       * i386.md (sse_mov?fcc): Disallow EQ and NE in IEEE mode.
+       (sse_mov?fcc_ne): New.
+
+       * i386-protos.h (sign_extended_value, zero_extended_value): Declare.
+
+2001-03-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/sh/sh.c (sh_expand_prologue): Insns that set up the PIC
+       register may be dead.
+
+2001-03-16  Brad Lucier  <lucier@math.purdue.edu>
+
+       * Makefile.in (hash.o): Depend on CONFIG_H.
+
+2001-03-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * dwarf2out.c (rtl_for_decl_location): Use DECL_RTL_IF_SET.
+
+2001-03-15  Richard Henderson  <rth@redhat.com>
+
+       * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): New.
+       (ASM_OUTPUT_DWARF_PCREL): New.
+       * config/ia64/hpux.h (ASM_OUTPUT_DWARF_OFFSET): Remove.
+
+2001-03-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * cppfiles.c (stack_include_file): Use MAX of sysp.
+
+2001-03-15  Steve Ellcey  <sje@cup.hp.com>
+
+       * config.gcc (ia64*-*-hpux*): New case.
+       * config/ia64/hpux.h: New file for HP-UX support.
+       * config/ia64/t-hpux: New file for HP-UX support.
+
+2001-03-16  Bruce Korb  <bkorb@gnu.org>, Alexandre Oliva  <aoliva@redhat.com>
+
+       * fixinc/inclhack.def (irix_stdio_va_list): New.
+       * fixinc/fixincl.x: Rebuilt.
+
+2001-03-15  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2asm.c (dw2_asm_output_offset): Use ASM_OUTPUT_DWARF_OFFSET
+       if provided by the target.
+       (dw2_asm_output_pcrel): Likewise with ASM_OUTPUT_DWARF_PCREL.
+       (dw2_asm_output_addr): New.
+       * dwarf2asm.h (dw2_asm_output_addr): Declare.
+       * dwarf2out.c (output_cfi): Use it for program addresses.
+       (output_call_frame_info, output_die): Likewise.
+       (output_aranges, output_line_info): Likewise.
+
+2001-03-15  Bruce Korb  <bkorb@gnu.org>
+
+       * gcc.c(main): make more rigorous
+       * collect2.c(main): guard against ignoring SIGCHLD
+       * protoize.c(main): ditto
+       * gcc/fixinc/fixincl.c(initialize): ditto
+
+2001-03-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * sdbout.c (sdbout_symbol): Use DECL_RTL_SET_P, SET_DECL_RTL.
+       (sdbout_parms): Likewise.
+
+Thu Mar 15 12:57:14 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * reload1.c (reload_cse_simplify_set): For LOAD_EXTEND_OP, do not
+       "widen" a destination that is already wider than a word.  Also do
+       not widen if LOAD_EXTEND_OP is NIL for the given mode.
+
+2001-03-15  Bernd Schmidt  <bernds@redhat.com>
+
+       * config/ia64/ia64.c (ia64_sched_reorder): Remove debugging aids.
+
+Thu Mar 15 11:30:31 EST 2001  John Wehle  (john@feith.com)
+
+       * i960.h (ROUND_TYPE_SIZE_UNIT): Fix typo.
+
+Thu Mar 15 11:24:29 EST 2001  John Wehle  (john@feith.com)
+
+       * i960.h (i960_maxbitalignment,
+       i960_last_maxbitalignment): Declare.
+       * i960.c (i960_maxbitalignment,
+       i960_last_maxbitalignment): Make global.
+       (process_pragma): Delete.
+       (i960_pr_align, i960_pr_noalign): Move from here ...
+       * i960-c.c: ... to this new file.
+       * t-960bare (i960-c.o): New rule.
+       * t-vxworks960 (i960-c.o): Likewise.
+       * config.gcc (i960-*-*): Define c_target_objs and
+       cxx_target_objs.
+
 2001-03-15  Bernd Schmidt  <bernds@redhat.com>
 
        * cselib.c (hash_rtx): For REG and MEM, just use value of expression
        without adding in rtx code and mode.
 
+       * alias.c (init_alias_analysis): Don't use any rtx whose value
+       varies as a known value.
+       Delete a superfluous test.
+
        * config/ia64/ia64.c (maybe_rotate): New function, broken out of
        ia64_sched_reorder.
        (ia64_sched_reorder): Call maybe_rotate; also rotate after
        (rest_of_decl_compilation): Likewise.
        * tree.c (simple_cst_equal): Likewise.
        * objc/objc-act.c (generate_static_references): Likewise.
-       
+
 2001-03-14  Zack Weinberg  <zackw@stanford.edu>
 
        * aclocal.m4 (gcc_AC_C_CHARSET, gcc_AC_C_COMPILE_BIGENDIAN,