1. 01 Jan, 2000 1 commit
  2. 05 Dec, 1999 1 commit
    • splay-tree.h (struct splay_tree_node): Rename to ... · 08230f26
      	* splay-tree.h (struct splay_tree_node): Rename to ...
      	(struct splay_tree_node_s): ... this.
      	(struct splay_tree): Rename to ...
      	(struct splay_tree_s): ... this.
      
      	* splay-tree.c (splay_tree_new): Use struct splay_tree_node_s
      	rather than struct splay_tree_node.
      	(splay_tree_insert): Use struct splay_tree_s rather than struct
      	splay_tree.
      
      From-SVN: r30790
      Mark Mitchell committed
  3. 30 Nov, 1999 1 commit
  4. 29 Nov, 1999 1 commit
  5. 10 Nov, 1999 1 commit
    • ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. · 6c9821b7
      include:
              * ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.
      
      gcc:
              * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
      
              * gansidecl.h: Likewise.
      
              * rtl.c: Likewise.
      
              * rtl.h: Likewise.
      
              * toplev.h: Likewise.
      
              * tree.c: Likewise.
      
              * tree.h: Likewise.
      
              * varray.c: Likewise.
      
              * varray.h: Likewise.
      
      gcc/cp:
              * cp-tree.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
      
      gcc/f:
              * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
      
      Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
      
      From-SVN: r30477
      Philippe De Muyter committed
  6. 23 Oct, 1999 1 commit
    • hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, change… · ed38f5d5
      hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
      
      1999-10-23 08:51 -0700  Zack Weinberg  <zack@bitmover.com>
      
      	* hashtab.c (find_hash_table_entry): When returning a
      	DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
      	(clear_hash_table_slot): New function which deletes an entry
      	by its position in the table, not its value.
      	(traverse_hash_table): New function which calls a hook
      	function for every live entry in the table.
      
      	* hashtab.h: Give hash_table_t a struct tag.  Add prototypes
      	for clear_hash_table_slot and traverse_hash_table.  Correct
      	prototype of all_hash_table_collisions.
      
      From-SVN: r30138
      Zack Weinberg committed
  7. 15 Oct, 1999 1 commit
  8. 10 Oct, 1999 1 commit
    • ansidecl.h (HAVE_GCC_VERSION): New macro. · b30bce6b
      include:
      	* ansidecl.h (HAVE_GCC_VERSION): New macro.  Use instead of
      	explicitly testing __GNUC__ and __GNUC_MINOR__.
      
      	(ATTRIBUTE_PRINTF): Use `__format__', not `format'.
      
      gcc:
      	* cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
      	__GNUC__ and __GNUC_MINOR__.
      
      	* gansidecl.h: Likewise.
      
      	* rtl.c: Likewise.
      
      	* rtl.h: Likewise.
      
      	* toplev.h: Likewise.
      
      	* tree.c: Likewise.
      
      	* tree.h: Likewise.
      
      	* varray.c: Likewise.
      
      	* varray.h: Likewise.
      
      cp:
      	* cp-tree.h: Use HAVE_GCC_VERSION instead of explicitly testing
      	__GNUC__ and __GNUC_MINOR__.
      
      f:
      	* proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
      	__GNUC__ and __GNUC_MINOR__.  Don't define BUILT_WITH_270.
      	Define macro UNUSED in terms of ATTRIBUTE_UNUSED.
      
      From-SVN: r29890
      Kaveh R. Ghazi committed
  9. 25 Sep, 1999 1 commit
    • libiberty.h (make_temp_file): Add a prototype. · 5a657fc3
      include:
      
              * libiberty.h (make_temp_file):  Add a prototype.
      
      libiberty:
      
              * choose-temp.c: Remove obsolete comment about gcc.
              (make_temp_file): Constify a char*.
      
      gcc:
      
              * collect2.c (make_temp_file): Don't prototype.
      
              * gcc.c (make_temp_file): Likewise.
      
              * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
      
      From-SVN: r29662
      Kaveh R. Ghazi committed
  10. 14 Sep, 1999 1 commit
  11. 08 Sep, 1999 1 commit
  12. 01 Sep, 1999 1 commit
  13. 31 Aug, 1999 1 commit
  14. 02 Aug, 1999 1 commit
  15. 26 Jul, 1999 1 commit
  16. 07 Apr, 1999 1 commit
  17. 02 Apr, 1999 1 commit
  18. 30 Mar, 1999 1 commit
    • alias.c (alias_set_compare): Remove. · 30f72379
      	* alias.c (alias_set_compare): Remove.
      	(record_alias_subset): Use splay_tree_compare_ints instaed of
      	alias_set_compare.
      	(init_alias_once): Likewise.
      	* cse.c: Include splay-tree.h.
      	(reg_qty): Remove.
      	(reg_tick): Likewise.
      	(reg_table): Likewise.
      	(cse_reg_info): New structure.
      	(cse_reg_info_free_list): New variable.
      	(cse_reg_info_tree): Likewise.
      	(cached_regno): Likewise.
      	(cached_cse_reg_info): Likewise.
      	(all_minus_one): Remove.
      	(consec_ints): Likewise.
      	(GET_CSE_REG_INFO): New macro.
      	(REG_TICK): Likewise.  Use throughout instead of reg_tick.
      	(REG_IN_TABLE): Likewise.  Use throughout instead of reg_in_table.
      	(REG_QTY): Likewise.  Use throughout instead of reg_qty.
      	(get_cse_reg_info): New function.
      	(free_cse_reg_info): Likewise.
      	(new_basic_block): Reinitialize cse_reg_info_tree instead of
      	reg_tick, all_minus_one, and consec_ints.
      	* Makefile.in (cse.o): Depend on splay-tree.h
      	* splay-tree.h (splay_tree_compare_ints): Declare.
      	* splay-tree.c (splay_tree_compare_ints): Define.
      
      From-SVN: r26069
      Mark Mitchell committed
  19. 11 Jan, 1999 1 commit
  20. 14 Dec, 1998 1 commit
  21. 07 Dec, 1998 1 commit
    • demangle.h: (DMGL_EDG): new macro for Kuck and Associates · 63684e63
              * demangle.h: (DMGL_EDG): new macro for Kuck and Associates
              (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
              (demangling_styles): add new edg_demangling style
              (EDG_DEMANGLING_STYLE_STRING): new macro
              (EDG_DEMANGLING): new macro
              * demangle.h (DMGL_HP): new macro, for HP/aCC compiler.
              (DMGL_STYLE_MASK): modify to include new HP's style.
              (demangling_styles): add new hp_demangling value.
              (HP_DEMANGLING_STYLE_STRING): new macro.
              (ARM_DEMANGLING): coerce to int.
              (HP_DEMANGLING): new macro.
      
      From-SVN: r24173
      Elena Zannoni committed
  22. 13 Nov, 1998 1 commit
  23. 11 Nov, 1998 1 commit
  24. 08 Nov, 1998 1 commit
  25. 07 Nov, 1998 1 commit
  26. 22 Oct, 1998 1 commit
  27. 21 Oct, 1998 1 commit
  28. 08 Oct, 1998 1 commit
  29. 05 Sep, 1998 2 commits
  30. 11 May, 1998 1 commit
    • [multiple changes] · 5a4917e5
      Thu Feb 12 16:29:01 1998  Ian Lance Taylor  <ian@cygnus.com>
              * getopt.h: Update to latest FSF version.
      Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
              * libiberty.h: Add extern "C" { so it can be used with C++
              programs.
      Thu Aug 28 19:41:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
              * libiberty.h (dupargv): Add prototype.
      Bring over from devo.
      
      From-SVN: r19687
      Jeff Law committed
  31. 21 Aug, 1997 1 commit