Re: the mangling of ‘va_list’ has changed in GCC 4.4

2010-01-27 Thread Matthias Klose
On 27.01.2010 23:11, Riku Voipio wrote: On Wed, Jan 27, 2010 at 11:19:35PM +0200, Modestas Vainius wrote: Hello, On trečiadienis 27 Sausis 2010 22:47:55 Riku Voipio wrote: There is a major problem with gcc 4.4 and armel - the ABI of va_list changed (for c++ libraries). We need to decide one of

Re: gcl and reverse dependencies on arm

2010-01-27 Thread Rtp
Camm Maguire writes: Hi, > Greetings! OK I think we've found it. > > A long time ago, some very helpful arm developer told me how to clear > the instruction and data caches. GCL needs to do this as it loads > compiled code into its .data section, relocates it, clears the cache, > and then exec

Re: gcl and reverse dependencies on arm

2010-01-27 Thread Riku Voipio
On Wed, Jan 27, 2010 at 04:56:22PM -0500, Camm Maguire wrote: > Greetings! OK I think we've found it. > > A long time ago, some very helpful arm developer told me how to clear > the instruction and data caches. GCL needs to do this as it loads > compiled code into its .data section, relocates it

Re: the mangling of ‘va_lis t’ has changed in GCC 4.4

2010-01-27 Thread Riku Voipio
On Wed, Jan 27, 2010 at 11:19:35PM +0200, Modestas Vainius wrote: > Hello, > > On trečiadienis 27 Sausis 2010 22:47:55 Riku Voipio wrote: > > There is a major problem with gcc 4.4 and armel - the ABI of va_list > > changed (for c++ libraries). We need to decide one of the following: > > > > 1) li

Re: gcl and reverse dependencies on arm

2010-01-27 Thread Camm Maguire
Greetings! OK I think we've found it. A long time ago, some very helpful arm developer told me how to clear the instruction and data caches. GCL needs to do this as it loads compiled code into its .data section, relocates it, clears the cache, and then executes. Here is the arm bit: #define

Re: the mangling of ‘va_lis t’ has changed in GCC 4.4

2010-01-27 Thread Bastian Blank
On Wed, Jan 27, 2010 at 10:47:55PM +0200, Riku Voipio wrote: > There is a major problem with gcc 4.4 and armel - the ABI of va_list > changed (for c++ libraries). We need to decide one of the following: What exactly have changed? The ABI (as said in the sentence before) or the mangling. > 1) li

Re: the mangling of ‘va_list’ has changed in GCC 4.4

2010-01-27 Thread Modestas Vainius
Hello, On trečiadienis 27 Sausis 2010 22:47:55 Riku Voipio wrote: > There is a major problem with gcc 4.4 and armel - the ABI of va_list > changed (for c++ libraries). We need to decide one of the following: > > 1) library package name rename (like c2a rename previously) > > + "the right thing t

Re: the mangling of ‘va_list’ has cha nged in GCC 4.4

2010-01-27 Thread Riku Voipio
Hi debian-release, There is a major problem with gcc 4.4 and armel - the ABI of va_list changed (for c++ libraries). We need to decide one of the following: 1) library package name rename (like c2a rename previously) + "the right thing to do" + partial upgrades work as expected - Some hassle