Deleted Added
full compact
ChangeLog.gcc43 (260230) ChangeLog.gcc43 (260395)
12007-08-08 Andrew Haley <aph@redhat.com> (r128087)
2
3 * config/arm/libunwind.S (UNWIND_WRAPPER _Unwind_Backtrace): New.
4 * config/arm/unwind-arm.h (__gnu_Unwind_Backtrace): New.
5 * config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): New.
6
72007-07-12 Geoffrey Keating <geoffk@apple.com> (r126588)
8

--- 541 unchanged lines hidden (view full) ---

550 x86_accumulate_outgoing_args, x86_prologue_using_move,
551 x86_epilogue_using_move, x86_arch_always_fancy_math_387,
552 x86_sse_partial_reg_dependency, x86_rep_movl_optimal,
553 x86_use_incdec, x86_four_jump_limit, x86_schedule,
554 x86_pad_returns): Add m_CORE2.
555 (override_options): Add entries for Core2.
556 (ix86_issue_rate): Add case for Core2.
557
12007-08-08 Andrew Haley <aph@redhat.com> (r128087)
2
3 * config/arm/libunwind.S (UNWIND_WRAPPER _Unwind_Backtrace): New.
4 * config/arm/unwind-arm.h (__gnu_Unwind_Backtrace): New.
5 * config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): New.
6
72007-07-12 Geoffrey Keating <geoffk@apple.com> (r126588)
8

--- 541 unchanged lines hidden (view full) ---

550 x86_accumulate_outgoing_args, x86_prologue_using_move,
551 x86_epilogue_using_move, x86_arch_always_fancy_math_387,
552 x86_sse_partial_reg_dependency, x86_rep_movl_optimal,
553 x86_use_incdec, x86_four_jump_limit, x86_schedule,
554 x86_pad_returns): Add m_CORE2.
555 (override_options): Add entries for Core2.
556 (ix86_issue_rate): Add case for Core2.
557
5582006-11-14 Caroline Tice <ctice@apple.com> (r118826)
559
560 * dwarf2out.c (debug_pubtypes_section): New static global variable.
561 (pubname_entry): Add DEF_VEC_O and DEF_VEC_ALLOC_O statements for
562 this type.
563 (pubname_table): Redefine as a vector.
564 (pubtype_table): New static global variable, defined as a vector.
565 (pubname_table_allocated): Remove static global variable.
566 (pubname_table_in_use): Remove static global variable.
567 (PUBNAME_TABLE_INCREMENT): Remove constant.
568 (size_of_pubnames): Add parameter to deal with either pubnames or
569 pubtypes, and change code to deal with table being a vector.
570 (add_pubname): Change to deal with table being a vector.
571 (add_pubtype): New function.
572 (output_pubnames): Add parameter to deal with either pubnames or
573 pubtypes, and change code to deal with table being a vector.
574 (gen_array_type_die): Add call to add_pubtype.
575 (gen_enumeration_type_die): Add call to add_pubtype.
576 (gen_struct_or_union_type_die): Add call to add_pubtype.
577 (gen_subroutine_type_die): Add call to add_pubtype.
578 (gen_typedef_die): Add call to add_pubtype.
579 (dwarf2out_init): Add code to initialize pubname_table and
580 pubtype_table vectors; also initialize debug_pubtypes_section.
581 (prune_unused_types): Change to deal with pubnames being a vector.
582 (dwarf2out_finish): Change to deal with pubnames being a vector; add
583 pubnames table to call to output_pubnames; Add code to output pubtypes
584 table if DEBUG_PUBTYPES_SECTION is defined.
585 * config/darwin.c (darwin_file_start): Add DEBUG_PUBTYPES_SECTION to
586 debugnames.
587 * config/darwin.h (DEBUG_PUBTYPES_SECTION): Define new global variable.
588
5582006-11-07 Eric Christopher <echristo@apple.com> (r118576)
559
560 * libgcc2.c (__bswapdi2): Rename from bswapDI2.
561 (__bswapsi2): Ditto.
562 * libgcc2.h: Remove transformation of bswap routines.
563 * config/i386/i386.md (bswapsi2): New.
564 (bswapdi2): Ditto.
565

--- 214 unchanged lines hidden ---
5892006-11-07 Eric Christopher <echristo@apple.com> (r118576)
590
591 * libgcc2.c (__bswapdi2): Rename from bswapDI2.
592 (__bswapsi2): Ditto.
593 * libgcc2.h: Remove transformation of bswap routines.
594 * config/i386/i386.md (bswapsi2): New.
595 (bswapdi2): Ditto.
596

--- 214 unchanged lines hidden ---