1. 10 Jul, 2003 1 commit
  2. 06 Jul, 2003 1 commit
  3. 01 Jul, 2003 2 commits
  4. 22 Jun, 2003 1 commit
    • zack's avatar
      include: · b60500ad
      zack authored
      	* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to
      	HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
      	respectively.
      libiberty:
      	* safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
      	not HC_ASCII and HC_EBCDIC.
      	Add documentation in form expected by gather-docs.
      	* hex.c: Use HOST_CHARSET, not hand-coded check of character set.
      	* Makefile.in, functions.texi: Regenerate.
      gcc:
      	* config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
      	and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68335 138bc75d-0d04-0410-961f-82ee72b054a4
      b60500ad
  5. 21 Jun, 2003 1 commit
    • zack's avatar
      include: · 05b93640
      zack authored
      	* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET):
      	New #defines.
      libiberty:
      	* safe-ctype.c: Separate out EOF==-1 check.  Use HOST_CHARSET
      	for charset determination.
      gcc:
      	* aclocal.m4 (gcc_AC_C_CHARSET): Delete.
      	* configure.in: Don't use gcc_AC_C_CHARSET.
      	* configure, config.in: Regenerate.
      	* config/i370/i370.c, config/i370/i370.h: Use
      	(HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
      	instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68317 138bc75d-0d04-0410-961f-82ee72b054a4
      05b93640
  6. 17 Jun, 2003 1 commit
    • ghazi's avatar
      gcc: · 4a04f931
      ghazi authored
      	* alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
      	* fixinc/gnu-regex.c: Don't define `volatile'.
      	* ggc-page.c: Don't check HAVE_LONG_DOUBLE.
      	* ggc-simple.c: Likewise.
      	* system.h: Don't define `volatile'.
      
      	* aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
      	* configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
      	call these macros.
      	* config.in, configure: Regenerated.
      
      include:
      	* ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68085 138bc75d-0d04-0410-961f-82ee72b054a4
      4a04f931
  7. 15 May, 2003 1 commit
    • jimb's avatar
      libiberty/ChangeLog: · ffa082ba
      jimb authored
      2003-05-14  Jim Blandy  <jimb@redhat.com>
      
      	* hex.c (_hex_value): Make this unsigned.
      	(hex_value): Update documentation for new return type.  hex_value
      	now expands to an unsigned int expression, to avoid unexpected
      	sign extension when we store it in a bfd_vma, which is larger than
      	int on some platforms.
      	* functions.texi: Regenerated.
      
      include/ChangeLog:
      2003-05-14  Jim Blandy  <jimb@redhat.com>
      
      	* libiberty.h (hex_value): Make the value an unsigned int, to
      	avoid unexpected sign-extension when cast to unsigned types larger
      	than int --- like bfd_vma, on some platforms.
      	(_hex_value): Update declaration.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66840 138bc75d-0d04-0410-961f-82ee72b054a4
      ffa082ba
  8. 07 May, 2003 2 commits
  9. 17 Mar, 2003 2 commits
    • ghazi's avatar
      include: · 06df7294
      ghazi authored
      	* ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF,
      	ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2,
      	ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4,
      	ATTRIBUTE_NULL_PRINTF_5): New.
      	(ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL.
      
      gcc:
      	* dwarf2asm.h: Delete obsolete comment.
      	(dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
      	dw2_asm_output_pcrel, dw2_asm_output_addr,
      	dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
      	dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
      	dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
      	dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64505 138bc75d-0d04-0410-961f-82ee72b054a4
      06df7294
    • hubicka's avatar
      * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize. · 6d05ae35
      hubicka authored
      	* hashtab.h (htab_traverse_noresize): Declare.
      
      	* hashtab.c (htab_traverse_noresize): Break out from ...
      	* hashtab.c (htab_traverse): ... here.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64496 138bc75d-0d04-0410-961f-82ee72b054a4
      6d05ae35
  10. 27 Feb, 2003 1 commit
  11. 21 Feb, 2003 1 commit
    • ghazi's avatar
      include: · 5cf67f1b
      ghazi authored
      	* libiberty.h (physmem_total, physmem_available): Prototype.
      
      libiberty:
      	* Makefile.in (CFILES): Add physmem.c.
      	(REQUIRED_OFILES): Add physmem.o.
      	* configure.in: Check for sys/pstat.h.
      	(checkfuncs): Add pstat_getstatic and pstat_getdynamic.
      	* physmem.c: New file, copied from textutils.
      
      	* config.in, configure: Regenerated.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63198 138bc75d-0d04-0410-961f-82ee72b054a4
      5cf67f1b
  12. 20 Feb, 2003 1 commit
  13. 26 Jan, 2003 1 commit
    • drow's avatar
      include/ · a21acbbb
      drow authored
      	* hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
      	(struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
      	(htab_create_alloc_ex): New prototype.
      	(htab_set_functions_ex): New prototype.
      
      libiberty/
      	* hashtab.c (htab_create_alloc_ex): New function.
      	(hatab_set_functions_ex): New function.
      	(htab_delete, htab_expand): Support alternate allocation functions.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61820 138bc75d-0d04-0410-961f-82ee72b054a4
      a21acbbb
  14. 10 Jan, 2003 1 commit
  15. 24 Nov, 2002 1 commit
  16. 22 Nov, 2002 1 commit
    • drow's avatar
      include/ · 5feeeb38
      drow authored
      	* libiberty.h (make_relative_prefix): Add prototype.
      libiberty/
      	* Makefile.in: Add make-relative-prefix.c.
      	* make-relative-prefix.c: New file.
      	* functions.texi: Rebuilt.
      gcc/
      	* gcc.c (make_relative_prefix, split_directories)
      	(free_split_directories): Removed.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59385 138bc75d-0d04-0410-961f-82ee72b054a4
      5feeeb38
  17. 27 Oct, 2002 2 commits
    • sayle's avatar
      · 45b1e9e3
      sayle authored
      	* partition.h:  Close the extern "C" scope when compiling with C++.
      	* getopt.h: Update copyright year from the previous patch.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58570 138bc75d-0d04-0410-961f-82ee72b054a4
      45b1e9e3
    • sayle's avatar
      · 4a1587e6
      sayle authored
      	PR bootstrap/8351
      	* getopt.h:  Avoid prototyping getopt with no arguments in C++.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58569 138bc75d-0d04-0410-961f-82ee72b054a4
      4a1587e6
  18. 24 Oct, 2002 1 commit
  19. 16 Oct, 2002 1 commit
  20. 12 Oct, 2002 1 commit
  21. 20 Sep, 2002 1 commit
  22. 25 Jun, 2002 1 commit
  23. 24 Jun, 2002 1 commit
  24. 06 Jun, 2002 2 commits
  25. 04 Jun, 2002 1 commit
  26. 17 Apr, 2002 1 commit
  27. 01 Apr, 2002 1 commit
  28. 06 Mar, 2002 1 commit
  29. 22 Feb, 2002 1 commit
    • jimb's avatar
      include: · a3af3ae8
      jimb authored
      Allow the user to specify functions for allocating memory for
      splay tree roots and nodes.
      * splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn):
      New types.
      (splay_tree): New fields: `allocate', `deallocate', and
      `allocate_data'.
      (splay_tree_new_with_allocator): New function declaration.
      
      libiberty:
      * splay-tree.c (splay_tree_xmalloc_allocate,
      splay_tree_xmalloc_deallocate): New functions.
      (splay_tree_new): Call splay_tree_new_with_allocator, passing the
      above functions and a dummy data pointer.
      (splay_tree_new_with_allocator): New function.
      (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
      splay_tree_remove): Use the splay tree's allocation and
      deallocation functions.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49968 138bc75d-0d04-0410-961f-82ee72b054a4
      a3af3ae8
  30. 05 Feb, 2002 1 commit
    • jason's avatar
      * demangle.h (cplus_demangle_v3): Add "options" parm. · c6d86b63
      jason authored
              (cplus_demangle_v3_type): Remove prototype.
              (DMGL_VERBOSE): New macro.
              (DMGL_TYPES): New macro.
      
              * cplus-dem.c (flags): Add DMGL_VERBOSE
              (cplus_demangle_v3_p): Remove.
              (demangle_it): Add DMGL_TYPES to passed flags.
              * cp-demangle.c (cplus_demangle_v3_all): Remove.
              (cplus_demangle_v3_type): Remove.
              (cplus_demangle_v3): Add options parm.
      
              * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49525 138bc75d-0d04-0410-961f-82ee72b054a4
      c6d86b63
  31. 03 Feb, 2002 2 commits
  32. 28 Jan, 2002 1 commit
  33. 06 Dec, 2001 1 commit
  34. 24 Oct, 2001 1 commit