This is the mail archive of the gcc-bugs@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]

Re: Dynamic Relocation Error (g++ 3.0)


To  : bug-gcc@gnu.org
From: saito@densan.co.jp (Hideo Saito)
Title: Re: Dynamic Relocation Error (bug of g++-3.0)

> Hello. I am H.Saito, from Japan. I use NetBSD, mips3 and ELF.
>
> I created shared library libstdc++.so from libstdc++.a.
> I complied with g++(gcc-3.0) this program.
> % g++ -o sss sss.c <return>
> But I cannot execute sss for dynamic relocation error.

I improved dynamic loader to relocate odd address at .rel.dyn section.
I could execute my program sss.c.

Thank you. Good bye.


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