[Bug gas/11516] Fatal error assembling jsr for Alpha ECOFF

2023-05-17 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=11516

Alan Modra  changed:

   What|Removed |Added

 Resolution|--- |OBSOLETE
 Status|NEW |RESOLVED

--- Comment #5 from Alan Modra  ---
Reality is that the target is obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gas/11516] Fatal error assembling jsr for Alpha ECOFF

2023-01-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=11516

Alan Modra  changed:

   What|Removed |Added

 Status|WAITING |NEW

--- Comment #3 from Rainer Orth  ---
Subject: Re:  Fatal error assembling jsr for Alpha ECOFF

Hi Nick,

>   I am not an expert in this particular architecture.  The uploaded patch

neither am I: I just happen to maintain the GCC port to Tru64 UNIX :-)

> prevents the seg-fault, but the assembler now responds with:
>
>   Error: invalid relocation for field
>
> Is this what you would expect ?

Actually no: the native assembler assembles this just fine:

$ as -o jsr.o jsr.s
$ objdump -d jsr.o

jsr.o: file format ecoff-littlealpha


Disassembly of section .text:

 <.text>:
   0:   10 80 7d a7 ldq t12,-32752(gp)
   4:   00 40 5b 6b jsr ra,(t12),0x8
   8:   1f 04 ff 47 nop
   c:   00 00 fe 2f unop

It may be related to the fact that Alpha ELF gas uses explicit relocs
and anything else suffers from bitrot.  I'd tried to enable them for the
target, but failed, cf. PR gas/11518.

Thanks.
Rainer


--- Comment #4 from Alan Modra  ---
Hmm, the top-level configure disables gas and ld for alpha-dec-osf since 1999. 
alpha-linuxecoff prior to commit df26367c793c (ie. prior to 2.24) actually
generated ELF.  Poking at this bug a little makes me think alpha-linuxecoff
ought to be marked obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gas/11516] Fatal error assembling jsr for Alpha ECOFF

2010-04-20 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-04-20 14:30 
---
Hi Rainer,

  I am not an expert in this particular architecture.  The uploaded patch
prevents the seg-fault, but the assembler now responds with:

  Error: invalid relocation for field

Is this what you would expect ?

Cheers
  Nick


-- 
   What|Removed |Added

 Status|NEW |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11516

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/11516] Fatal error assembling jsr for Alpha ECOFF

2010-04-20 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-04-20 14:28 
---
Created an attachment (id=4735)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4735&action=view)
Fix segfault


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11516

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils