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] |
| Other format: | [Raw text] | |
Mark Mitchell <mark@codesourcery.com> wrote on 11/03/2005 04:55:38:
Daniel Berlin wrote:
As for why the new name doesn't work, it's not clear from the above. I'd need to see the assembly and the error. :)
Likewise. I assume these functions have only internal linkage? Or that
the original function is still provided with external linkage? (I'm just checking that we're not breaking the ABI.)
These functions indeed have only internal linkage. The error I get is :
/tmp/cc9VryOe.s: Assembler messages:
/tmp/cc9VryOe.s:11056: Error: unrecognized symbol type ""
/tmp/cc9VryOe.s:11056: Warning: rest of line ignored; first ignored character is `<'
-- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |