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


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  ffe54b3798db9112505e7f6b9d5e0d0b13823a29 (commit)
      from  4554c4528a3548320c020f9baf97485302624300 (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=ffe54b3798db9112505e7f6b9d5e0d0b13823a29

commit ffe54b3798db9112505e7f6b9d5e0d0b13823a29
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Apr 4 11:45:03 2014 +1030

    Pad sections according to current script FILL.
    
    When aligning input sections, we are supposed to take the fill pattern
    from a FILL statement, if there is one in the output section statement.
    
    ld/
    	* ldlang.c (lang_size_sections_1 <lang_input_section_enum>): Use
    	current "fill", not "output_section_statement->fill".
    ld/testsuite/
    	* ld-scripts/fill.d, * ld-scripts/fill.t, * ld-scripts/fill_0.s,
    	* ld-scripts/fill_1.s, * ld-scripts/fill_2.s: New test.
    	* ld-scripts/data.exp: Run it.

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

Summary of changes:
 ld/ChangeLog                     |    5 +++++
 ld/ldlang.c                      |    2 +-
 ld/testsuite/ChangeLog           |    6 ++++++
 ld/testsuite/ld-scripts/data.exp |    2 ++
 ld/testsuite/ld-scripts/fill.d   |   29 +++++++++++++++++++++++++++++
 ld/testsuite/ld-scripts/fill.t   |   20 ++++++++++++++++++++
 ld/testsuite/ld-scripts/fill_0.s |    2 ++
 ld/testsuite/ld-scripts/fill_1.s |    3 +++
 ld/testsuite/ld-scripts/fill_2.s |    3 +++
 9 files changed, 71 insertions(+), 1 deletions(-)
 create mode 100644 ld/testsuite/ld-scripts/fill.d
 create mode 100644 ld/testsuite/ld-scripts/fill.t
 create mode 100644 ld/testsuite/ld-scripts/fill_0.s
 create mode 100644 ld/testsuite/ld-scripts/fill_1.s
 create mode 100644 ld/testsuite/ld-scripts/fill_2.s


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]