Re: problem in installing binutils.

2014-06-09 Thread Nicholas Clifton

Hi Yanamadala Sirisha,


   I am student working on a project. when am trying to install mspgcc on
ubuntu 14.04 version am getting an error at "make" during installation of
binutils...


Ah - you are running into this problem because you are using a newer 
version of texinfo.  When the 2.24 sources were tested an older version 
of texinfo was used, and this did not generate the errors that you have 
encountered.


The solution is to either install an older texinfo or to apply a patch 
to the sources you have or to use the latest development binutils 
sources, which have already been fixed.  If you want to apply a patch, 
try the one here:


  http://lists.gnu.org/archive/html/bug-binutils/2013-01/msg8.html

Cheers
  Nick


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


[Bug binutils/16252] readelf -wF mishandles DW_CFA_restore_state

2014-06-09 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16252

--- Comment #2 from cvs-commit at gcc dot gnu.org  ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
   via  d71ad7fcb80503e5bd2dec76fa1ad7f030e72995 (commit)
   via  203e84589f591db087e72f02100f45858519d532 (commit)
   via  0b128c63925cc1aaa6ea1e9c0ef07eb704349688 (commit)
  from  9c8397d0d123b94d05dc7a2206b8be39727e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d71ad7fcb80503e5bd2dec76fa1ad7f030e72995

commit d71ad7fcb80503e5bd2dec76fa1ad7f030e72995
Author: Romain Chastenet 
Date:   Mon Jun 9 15:06:58 2014 +0100

Correctly save and recall the CFA saved register state.

PR binutils/16252
* dwarf.c (display_debug_frames): Remember the state of the
cfa_offset, cfa_reg, ra and cfa_exp field

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=203e84589f591db087e72f02100f45858519d532

commit 203e84589f591db087e72f02100f45858519d532
Author: Ryan Mansfield 
Date:   Mon Jun 9 15:04:01 2014 +0100

Remove reference to GASp from linker testsuite configuration.

  * config/default.exp (GASP): Remove.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0b128c63925cc1aaa6ea1e9c0ef07eb704349688

commit 0b128c63925cc1aaa6ea1e9c0ef07eb704349688
Author: Nick Clifton 
Date:   Mon Jun 9 11:04:41 2014 +0100

Update expected disassembly of MSP430X instructions now that the
disassembler
correcctly interprets an extension word with zero index offsets.

* gas/msp430/msp430x.d: Update to match revised assembler output.

---

Summary of changes:
 binutils/ChangeLog |6 ++
 binutils/dwarf.c   |   20 +--
 gas/testsuite/ChangeLog|4 ++
 gas/testsuite/gas/msp430/msp430x.d |  106 ++--
 ld/testsuite/ChangeLog |4 ++
 ld/testsuite/config/default.exp|4 --
 6 files changed, 81 insertions(+), 63 deletions(-)

-- 
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 binutils/16252] readelf -wF mishandles DW_CFA_restore_state

2014-06-09 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16252

Nick Clifton  changed:

   What|Removed |Added

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

--- Comment #3 from Nick Clifton  ---
Patch applied.

-- 
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/16980] gold produces incomplete -M (map) output

2014-06-09 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16980

--- Comment #1 from cvs-commit at gcc dot gnu.org  ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
   via  8f89af0abe40c9231f42ad3193a45e8fccb35720 (commit)
  from  dd5d5494f4b899b0411fc62c2041ead9cc5e6a53 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8f89af0abe40c9231f42ad3193a45e8fccb35720

commit 8f89af0abe40c9231f42ad3193a45e8fccb35720
Author: Cary Coutant 
Date:   Mon Jun 9 12:57:31 2014 -0700

Print unattached sections in the link map.

gold/
PR gold/16980
* layout.cc (Layout::print_to_mapfile): Print unattached sections in
map.

---

Summary of changes:
 gold/ChangeLog |6 ++
 gold/layout.cc |4 
 2 files changed, 10 insertions(+), 0 deletions(-)

-- 
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/16980] gold produces incomplete -M (map) output

2014-06-09 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16980

Cary Coutant  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Cary Coutant  ---
Fixed on trunk.

-- 
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