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


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  bfb1f6c31687a01e2763a30c8ca92e0426afb725 (commit)
      from  099fc3ea4c68d257cc52c21844173d75873313b1 (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=bfb1f6c31687a01e2763a30c8ca92e0426afb725

commit bfb1f6c31687a01e2763a30c8ca92e0426afb725
Author: Cary Coutant <ccoutant@google.com>
Date:   Tue Apr 15 12:06:29 2014 -0700

    2014-04-15  Sasa Stankovic  <Sasa.Stankovic@imgtec.com>
    
    elfcpp/
    	* mips.h (R _MIPS16_TLS_GD, R_MIPS16_TLS_LDM, R_MIPS16_TLS_DTPREL_HI16,
    	R_MIPS16_TLS_DTPREL_LO16, R_MIPS16_TLS_GOTTPREL,
    	R_MIPS16_TLS_TPREL_HI16, R_MIPS16_TLS_TPREL_LO16, R_MICROMIPS_26_S1,
    	R_MICROMIPS_HI16, R_MICROMIPS_LO16, R_MICROMIPS_GPREL16,
    	R_MICROMIPS_LITERAL, R_MICROMIPS_GOT16, R_MICROMIPS_PC7_S1,
    	R_MICROMIPS_PC10_S1, R_MICROMIPS_PC16_S1, R_MICROMIPS_CALL16,
    	R_MICROMIPS_GOT_DISP, R_MICROMIPS_GOT_PAGE, R_MICROMIPS_GOT_OFST,
    	R_MICROMIPS_GOT_HI16, R_MICROMIPS_GOT_LO16, R_MICROMIPS_SUB,
    	R_MICROMIPS_HIGHER, R_MICROMIPS_HIGHEST, R_MICROMIPS_CALL_HI16,
    	R_MICROMIPS_CALL_LO16, R_MICROMIPS_SCN_DISP, R_MICROMIPS_JALR,
    	R_MICROMIPS_HI0_LO16, R_MICROMIPS_TLS_GD, R_MICROMIPS_TLS_LDM,
    	R_MICROMIPS_TLS_DTPREL_HI16, R_MICROMIPS_TLS_DTPREL_LO16,
    	R_MICROMIPS_TLS_GOTTPREL, R_MICROMIPS_TLS_TPREL_HI16,
    	R_MICROMIPS_TLS_TPREL_LO16, R_MICROMIPS_GPREL7_S2,
    	R_MICROMIPS_PC23_S20, R_MIPS_EH): New enums for relocations (mips16 and
    	micromips).
    	(STO_MIPS_FLAGS): New enum constant.
    	(elf_st_is_mips16): New function.
    	(elf_st_is_micromips): New function.
    	(is_micromips): New function.
    	(abi_n32): New function.
    	(abi_n64): New function.
    	(ODK_NULL, ODK_REGINFO, ODK_EXCEPTIONS, ODK_PAD, ODK_HWPATCH, ODK_FILL,
    	ODK_TAGS, ODK_HWAND, ODK_HWOR, ODK_GP_GROUP, ODK_IDENT): New enum
    	constants.
    	* elfcpp.h (SHT_MIPS_OPTIONS): New enum constant.

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

Summary of changes:
 elfcpp/ChangeLog |   29 +++++++++++
 elfcpp/elfcpp.h  |    6 ++-
 elfcpp/mips.h    |  143 +++++++++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 159 insertions(+), 19 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]