public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* ELF/arm is broken
@ 2001-10-20 16:06 H . J . Lu
  2001-10-20 16:15 ` Philip Blundell
  0 siblings, 1 reply; 4+ messages in thread
From: H . J . Lu @ 2001-10-20 16:06 UTC (permalink / raw)
  To: binutils

ELF/arm used to take

        .section        .eh_frame,"aw",@progbits

Now, "make check" failed on it.


H.J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ELF/arm is broken
  2001-10-20 16:06 ELF/arm is broken H . J . Lu
@ 2001-10-20 16:15 ` Philip Blundell
  2001-10-20 16:19   ` H . J . Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Blundell @ 2001-10-20 16:15 UTC (permalink / raw)
  To: H . J . Lu; +Cc: binutils

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 
arm-linux pretty much forever, so you can't use it in .section directives.

p.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ELF/arm is broken
  2001-10-20 16:15 ` Philip Blundell
@ 2001-10-20 16:19   ` H . J . Lu
  2001-10-20 23:19     ` H . J . Lu
  0 siblings, 1 reply; 4+ messages in thread
From: H . J . Lu @ 2001-10-20 16:19 UTC (permalink / raw)
  To: Philip Blundell; +Cc: binutils

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 

Linux/arm.

> arm-linux pretty much forever, so you can't use it in .section directives.

ehopt0.s in testsuite/gas/elf worked at least on Oct. 4. Now it fails.


H.J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ELF/arm is broken
  2001-10-20 16:19   ` H . J . Lu
@ 2001-10-20 23:19     ` H . J . Lu
  0 siblings, 0 replies; 4+ messages in thread
From: H . J . Lu @ 2001-10-20 23:19 UTC (permalink / raw)
  To: Philip Blundell, rth; +Cc: binutils

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:

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-10-20 23:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-20 16:06 ELF/arm is broken H . J . Lu
2001-10-20 16:15 ` Philip Blundell
2001-10-20 16:19   ` H . J . Lu
2001-10-20 23:19     ` H . J . Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).