From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] gdbserver 2/n - signals Date: Thu, 19 Jul 2001 14:49:00 -0000 Message-id: <3B5755C9.8070003@cygnus.com> References: <20010719120143.A19963@nevyn.them.org> <3B574A5D.6030403@cygnus.com> <20010719141742.A25968@nevyn.them.org> X-SW-Source: 2001-07/msg00487.html > > I was going to use that, except for a few small problems: > - wasted space, a couple of functions and the large name table. > I'm not really bothered by this one. > - warning() and internal_error() calls, which gdbserver doesn't > provide. > > Perhaps re-using it despite those minor hurdles would be wiser. I'll > tweak the patch. The compiler/linker should be able to eliminate the unused code (can GCC?). Adding warning() and internal_error() wouldn't hurt. Andrew