This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. b46fa76826669b1496cac329d132485ede779d85


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  b46fa76826669b1496cac329d132485ede779d85 (commit)
       via  1218d67db11b6a1aceeb477855047f70d4856854 (commit)
      from  39d1b2aef3c1dbbf31d82e555624afcbda9d58e7 (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=b46fa76826669b1496cac329d132485ede779d85

commit b46fa76826669b1496cac329d132485ede779d85
Author: Hans-Peter Nilsson <hp@bitrange.com>
Date:   Fri May 2 00:31:58 2014 +0200

    ld/testsuite:
    	* ld-mmix/sec-11.d, ld-mmix/sec-11.ld, ld-mmix/sec-10.s,
    	ld-mmix/sec-10.d, ld-mmix/b-offlocmis.s, ld-mmix/sec-12.d: New
    	tests.
    	* ld-mmix/b-offloc.s: Correct address in comment.

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

commit 1218d67db11b6a1aceeb477855047f70d4856854
Author: Hans-Peter Nilsson <hp@bitrange.com>
Date:   Fri May 2 00:30:42 2014 +0200

    	* mmo.c (mmo File layout documentation): Add note about low bits
    	of address.
    	(mmo_write_chunk): When handling data remainder, assert that
    	previous remaining data is flushed.
    	(mmo_write_loc_chunk): Only look for trailing and leading zeros
    	when dealing with an aligned VMA and for aligned lengths.  Don't skip
    	the last 32-bit-word of zeros.
    	(mmo_write_loc_chunk): Emit an error if the VMA is not aligned.
    	(mmo_scan) <case LOP_QUOTE>: Move re-alignment of vma before
    	emitting data, not after updating it.
    	<case LOP_LOC>: Call mmo_decide_section with aligned vma.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog                      |   14 ++++++++
 bfd/mmo.c                          |   58 ++++++++++++++++++++++++++---------
 ld/testsuite/ChangeLog             |    7 ++++
 ld/testsuite/ld-mmix/b-offloc.s    |    2 +-
 ld/testsuite/ld-mmix/b-offlocmis.s |   17 ++++++++++
 ld/testsuite/ld-mmix/sec-10.d      |   18 +++++++++++
 ld/testsuite/ld-mmix/sec-10.s      |    8 +++++
 ld/testsuite/ld-mmix/sec-11.d      |    7 ++++
 ld/testsuite/ld-mmix/sec-11.ld     |   10 ++++++
 ld/testsuite/ld-mmix/sec-12.d      |   26 ++++++++++++++++
 10 files changed, 151 insertions(+), 16 deletions(-)
 create mode 100644 ld/testsuite/ld-mmix/b-offlocmis.s
 create mode 100644 ld/testsuite/ld-mmix/sec-10.d
 create mode 100644 ld/testsuite/ld-mmix/sec-10.s
 create mode 100644 ld/testsuite/ld-mmix/sec-11.d
 create mode 100644 ld/testsuite/ld-mmix/sec-11.ld
 create mode 100644 ld/testsuite/ld-mmix/sec-12.d


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]