* GDB CVS won't build on HP-UX 10.20
@ 2001-05-29 3:14 Alexandre Oliva
2001-05-29 9:46 ` Kevin Buettner
2001-05-30 19:55 ` Alexandre Oliva
0 siblings, 2 replies; 3+ messages in thread
From: Alexandre Oliva @ 2001-05-29 3:14 UTC (permalink / raw)
To: gdb
The problem is that remote.c calls no_shared_libraries(), but solib.c
is not used on this platform, and in 10 seconds I couldn't find
anything remotely similar in somsolib.c. Should the #ifdef test that
decides whether to call no_shared_libraries() be made stricter, or
should no_shared_libraries() be defined in somsolib.c too?
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: GDB CVS won't build on HP-UX 10.20
2001-05-29 3:14 GDB CVS won't build on HP-UX 10.20 Alexandre Oliva
@ 2001-05-29 9:46 ` Kevin Buettner
2001-05-30 19:55 ` Alexandre Oliva
1 sibling, 0 replies; 3+ messages in thread
From: Kevin Buettner @ 2001-05-29 9:46 UTC (permalink / raw)
To: Alexandre Oliva, gdb
On May 29, 7:14am, Alexandre Oliva wrote:
> The problem is that remote.c calls no_shared_libraries(), but solib.c
> is not used on this platform, and in 10 seconds I couldn't find
> anything remotely similar in somsolib.c. Should the #ifdef test that
> decides whether to call no_shared_libraries() be made stricter, or
> should no_shared_libraries() be defined in somsolib.c too?
IMO, the "right" way to fix this is to convert somsolib.c into a
solib.c back end (perhaps solib-som.c?) and make HP-UX use solib.c.
(As an example of how this might be done, see Nick Duffek's recent
work in converting osfsolib.c to solib-osf.c)
However, in this case, the right way is not necessarily easy, so the
expedient solution of adding no_shared_libraries() to somsolib.c is
acceptable as a short term solution.
Kevin
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: GDB CVS won't build on HP-UX 10.20
2001-05-29 3:14 GDB CVS won't build on HP-UX 10.20 Alexandre Oliva
2001-05-29 9:46 ` Kevin Buettner
@ 2001-05-30 19:55 ` Alexandre Oliva
1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2001-05-30 19:55 UTC (permalink / raw)
To: gdb
On May 29, 2001, Alexandre Oliva <aoliva@redhat.com> wrote:
> Should the #ifdef test that decides whether to call
> no_shared_libraries() be made stricter, or should
> no_shared_libraries() be defined in somsolib.c too?
FYI, the lack of no_shared_libraries() affects AIX 4.1 too.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-05-30 19:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-29 3:14 GDB CVS won't build on HP-UX 10.20 Alexandre Oliva
2001-05-29 9:46 ` Kevin Buettner
2001-05-30 19:55 ` Alexandre Oliva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox