[Bug gas/10775] x86 64 documentation addenda

2009-10-19 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2009-10-19 07:05 --- Subject: RE: x86 64 documentation addenda Hi, forgive me for being so blunt, but you are wrong in rejecting some parts of the patch. Please see below for a detailed rebuttal. The gist of the a

[Bug gas/10775] x86 64 documentation addenda

2009-10-19 Thread konrad dot schwarz at siemens dot com
--- Additional Comments From konrad dot schwarz at siemens dot com 2009-10-19 08:52 --- Please add the other parts of the patch too. See Comment #4 for why. (Sorry for the long lines). If you wish, I can submit the proposed changes in patch form. -- What|Removed

[Bug gold/10698] gold 2.20.51.0.1.20090905 fails to link linux kernel 2.6.31.1

2009-10-19 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2009-10-19 10:38 --- Not fixed. [b...@ebertswil linux-2.6.31]$ ld --version GNU gold (Linux/GNU Binutils 2.20.51.0.2.20091009) 1.9 Copyright 2008 Free Software Foundation, Inc. This program is free software; you may redistribute it u

[Bug gold/10698] gold 2.20.51.0.1.20091009 fails to link linux kernel 2.6.31.1

2009-10-19 Thread bero at arklinux dot org
-- What|Removed |Added Summary|gold 2.20.51.0.1.20090905 |gold 2.20.51.0.1.20091009 |fails to link linux kernel |fails to link linux kernel

[Bug gas/10810] New: Encoding for the Thumb MOV{S} instruction

2009-10-19 Thread anthony dot fox at cl dot cam dot ac dot uk
The latest ARM reference indicates that the 16-bit Thumb instruction MOVS r1,r2 should be encoded as LSL r1,r2,#0 // 0011 where gas encodes it as ADDS r1,r2,#0 // 1C11 These instructions are different, since the latter clears the C (carry) and V (overflow) flags. gas also encodes MOV r

[Bug gold/10670] gold doesn't implement ld -x

2009-10-19 Thread plaes at plaes dot org
-- What|Removed |Added CC||plaes at plaes dot org http://sourceware.org/bugzilla/show_bug.cgi?id=10670 --- You are receiving this ma

[Bug gold/10698] gold 2.20.51.0.1.20091009 fails to link linux kernel 2.6.31.1

2009-10-19 Thread cryptooctoploid at gmail dot com
--- Additional Comments From cryptooctoploid at gmail dot com 2009-10-19 15:38 --- Fixed in the 2.20 release here. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10698 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone

[Bug gold/10698] gold 2.20.51.0.1.20091009 fails to link linux kernel 2.6.31.1

2009-10-19 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-10-19 15:43 --- Bernhard: you were not using the current linker sources. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10698 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watch

[Bug gas/10775] x86 64 documentation addenda

2009-10-19 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-10-19 17:08 --- (In reply to comment #4) > > > > movabs is not the only form to load a 64-bit literal into a register. > > If there are other forms, where are they documented? The normal "mov" insn: mov $0x1,%r

[Bug binutils/10802] objcopy an executable file compiled with PIE failed

2009-10-19 Thread hjl dot tools at gmail dot com
-- What|Removed |Added CC||hjl dot tools at gmail dot ||com Version|unspecified

[Bug binutils/10802] objcopy an executable file compiled with PIE failed

2009-10-19 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-10-19 18:33 --- A patch is posted at http://sourceware.org/ml/binutils/2009-10/msg00396.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=10802 --- You are receiving this mail because: --- You are on the

[Bug gold/10698] gold 2.20.51.0.1.20091009 fails to link linux kernel 2.6.31.1

2009-10-19 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2009-10-19 19:15 --- Hmm, right, the kernel.org version seems to be rather out of sync with gold (odd, given it's supposed to be synced)... 2.20 doesn't compile with the options I'm using, but that's a separate issue, will open a

[Bug gold/10811] New: gold 2.20 fails to build with --enable-plugins

2009-10-19 Thread bero at arklinux dot org
Trying to build gold 2.20 with --enable-plugins (actually used these days by llvm-gcc) results in ../../gold/plugin.cc: In member function 'void gold::Plugin::load()': ../../gold/plugin.cc:195: error: 'LDPT_ADD_INPUT_LIBRARY' was not declared in this scope ../../gold/plugin.cc:196: error: 'union

[Bug binutils/10802] objcopy an executable file compiled with PIE failed

2009-10-19 Thread xake at rymdraket dot net
--- Additional Comments From xake at rymdraket dot net 2009-10-19 19:36 --- (In reply to comment #1) > A patch is posted at > > http://sourceware.org/ml/binutils/2009-10/msg00396.html Works for me.:-) -- http://sourceware.org/bugzilla/show_bug.cgi?id=10802 --- You are receivin

[Bug binutils/10802] objcopy an executable file compiled with PIE failed

2009-10-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-10-20 00:49 --- Subject: Bug 10802 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-10-20 00:49:31 Modified files: bfd: ChangeLog opncls.c Log message:

[Bug binutils/10802] objcopy an executable file compiled with PIE failed

2009-10-19 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-20 00:52 --- I'll put this on the branch after verifying that testsuite results are not perturbed. -- What|Removed |Added ---

[Bug gold/10811] gold 2.20 fails to build with --enable-plugins

2009-10-19 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-10-20 04:10 --- Thanks for the bug report. This was an error on my part when I copied the gold sources to the binutils 2.20 release branch. This was never a problem in the main development sources, and has now been fixed on the branc