[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-27 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at sources dot |amodra at bigpond dot net |redhat dot com |dot au Status|NEW

[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-27 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-28 02:53 --- Simpler testcase: .text .intel_syntax noprefix .space 5480 .byte 0,0,0 0: .space 1620 .byte 0 1: .space 2468 nop jne 1b .space 52 nop jl 0b Without the .intel_syntax this assembles OK. --

[Bug gold/10842] Segmentation fault in GOLD when using GCC's LTO plugin

2009-10-27 Thread ccoutant at google dot com
--- Additional Comments From ccoutant at google dot com 2009-10-28 00:09 --- Created an attachment (id=4331) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4331&action=view) Patch Symbol_table::add_from_pluginobj() wasn't setting is_ordinary for the placeholder SHN_ABS symbols.

[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-27 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2009-10-27 23:56 --- Created an attachment (id=4330) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4330&action=view) sha .s and .o files -- http://sourceware.org/bugzilla/show_bug.cgi?id=10856 --- You are receiving th

[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-27 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2009-10-27 23:55 --- Created an attachment (id=4329) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4329&action=view) diff of disassembled files -- http://sourceware.org/bugzilla/show_bug.cgi?id=10856 --- You are recei

[Bug gas/10856] New: [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-27 Thread doko at debian dot org
The patch to fix PR gas/10704 causes sha.cpp assembled in a way that causes the sha-256 test not to terminate. Undoing the patch runs the test fine. Replacing the sha.o with one assembled with gas having this patch reverted lets the test pass. -- Summary: [2.20 regression] gas creates

[Bug gas/10853] Relocations for ppc assembler apply to entire field argument

2009-10-27 Thread schwab at linux-m68k dot org
--- Additional Comments From schwab at linux-m68k dot org 2009-10-27 20:08 --- Powerpc uses RELA relocations where the addend is stored in the relocation entry. -- What|Removed |Added --

[Bug gold/10842] Segmentation fault in GOLD when using GCC's LTO plugin

2009-10-27 Thread espindola at google dot com
--- Additional Comments From espindola at google dot com 2009-10-27 19:08 --- I have reduced the test a bit. What is happening: 1) We compile each .c file into a .o. main.o defines main and foo.o defines foo 2) The plugin claims the files and tells the linker about both symbols 3) LTO h

[Bug gold/10842] Segmentation fault in GOLD when using GCC's LTO plugin

2009-10-27 Thread espindola at google dot com
--- Additional Comments From espindola at google dot com 2009-10-27 19:04 --- Created an attachment (id=4326) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4326&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=10842 --- You are receiving this mai

[Bug gold/10842] Segmentation fault in GOLD when using GCC's LTO plugin

2009-10-27 Thread espindola at google dot com
--- Additional Comments From espindola at google dot com 2009-10-27 19:03 --- Created an attachment (id=4325) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4325&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=10842 --- You are receiving this mai

[Bug gold/10842] Segmentation fault in GOLD when using GCC's LTO plugin

2009-10-27 Thread espindola at google dot com
--- Additional Comments From espindola at google dot com 2009-10-27 19:03 --- Created an attachment (id=4324) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4324&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=10842 --- You are receiving this mai

[Bug gas/10853] Relocations for ppc assembler apply to entire field argument

2009-10-27 Thread mmrozek at arxandefense dot com
-- What|Removed |Added CC||mmrozek at arxandefense dot ||com http://sourceware.org/bugzill

[Bug gas/10853] New: Relocations for ppc assembler apply to entire field argument

2009-10-27 Thread cconstantine at arxandefense dot com
Given an assembly file like: *** asm file *** .global foo lis 3, f...@h+4 When I assemble and run objdump I get: *** as/objdump output *** $ as -o test.o test.s && objdump -Dr test.o test.o: file format elf32-powerpc Disa

[Bug gas/10850] .lflags wrong end of line detection

2009-10-27 Thread benjamin dot lesage at irisa dot fr
--- Additional Comments From benjamin dot lesage at irisa dot fr 2009-10-27 07:52 --- Thank you gentleman. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10850 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is.