Re: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-09 Thread Andrew Pinski
Sent from my iPhone On May 9, 2010, at 5:42 PM, Jay K wrote: I haven't tried 4.5.0 yet. -bash-4.1$ /opt/csw/gcc4/bin/g++ -v Using built-in specs. Target: i386-pc-solaris2.10 Configured with: ../gcc-4.3.3/configure --prefix=/opt/csw/gcc4 -- exec-prefix=/op t/csw/gcc4 --with-gnu-as

RE: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-09 Thread Jay K
- > From: pins...@gmail.com > To: jay.kr...@cornell.edu > Subject: Re: pic+64bit+sun assembler+unwind-tables => illegal cross section > subtraction > Date: Sun, 9 May 2010 17:48:04 -0700 > CC: gcc@gcc.gnu.org > > > > Sent from my iPhone > > On May 9, 2010, at 5:42 P

RE: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-09 Thread Jay K
> From: jay.kr...@cornell.edu > To: pins...@gmail.com > CC: gcc@gcc.gnu.org > Subject: RE: pic+64bit+sun assembler+unwind-tables => illegal cross section > subtraction > Date: Mon, 10 May 2010 01:02:29 + > > > Ah, good point. I don't think my "real"

RE: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-10 Thread Jay K
hat would have shut me up. :) Thanks,  - Jay > From: jay.kr...@cornell.edu > To: pins...@gmail.com > CC: gcc@gcc.gnu.org > Subject: RE: pic+64bit+sun assembler+unwind-tables => illegal cross section > subtraction > Date: Mon, 10 May 2010 03:17:40 + >

RE: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-10 Thread Marc Glisse
On Mon, 10 May 2010, Jay K wrote: It seems using GNU as might still be slightly preferred in order to move data (jump tables) out of .text and into read only data, like, you know, "the less that is executable, the more secure". Though for locality, .text might be better. Note that you can al

Re: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-06-07 Thread Rainer Orth
Jay K writes: > I haven't tried 4.5.0 yet. You should, all those bugs should be fixed in 4.5.0, but not all of the fixes have been backported to the 4.4 branch yet. > -bash-4.1$ /opt/csw/gcc4/bin/g++ -v > Using built-in specs. > Target: i386-pc-solaris2.10 > Configured with: ../gcc-4.3.3/config