This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] patch to solve libiberty strsignal changes (plus a minor cross-compilation fix)


On Fri, Jun 02, 2000 at 11:21:10AM -0400, Chris Faylor wrote:
>On Fri, Jun 02, 2000 at 01:07:22PM +1000, Andrew Cagney wrote:
>>> Thu Jun  1 22:11:19 2000  Christopher Faylor <cgf@cygnus.com>
>>> 
>>>         * configure.in: Check for declaration of strsignal in string{,s}.h.
>>>         Detect correct versions of ranlib and windres when cross-compiling.
>>>         * configure: Regenerate.
>>>         * config.in: Define NEED_DECLARATION_STRSIGNAL if strsignal is not
>>>         declared in system header file.
>>>         * defs.h: Move strsignal declaration into gdb_string.h.
>>>         * gdb_string.h: Declare strsignal here if if isn't declared anywhere
>>>         else.
>>
>>I'm fairly sure that GDB simply shouldn't be calling strsignal().
>>lowcore.c should use the target signal to string function while the
>>others are going to be made obsolete.
>
>Ok.  That doesn't help much with my current problem, though.  How do I
>build a Windows version of gdb?  I don't think you want me to be making
>changes to places like lowcore.c.  I'm really not qualified for that...

FWIW, I've worked around this problem in newlib with a truly awful hack.

That will at least fend off problems from cygwin users who try to build gdb.

cgf

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]