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. 96b961024c796c5a609fd4d6a772b060eb3b6197


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  96b961024c796c5a609fd4d6a772b060eb3b6197 (commit)
      from  7c84a0ca904a7a80262506f70ccbe09f99a68535 (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=96b961024c796c5a609fd4d6a772b060eb3b6197

commit 96b961024c796c5a609fd4d6a772b060eb3b6197
Author: DJ Delorie <dj@redhat.com>
Date:   Wed Jan 22 16:41:13 2014 -0500

    Add .refsym to msp430 backend
    
    * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
    * doc/c-msp430.texi (MSP430 Directives): Document it.
    
    The purpose of this patch is to provide a way for one object file
    to require the inclusion of another object, without having to
    allocate space for a .word address reference.

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

Summary of changes:
 gas/ChangeLog          |    5 +++++
 gas/config/tc-msp430.c |   10 ++++++++++
 gas/doc/c-msp430.texi  |    9 +++++++++
 3 files changed, 24 insertions(+), 0 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]