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: [PATCH] issues in bcache_xmalloc calls.


On Friday 26 August 2011 10:22:30, matt rice wrote:
> though i have not tried it solib-sunos.c seems as though it should not compile
> for almost a year, I didn't see a bug report or email so I'm going to go out on
> a limb and say its relatively unused.

Despite its name, it's only used by *bsd a.out targets
noadays, and it only builds natively (though I believe
it could be made host independent with some work).

$ grep solib-sunos config/* -rn
config/arm/nbsdaout.mh:3:       solib-sunos.o
config/i386/nbsdaout.mh:4:      solib.o solib-sunos.o
config/i386/obsdaout.mh:4:      solib.o solib-sunos.o
config/m68k/nbsdaout.mh:3:      solib.o solib-sunos.o
config/m68k/obsd.mh:3:  solib.o solib-sunos.o
config/sparc/nbsdaout.mh:3:     sparc-nat.o sparcnbsd-nat.o bsd-kvm.o solib-sunos.o
config/vax/nbsdaout.mh:4:       solib.o solib-sunos.o

I don't know whether there's anyone still using these targets
nowdays, or whether everyone moved to elf long ago.

-- 
Pedro Alves


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