This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [RFA 5/5] New patches to support --enable-targets=all for mingw64


> 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


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