Re: ld segfaults on parisc

2009-03-19 Thread Andreas Schwab
Alexander Beregalov writes: > 2009/3/17 Andreas Schwab : >> Could you please try this patch? >> >> Andreas. >> >> 2009-03-17  Andreas Schwab   >> >>        * elf32-hppa.c (final_link_relocate): Cast bfd_vma value to long >>        for format string. >> > It works, thanks! Thanks for testing. I

[Bug gas/9966] "as -alm" gives wrong listing when reading from STDIN

2009-03-19 Thread philipp at marek dot priv dot at
--- Additional Comments From philipp at marek dot priv dot at 2009-03-19 12:01 --- Another problem is when the original source has more than a single ASM statement in a line, like this: L1: mov $1, %eax ; mov $2, %ebx ; mov $3, %ecx Then the asm listing shows the bytes, but only

[Bug gas/9966] "as -alm" gives wrong listing when reading from STDIN

2009-03-19 Thread philipp at marek dot priv dot at
--- Additional Comments From philipp at marek dot priv dot at 2009-03-19 11:22 --- BTW, it works, too, if I write as -alm -o /dev/null /proc/self/fd/0 < filename.s -- http://sourceware.org/bugzilla/show_bug.cgi?id=9966 --- You are receiving this mail because: --- You are

[Bug gas/9966] "as -alm" gives wrong listing when reading from STDIN

2009-03-19 Thread philipp at marek dot priv dot at
--- Additional Comments From philipp at marek dot priv dot at 2009-03-19 11:20 --- Created an attachment (id=3832) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3832&action=view) assembler file -- http://sourceware.org/bugzilla/show_bug.cgi?id=9966 --- You are receivin

[Bug gas/9966] New: "as -alm" gives wrong listing when reading from STDIN

2009-03-19 Thread philipp at marek dot priv dot at
I've got a simple assembler file; when I run that as as -alm -o /dev/null filename.s the output is ok, but when it's done as as -alm -o /dev/null - < filename.s the output is garbled. I'll attach the file. -- Summary: "as -alm" gives wrong listing when reading from STDIN