--- 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
--- 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
---
--- 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:
--- 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
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
--- 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
--- 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
--
What|Removed |Added
CC||hjl dot tools at gmail dot
||com
Version|unspecified
--- 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
--- 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
--- 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
--
What|Removed |Added
CC||plaes at plaes dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=10670
--- You are receiving this ma
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
--
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
--- 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
--- 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
--- 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
17 matches
Mail list logo