Re: Bug#697353: binutils: FTBFS with texinfo from experimental

2013-01-07 Thread nick clifton

Hi Patrice,


Here is a patch for the binutils cvs that should solve all warnings and
errors.

In my opinion, it falls in the 'minor changes' case with respect to
copyright.


Thanks.  I have applied your patch along with these changelog entries.

Cheers
  Nick

bfd/doc/ChangeLog
2013-01-07  Patrice Dumas  pertu...@free.fr

* bfd.texinfo: Replace @ with @@ when it is part of the text.

binutils/ChangeLog
2013-01-07  Patrice Dumas  pertu...@free.fr

* doc/binutils.texi: Fix ordering of top level nodes.
Replace erroneous uses of @itemx with @item.

ld/ChangeLog

2013-01-07  Patrice Dumas  pertu...@free.fr

* ld.texinfo: Replace @ with @@ when it is part of the text.
Correct ordering of M68HC11 entry.


___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


Re: Bug#697353: binutils: FTBFS with texinfo from experimental

2013-01-07 Thread Patrice Dumas
On Mon, Jan 07, 2013 at 12:09:29PM +, nick clifton wrote:
 Hi Patrice,
 
 Here is a patch for the binutils cvs that should solve all warnings and
 errors.
 
 In my opinion, it falls in the 'minor changes' case with respect to
 copyright.
 
 Thanks.  I have applied your patch along with these changelog entries.

Perfect!

-- 
Pat

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/14887] Error: ARM register expected -- `str r1,[ r0 ]'

2013-01-07 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14887

--- Comment #2 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2013-01-07 12:49:17 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:ni...@sourceware.org2013-01-07 12:49:12

Modified files:
gas: ChangeLog 
gas/config : tc-arm.c 
gas/testsuite  : ChangeLog 
gas/testsuite/gas/arm: neon-ldst-es.s 

Log message:
PR gas/14887
* config/tc-arm.c (skip_past_char): Skip whitespace before the
anticipated character.
* config/tc-arm.c (parse_address_main): Delete skip of whitespace
here as it is no longer needed.

PR gas/14887
* gas/arm/neon-ldst-es.s: Add more whitespace.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=srcr1=1.4898r2=1.4899
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=srcr1=1.550r2=1.551
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=srcr1=1.2165r2=1.2166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/neon-ldst-es.s.diff?cvsroot=srcr1=1.4r2=1.5

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/14887] Error: ARM register expected -- `str r1,[ r0 ]'

2013-01-07 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14887

Nick Clifton nickc at redhat dot com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||nickc at redhat dot com
 Resolution||FIXED

--- Comment #3 from Nick Clifton nickc at redhat dot com 2013-01-07 12:52:54 
UTC ---
Hi Guys,

  Mikael's patch works, but there are other cases where extra whitespace can
cause bogux syntax errors.  So I have extended his patch by adding a call to
skip_whitespace() inside skip_past_char().  This seems to take care of all of
the cases that I could find.  If any more examples of bogus whitespace syntax
errors do show up, feel free to reopen this issue.

Cheers
  Nick

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/14899] Missing gas dependency for ld and gold

2013-01-07 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14899

H.J. Lu hjl.tools at gmail dot com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from H.J. Lu hjl.tools at gmail dot com 2013-01-07 17:18:12 
UTC ---
Fixed by:

http://sourceware.org/ml/src-cvs/2013-q1/msg1.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/14897] gold is installed as default ld by accident

2013-01-07 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14897

--- Comment #2 from H.J. Lu hjl.tools at gmail dot com 2013-01-07 17:07:15 
UTC ---
This problem shows up when running make install under the gold directory.
It isn't a problem when running make install under the toplevel directory
since install-ld depends on install-gold.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/14897] gold is installed as default ld by accident

2013-01-07 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14897

--- Comment #3 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2013-01-07 19:55:48 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:h...@sourceware.org2013-01-07 19:55:41

Modified files:
gold   : ChangeLog configure configure.ac 

Log message:
Properly install gold as default linker

PR gold/14897
* configure.ac (--enable-ld): Removed.
(install_as_default): Set to yes only for --enable-gold=default
or --disable-ld.
* configure: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.1023r2=1.1024
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/configure.diff?cvsroot=srcr1=1.84r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/configure.ac.diff?cvsroot=srcr1=1.82r2=1.83

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/14897] gold is installed as default ld by accident

2013-01-07 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14897

H.J. Lu hjl.tools at gmail dot com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from H.J. Lu hjl.tools at gmail dot com 2013-01-07 19:57:50 
UTC ---
Fixed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/14993] Section sorting interferes with the incremental update

2013-01-07 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14993

--- Comment #1 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2013-01-07 21:37:00 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:ccout...@sourceware.org2013-01-07 21:36:56

Modified files:
gold   : ChangeLog output.cc 

Log message:
gold/
PR gold/14993
* output.cc (Output_section::add_input_section): For incremental
updates, don't track input sections that are allocated from patch
space.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=srcr1=1.1024r2=1.1025
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/output.cc.diff?cvsroot=srcr1=1.179r2=1.180

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils