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. 5db3e65d39c4018e88c3e7bba089fa9df11e7617


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  5db3e65d39c4018e88c3e7bba089fa9df11e7617 (commit)
      from  c17ef0d5d26a5374b70f33689042ec2f6a77e4fa (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=5db3e65d39c4018e88c3e7bba089fa9df11e7617

commit 5db3e65d39c4018e88c3e7bba089fa9df11e7617
Author: Jack Carter <jcarter@mips.com>
Date:   Tue Feb 18 16:23:48 2014 -0800

    The PT_DYNAMIC segment was being hard coded to have read, write, and
    execute permission regardless of the underlying PT_LOAD segment permissions.
    Deleting this code allows the default linker behavior which is to set the
    dynamic segment to the same permissions as the sections that make it up.
    
    This change alters one existing test case to check the segment flags for
    PT_DYNAMIC.
    
    bfd/ChangeLog
            * elfxx-mips.c(_bfd_mips_elf_modify_segment_map): Deleted hard coding of
            PT_DYNAMIC segment flags.
    
    ld/testsuite/ChangeLog
    	* ld-mips-elf/pic-and-nonpic-3a.sd: Check DYNAMIC segment flags.

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

Summary of changes:
 bfd/ChangeLog                                 |    5 +++++
 bfd/elfxx-mips.c                              |   12 ------------
 ld/testsuite/ChangeLog                        |    4 ++++
 ld/testsuite/ld-mips-elf/pic-and-nonpic-3a.sd |    2 +-
 4 files changed, 10 insertions(+), 13 deletions(-)


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]