Building glibc 4.0.2 with gcc 3.2.2
Hi, Building glibc 4.0.2 with gcc 3.2.2 on a redhat machine causes a compile error about some CFI assembler support. Any ideas would be welcome Cheers Piyush
Migration of mangled names
Is there any solution to fix the troubles which result from the change to the name mangling algorithm between 3.2 and 2.95 ? thanks Piyush -- My blog http://verypondycherry.blogspot.com
Re: Migration of mangled names
I meant other than recompiling the code of course. I have some binaries without the source code. does 3.2 support the old mangling algorithm. thanks Piyush -- My blog http://verypondycherry.blogspot.com On 3/24/06, Piyush Garyali <[EMAIL PROTECTED]> wrote: > Is there any solution to fix the troubles which result from the change > to the name mangling algorithm between 3.2 and 2.95 ? > > thanks > Piyush > > -- > My blog http://verypondycherry.blogspot.com >
Re: Migration of mangled names
Thanks Joe. Piyush Garyali -- My Blog http://verypondycherry.blogspot.com On 3/25/06, Joe Buck <[EMAIL PROTECTED]> wrote: > On Fri, Mar 24, 2006 at 03:15:58PM +0530, Piyush Garyali wrote: > > Is there any solution to fix the troubles which result from the change > > to the name mangling algorithm between 3.2 and 2.95 ? > > The troubles do not result from the name mangling algorithm. If anything, > the incompatible name mangling protects users, by making clear that > the code is incompatible. > > The layout of C++ objects changed in a major way between 2.95 and 3.x. > If the name mangling had not changed, people would link code that would > then crash. >