--
What|Removed |Added
CC||mkl at pengutronix dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=3206
--- You are receiving this
--- Additional Comments From hjl at lucon dot org 2006-12-12 13:08 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
Resolut
--
What|Removed |Added
Status|NEW |ASSIGNED
Last reconfirmed|-00-00 00:00:00 |2006-12-12 13:40:55
date|
--
What|Removed |Added
AssignedTo|unassigned at sources dot |amodra at bigpond dot net
|redhat dot com |dot au
Status|ASSIGNED
--
What|Removed |Added
Status|NEW |ASSIGNED
Last reconfirmed|2006-12-12 13:40:55 |2006-12-12 13:41:45
date|
--- Additional Comments From amodra at bigpond dot net dot au 2006-12-12
13:52 ---
Created an attachment (id=1458)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1458&action=view)
possibile fix
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3704
--- You are receiving
Steps to reproduce:
1) Execute arm-elf-as -m arm7tdmi
If you use the old option -m instead of -mcpu=, with any other combination of
options, as will segfault.
--
Summary: Segfault with -m arm7tdmi option
Product: binutils
Version: 2.17
Status: NEW
bash-3.1$ cat x.s
insertq $4,$2,%xmm2,%xmm1
insertq $4,$2,%xmm2,%ebx
bash-3.1$ gcc -c x.s
bash-3.1$ objdump -d x.o
x.o: file format elf64-x86-64
Disassembly of section .text:
<.text>:
0: f2 0f 78 ca 02 04 insertq $0x4,$0x2,%xmm2,%xmm1
6: f2 0f