]> gcc.gnu.org Git - gcc.git/commit
generate-random.c (config.h): Do not include.
authorMark Mitchell <mark@codesourcery.com>
Mon, 16 May 2005 22:52:26 +0000 (22:52 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 16 May 2005 22:52:26 +0000 (22:52 +0000)
commitd7a6176efe2cec2584a9d784c6e228df952862f9
treed468c91e66290efdf572a3573a071029e6a50131
parent1ad435a5d548be5b04ae22d68afa3d2584c4703b
generate-random.c (config.h): Do not include.

* gcc.dg/compat/generate-random.c (config.h): Do not include.
(limits.h): Include unconditionally.
(stdlib.h): Likewise.
* gcc.dg/compat/generate-random_r.c (config.h): Do not include.
(limits.h): Include unconditionally.
(stdlib.h): Likewise.
* gcc.dg/compat/struct-layout-1.exp: Do not link with libiberty.
* gcc.dg/compat/struct-layout-1_generate.c (config.h): Do not include.
(limits.h): Include unconditionally.
(stdlib.h): Likewise.
(hashtab.h): Do not include.
(getopt.h): Likewise.
(stddef.h): Include.
(hashval_t): Define.
(struct entry): Add "next" field.
(HASH_SIZE): New macro.
(hash_table): New variable.
(switchfiles): Do not use xmalloc.
(mix): New macro.
(iterative_hash): New function.
(hasht): Remove.
(e_exists): New function.
(e_insert): Likewise.
(output): Use, instead of libiberty hashtable functions.
(main): Do not use getopt.  Do not call htab_create.

From-SVN: r99799
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compat/generate-random.c
gcc/testsuite/gcc.dg/compat/generate-random_r.c
gcc/testsuite/gcc.dg/compat/struct-layout-1.exp
gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
This page took 0.059458 seconds and 5 git commands to generate.