summaryrefslogtreecommitdiffstats
path: root/include/splay-tree.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchinterps-20030202-branchpointcvs2svn2003-01-311-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'interps-20030202-branch'. Sprout from cagney-unwind-20030108-branch 2003-01-09 20:50:26 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'cagney-' Cherrypick from master 2003-01-31 21:24:32 UTC John David Anglin <dave.anglin@nrc-cnrc.gc.ca> ' * hppa.h (ldwa, ldda): Add ordered opcodes.': ChangeLog Makefile.in Makefile.tpl config.if configure configure.in include/ChangeLog include/coff/ti.h include/coff/tic4x.h include/elf/ChangeLog include/elf/common.h include/elf/mips.h include/elf/ppc.h include/elf/ppc64.h include/elf/s390.h include/elf/sh.h include/elf/sparc.h include/hashtab.h include/opcode/ChangeLog include/opcode/hppa.h include/opcode/m68hc11.h include/splay-tree.h
* merge from gccDJ Delorie2002-06-251-2/+2
|
* include:Jim Blandy2002-02-211-0/+25
| | | | | | | | | | | | | | | | | | | | | 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 Delorie2001-08-231-4/+4
|
* merge from gccDJ Delorie2001-05-071-0/+4
|
* Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton2001-03-141-1/+1
|
* merge from gcc repositoryDJ Delorie2000-10-121-1/+7
|
* * splay-tree.h (splay_tree_remove): Declare.Richard Henderson2000-04-061-0/+2
|
* import libiberty from egcsIan Lance Taylor2000-02-221-4/+5
|
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+116