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


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  f7f2534e71f51f11f9f00f6365d5d8f37e6df054 (commit)
      from  9ace48f3d7d80ce09c5df60cccb433470410b11b (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=f7f2534e71f51f11f9f00f6365d5d8f37e6df054

commit f7f2534e71f51f11f9f00f6365d5d8f37e6df054
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Aug 19 15:51:43 2014 +0100

    This patch adds support for FreeBSD ARM in gas.
    Before FreeBSD-8 there was/is no arm support from the OS side.
    FreeBSD-9.x added ARM support but only for the OABI.
    From FreeBSD-10 upwards there is EABI support.
    
        * Makefile.am: Add FreeBSD ARM support.
        * Mafefile.in: Regenerate.
        * configure.tgt: Add FreeBSD ARM support.
        * config/te-armfbsdeabi.h: New file.
        * config/te-armfbsdvfp.h: Likewise.

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

Summary of changes:
 gas/ChangeLog               |    8 ++++++++
 gas/Makefile.am             |    2 ++
 gas/Makefile.in             |    2 ++
 gas/config/te-armfbsdeabi.h |   22 ++++++++++++++++++++++
 gas/config/te-armfbsdvfp.h  |   22 ++++++++++++++++++++++
 gas/configure.tgt           |    4 ++++
 6 files changed, 60 insertions(+), 0 deletions(-)
 create mode 100644 gas/config/te-armfbsdeabi.h
 create mode 100644 gas/config/te-armfbsdvfp.h


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]