Re: Linker error about relocation

2005-10-13 Thread Ian Lance Taylor
Eric Fisher <[EMAIL PROTECTED]> writes: > Sorry, maybe it's not appropriate to put this question here. But I need help. > Porting gcc involves the relocation and BFD porting. I've added some > relocate type. > But after linked, the address is not correct. Are there any documents > about the reloca

Linker error about relocation

2005-10-13 Thread Eric Fisher
Hello, Sorry, maybe it's not appropriate to put this question here. But I need help. Porting gcc involves the relocation and BFD porting. I've added some relocate type. But after linked, the address is not correct. Are there any documents about the relocation. And what should I do? Thanks. Eric