summaryrefslogtreecommitdiffstats
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2003-02-132-15/+32
|
* merge from gccDJ Delorie2003-02-133-1/+15
|
* merge from gccDJ Delorie2003-02-042-2/+6
|
* merge from gccDJ Delorie2003-01-304-128/+139
|
* * Makefile.in (all-subdir, check-subdir, installcheck-subdir)Alexandre Oliva2003-01-282-1/+9
| | | | | | | (info-subdir, install-info-subdir, clean-info-subdir) (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir) (clean-subdir, distclean-subdir, maintainer-clean-subdir): Pass $(FLAGS_TO_PASS).
* * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), useAlexandre Oliva2003-01-282-5/+10
| | | | /`$$CC -print-multi-os-directory`.
* include/Daniel Jacobowitz2003-01-262-2/+76
| | | | | | | | | | | * 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.
* merge from gccDJ Delorie2003-01-255-153/+38
|
* merge from gccDJ Delorie2003-01-2415-843/+1225
|
* merge from gccDJ Delorie2003-01-202-2/+8
|
* merge from gccDJ Delorie2003-01-092-0/+10
|
* merge from gccDJ Delorie2002-12-042-0/+6
|
* merge from gccDJ Delorie2002-11-242-0/+6
|
* merge from gccDJ Delorie2002-11-224-4/+417
|
* merge whitespace tweaks from gccDJ Delorie2002-11-161-5/+5
|
* * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must beJakub Jelinek2002-11-162-50/+63
| | | | used with arguments in traditional C' warnings.
* * config.bfd (s390-*-linux*): Add targ64_selvecs.Jakub Jelinek2002-10-162-0/+5
| | | | | | | | | | | | | (s390x-*-linux*): Add targ_selvecs. * config.table: Use mh-s390pic for s390x too. * configure.tgt (s390x-*-linux*): Add elf_s390 emulation. (s390-*-linux*): Add elf64_s390 emulation if want64. * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22 genscript.sh changes. * emulparams/elf_x86_64.sh (LIB_PATH): Likewise. * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
* merge from gccDJ Delorie2002-10-062-10/+14
|
* merge from gccDJ Delorie2002-09-232-1/+5
|
* merge from gccDJ Delorie2002-09-209-28/+46
|
* Update email addresses for bugs and patches.Nick Clifton2002-09-192-1/+6
|
* merge from gccDJ Delorie2002-09-127-396/+214
|
* merge from gccDJ Delorie2002-09-062-1/+5
|
* merge from gccDJ Delorie2002-08-072-81/+33
|
* merge from gccDJ Delorie2002-07-292-2/+4
|
* merge from gccDJ Delorie2002-07-103-1/+48
|
* merge from gccDJ Delorie2002-07-092-1/+6
|
* merge from gccDJ Delorie2002-07-022-7/+36
|
* merge from gccDJ Delorie2002-07-014-141/+224
|
* merge from gccDJ Delorie2002-06-222-8/+13
|
* merge from gccDJ Delorie2002-06-182-12/+9
|
* merge from gccDJ Delorie2002-06-064-45/+64
|
* merge from gccDJ Delorie2002-05-132-1/+6
|
* merge from gccDJ Delorie2002-05-083-142/+160
|
* merge from gccDJ Delorie2002-05-075-110/+143
|
* * hashtab.c (higher_prime_number): Use 7 as minimum.Richard Henderson2002-04-102-32/+52
| | | | | (find_empty_slot_for_expand): Don't compute hash2 unless needed. (htab_find_slot_with_hash): Likewise.
* merge from gccDJ Delorie2002-04-013-4/+13
|
* merge from gccDJ Delorie2002-03-302-1/+10
|
* merge from gccDJ Delorie2002-03-283-6/+110
|
* merge from gccDJ Delorie2002-03-272-1/+14
|
* merge from gccDJ Delorie2002-03-264-39/+57
|
* merge from gccDJ Delorie2002-03-182-2/+7
|
* merge from gccDJ Delorie2002-03-122-1/+15
|
* merge from gccDJ Delorie2002-03-112-0/+9
|
* * splay-tree.c (splay_tree_xmalloc_allocate,Jim Blandy2002-03-072-2/+12
| | | | | splay_tree_xmalloc_deallocate): Use K&R-style definitions, not prototyped definitions. Mark `data' arguments as unused.
* Remove floatformat_arm_ext.Andrew Cagney2002-03-062-7/+4
|
* merge from gccDJ Delorie2002-03-045-144/+234
|
* merge from gccDJ Delorie2002-03-042-2/+6
|
* include:Jim Blandy2002-02-212-6/+59
| | | | | | | | | | | | | | | | | | | | | 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.
* merge from gccDJ Delorie2002-02-193-2/+23
|
OpenPOWER on IntegriCloud