1. 12 Jul, 2001 5 commits
    • Daily bump. · 4eab60c2
      From-SVN: r43960
      GCC Administrator committed
    • Makefile.in (final.o): Depend on debug.h. · a5a42b92
      	* Makefile.in (final.o): Depend on debug.h.
      	* dbxout.c (dbxout_begin_block, dbxout_end_block): New.
      	(dbx_debug_hooks): Add new hooks.
      	(xcoff_debug_hooks): New.
      	* debug.c (debug_nothing_file_int_int): New.
      	(do_nothing_debug_hooks): Update.
      	* debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
      	(debug_nothing_file_int_int): New.
      	* dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
      	static, update prototype.
      	(dwarf2_debug_hooks): Update.
      	* dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
      	* dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
      	static, update prototype.
      	(dwarf_debug_hooks): Update.
      	* dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
      	* final.c: Include debug.h.
      	(final_scan_insn): Use debug hooks when beginning and ending blocks.
      	* sdbout.c (sdbout_begin_block, sdbout_end_block): Make
      	static, update prototype.
      	(sdb_debug_hooks): Update.
      	* sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
      	* toplev.c: Distinguish between xcoff and dbx.
      
      	* f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
      	Call all debug hooks, not just dwarf ones.
      
      From-SVN: r43959
      Neil Booth committed
    • ia64-aix port from Tim Wall · c177db4b
      ia64-aix port from Tim Wall
              * config.gcc: Add configuration for AIX5/IA64.
              * config/ia64/aix.h: New.  AIX5/IA64-specific configuration.
              * config/ia64/crt[in].asm: New.  Generic static ctor/dtor
      	support prefix/suffix code.
              * config/ia64/t-aix: New.  Makefile fragment.
              * config/ia64/unwind-aix.c: New.  Unwind table entry lookup.
      
      From-SVN: r43958
      Timothy Wall committed
    • recog.c (validate_change): Fix a comment typo. · 4d893612
      2001-07-11  Kazu Hirata  <kazu@hxi.com>
      
      	* recog.c (validate_change): Fix a comment typo.
      
      From-SVN: r43956
      Kazu Hirata committed
    • porting-howto.xml: Initial checkin of master copy. · 89cd2243
      2001-07-11   Felix Natter  <fnatter@gmx.net>
      
      	* docs/html/17_intro/porting-howto.xml:  Initial checkin of
      	master copy.
      	* docs/html/17_intro/porting-howto.html:  check in v0.9.3
      
      From-SVN: r43953
      Felix Natter committed
  2. 11 Jul, 2001 35 commits