This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

undefined reference to `__setbits'


Hello,

while working on the integration of GPC into GCC I stumbled
about the following problem:

In file `expr.c', function `store_constructor()', a library
function `__setbits()' is called in some cases.  However, I get
an error message "undefined reference to `__setbits'" when
trying to link the program.

Where is this `__setbits()' function?  Does the
language-specific run time library have to provide it?

Furthermore, we think that it would increase performance if
set constructors would not consist of bytes, but of words.
Is there any chance to get this more flexible?  (It's in
`tree.c', functions `get_set_constructor_bits()' and
`get_set_constructor_bytes()'.)

    Peter

-- 
http://home.pages.de/~Peter.Gerwinski/ - G-N-U GmbH: http://www.g-n-u.de
Maintainer GNU Pascal - http://home.pages.de/~GNU-Pascal/ - gpc-19990118
GnuPG key fingerprint: 9E7C 0FC4 8A62 5536 1730 A932 9834 65DB 2143 9422
keys: ftp://ftp.gerwinski.de/pub/keys/ - AntiSpam: http://spam.abuse.net


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