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. 13075d049d492477dfbf795c305adbab5abb6d81


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  13075d049d492477dfbf795c305adbab5abb6d81 (commit)
      from  665febb3c8b315c0d00a2a913523fbd6aa2482cf (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=13075d049d492477dfbf795c305adbab5abb6d81

commit 13075d049d492477dfbf795c305adbab5abb6d81
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Sun Feb 2 06:39:39 2014 -0800

    Fix ALIGN_WITH_INPUT
    
    ld/
    
    2014-02-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
    
    	* ld/ld.texinfo: Change ALIGN_WITH_INPUT documentation.
    	* ld/ldlang.c (lang_size_sections_1): Add dotdelta
    	variable which reflects the VMA change due to alignment
    	requirements.  Use dotdelta do change the LMA if
    	ALIGN_WITH_INPUT is requested.
    
    ld/testsuite/ChangeLog
    
    2014-02-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
    
    	* ld-scripts/rgn-at9.d: New file.
    	* ld-scripts/rgn-at9.t: Likewise.
    	* ld-scripts/rgn-at10.d: Likewise.
    	* ld-scripts/rgn-at10.s: Likewise.
    	* ld-scripts/rgn-at10.t: Likewise.
    	* ld-scripts/rgn-at11.d: Likewise.
    	* ld-scripts/rgn-at11.t: Likewise.

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

Summary of changes:
 ld/ChangeLog                       |    8 ++++++
 ld/ld.texinfo                      |    6 +---
 ld/ldlang.c                        |   42 ++++++++++++++++++++++-------------
 ld/testsuite/ChangeLog             |   10 ++++++++
 ld/testsuite/ld-scripts/rgn-at10.d |   12 ++++++++++
 ld/testsuite/ld-scripts/rgn-at10.s |   10 ++++++++
 ld/testsuite/ld-scripts/rgn-at10.t |   13 +++++++++++
 ld/testsuite/ld-scripts/rgn-at11.d |   11 +++++++++
 ld/testsuite/ld-scripts/rgn-at11.t |   13 +++++++++++
 ld/testsuite/ld-scripts/rgn-at9.d  |   10 ++++++++
 ld/testsuite/ld-scripts/rgn-at9.t  |   12 ++++++++++
 11 files changed, 127 insertions(+), 20 deletions(-)
 create mode 100644 ld/testsuite/ld-scripts/rgn-at10.d
 create mode 100644 ld/testsuite/ld-scripts/rgn-at10.s
 create mode 100644 ld/testsuite/ld-scripts/rgn-at10.t
 create mode 100644 ld/testsuite/ld-scripts/rgn-at11.d
 create mode 100644 ld/testsuite/ld-scripts/rgn-at11.t
 create mode 100644 ld/testsuite/ld-scripts/rgn-at9.d
 create mode 100644 ld/testsuite/ld-scripts/rgn-at9.t


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]