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. 34b822e3bc707d31e8b8f07cfe264845bc3c6697


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  34b822e3bc707d31e8b8f07cfe264845bc3c6697 (commit)
      from  a5262f834a754dcc37db768c1ee24d7ae52247e5 (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=34b822e3bc707d31e8b8f07cfe264845bc3c6697

commit 34b822e3bc707d31e8b8f07cfe264845bc3c6697
Author: DJ Delorie <dj@redhat.com>
Date:   Fri Jan 24 14:43:58 2014 -0500

    Add .data and .bss refsym symbols
    
    For each object, if it has a nonempty .data or .bss section,
    emit a symbol that could cause the startup code to selectively
    link in the code to initialize those sections.
    
    * config/tc-msp430.c (msp430_section): Always flag data sections,
    regardless of -md.
    (msp430_frob_section): New.  Make sure all sections are noticed if
    they have content.
    (msp430_lcomm): New.  Flag bss if .lcomm is seen.
    (msp430_comm): New.  Likewise.
    (md_pseudo_table): Add them.
    * config/tc-msp430.h (msp430_frob_section): Declare.
    (tc_frob_section): Define.

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

Summary of changes:
 gas/ChangeLog          |   12 ++++++++++
 gas/config/tc-msp430.c |   53 +++++++++++++++++++++++++++++++++++++++++++++--
 gas/config/tc-msp430.h |    7 +++++-
 3 files changed, 68 insertions(+), 4 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]