This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 5/5] New patches to support --enable-targets=all for mingw64
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Pierre Muller <pierre dot muller at ics-cnrs dot unistra dot fr>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 13 Sep 2010 11:11:00 -0700
- Subject: Re: [RFA 5/5] New patches to support --enable-targets=all for mingw64
- References: <004201cb50f2$18d8f310$4a8ad930$@muller@ics-cnrs.unistra.fr>
> 5) solib-som.c is a tdep file (it is listed in ALL_TARGET_OBS)
> but it tries to get the hpux system version trough
> a direct system call, which probably leads to wrong results
> on other systems too.
Ugh!
I have a more radical suggestion: AFAIK, we have not supported pa-hpux
version 10.x or older for quite a while. According to HP, the first
11.x release was in 1997, and the l0.x release was also in 1997.
Given that this version number is used to determine whether the OS
version is 11 or more, we can assume that this is always true, and
thus get rid of the function (and the associated include) entirely.
--
Joel