OSDN Git Service

* c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 4af977e..881ffd0 100644 (file)
@@ -1,3 +1,123 @@
+Tue Nov  4 13:40:35 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       * c-lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
+       (yylex): Record wide strings using target endianness, not host.
+
+Tue Nov  4 13:13:12 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10200.h (ASM_OUTPUT_BSS): Delete.
+       (ASM_OUTPUT_ALIGNED_BSS): New macro
+       * mn10300.h (ASM_OUTPUT_BSS): Delete.
+       (ASM_OUTPUT_ALIGNED_BSS): New macro.
+       * v850.h (ASM_OUTPUT_BSS): Delete.
+       (ASM_OUTPUT_ALIGNED_BSS): New macro.
+
+Tue Nov  4 00:55:48 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
+       * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.
+
+Mon Nov  3 14:36:50 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in (sco5): Use cpio to install header files.
+
+Sun Nov  2 23:31:43 1997  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
+       14 char length.
+       * configure: Rebuild.
+
+Sun Nov  2 19:44:00 1997  Robert Lipe (robertl@dgii.com)
+
+       * i386/sco5.h: enable -gstabs once again.
+
+Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * arm.c (output_move_double): Allocate 3 entries in otherops array.
+
+Sat Nov  1 21:43:00 1997  Mike Stump  (mrs@wrs.com)
+
+       * except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG
+       notes for sjlj exceptions too.
+       (expand_eh_region_end): Similarly for EH_REGION_END notes.
+       (exception_optimize): Optimize EH regions for sjlj exceptions too.
+       * final.c (final_scan_insn): Don't output labels for EH REGION
+       notes if doing sjlj exceptions.
+
+Sat Nov  1 19:15:28 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * alias.c (init_alias_analysis): Handle -fno-alias-check when
+       optimizing correctly.
+
+       * expr.c (expand_builtin_setjmp): Don't emit a SETJMP note
+       or set current_function_calls_setjmp anymore.
+
+       * flow.c (find_basic_blocks): If we delete the label for an
+       exception handler, remove it from the EH label list and remove
+       the EH_BEGIN/EH_END notes for that EH region.
+
+Sat Nov  1 16:44:49 1997  Jason Merrill  (jason@cygnus.com)
+
+       * flow.c (find_basic_blocks): Generate correct flow control
+       information when exception handling notes are present.
+
+Sat Nov  1 13:42:19 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * dwarf2out.c (output_call_frame_info): Fix length argument
+       to ASM_OUTPUT_ASCII.
+       (output_die, output_pubnames, output_line_info): Likewise.
+
+Fri Oct 31 07:10:09 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * version.c: Bump for snapshot.
+
+       * dwarf2out.c (output_call_frame_info): Use ASM_OUTPUT_ASCII to
+       output ASCII by default.  Only use ASM_OUTPUT_DWARF_STRING if
+       flag_debug_asm is on.
+       (output_die, output_pubnames, output_line_info): Likewise.
+
+       * alias.c (init_alias_analysis): Add struct_value_incoming_rtx
+       and static_chain_rtx into the potential base values array if
+       they are registers.
+
+       * alias.c (new_reg_base_value): New array of potential base values.
+       (unique_id): Now file scoped static.
+       (find_base_value, case REG): Return the value in reg_base_value
+       array for the REG if it exists.  Else, return the value from
+       new_reg_base_value if copying args and REG is a hard register.
+       (find_base_value, case PLUS): If either operand of the PLUS is
+       a REG, try to get its base value.  Handle base + index and
+       index + base.
+       (record_set): Use new_reg_base_value instead of reg_base_value.
+       (init_alias_analysis): Allocate space for new_reg_base_value too.
+       Rework code to iterate over the insns propagating base value
+       information until nothing changes.
+
+       * global.c (global_alloc): Free the conflict matrix after
+       reload has finished.
+
+Fri Oct 31 01:45:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * libgcc2.c (L_eh): Define __eh_pc.
+       Replace __eh_type with generic pointer __eh_info.
+
+Fri Oct 31 00:34:55 1996  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * expr.c (expand_increment): When enqueing a postincrement for a MEM,
+       use copy_to_reg if address is not a general_operand.
+
+Fri Oct 31 00:16:55 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * profile.c (output_func_start_profiler): Clear flag_inline_functions
+       for the duration of the call to rest_of_compilation.
+
+Thu Oct 30 14:40:10 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       * configure.in (sparc-*-elf*): Use sparc/elf.h, sparc/t-elf.
+       Set extra_parts.
+       (sparc*-*-*): Recognize --with-cpu=v9.
+       * sparc/elf.h: New file.
+       * sparc/t-elf: New file.
+
 Thu Oct 30 13:26:12 1997  Jeffrey A Law  (law@cygnus.com)
 
        * mn10300.c (const_8bit_operand): New function.