Tom, thanks for advice. Now it works fine. Index: sim/common/sim-options.c =================================================================== RCS file: /cvs/src/src/sim/common/sim-options.c,v retrieving revision 1.31 diff -u -p -r1.31 sim-options.c --- sim/common/sim-options.c 3 Sep 2013 20:45:08 -0000 1.31 +++ sim/common/sim-options.c 20 Sep 2013 04:57:09 -0000 @@ -35,6 +35,7 @@ along with this program. If not, see wrote: > I'll try. > > > On Tue, Sep 17, 2013 at 10:29 AM, Tom Tromey wrote: >> >> >>>>> "Alexey" == Alexey Makhalov writes: >> >> Alexey> I've added checking for hash table overflow. It's better to have >> Alexey> internal error message instead of looping. >> >> Alexey> 2013-09-09 Alexey Makhalov >> Alexey> * sim-options.c (dup_arg_p) Check for hash table overflow. >> >> Is it possible to just use the libiberty hashtab code and not have it >> ever overflow? >> >> Tom > >