This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: undefined reference to `__setbits'
Jeffrey A. Law wrote:
> > Where is this `__setbits()' function? Does the
> > language-specific run time library have to provide it?
> Given its use, I would expect it to be provided either by libgcc or the
> target system's C library.
I did not find it anywhere in the gcc-2.95.1 source tree.
If it were in the target systems's C library (gnulibc in
my case) I would not get the link error, would I?
Peter