This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: ELF/arm is broken


On Sat, Oct 20, 2001 at 04:19:41PM -0700, H . J . Lu wrote:
> On Sun, Oct 21, 2001 at 12:15:46AM +0100, Philip Blundell wrote:
> > In message <20011020160602.A3139@lucon.org>, "H . J . Lu" writes:
> > >ELF/arm used to take
> > >
> > >        .section        .eh_frame,"aw",@progbits
> > >
> > >Now, "make check" failed on it.
> > 
> > Which particular ELF/arm target?  "@" has been a comment character on at least 
> 

I checked in the following patch. The old arm gas just simply ignores
@progbits and the new one issues a warning. "@progbits" is not support
by all ELF assemblers.


H.J.
----
2001-10-20  H.J. Lu  <hjl@gnu.org>

	* gas/elf/ehopt0.s: Lose ",@progbits".

Index: elf/ehopt0.s
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/elf/ehopt0.s,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 ehopt0.s
--- elf/ehopt0.s	2001/05/21 17:36:41	1.1.1.1
+++ elf/ehopt0.s	2001/10/21 06:13:55
@@ -4,7 +4,7 @@ $LFB1:
 $L1:
 	.4byte	0
 $LFE1:
-	.section	.eh_frame,"aw",@progbits
+	.section	.eh_frame,"aw"
 __FRAME_BEGIN__:
 	.4byte	$LECIE1-$LSCIE1
 $LSCIE1:


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