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. 5697705ac6eafb3e3f9dd3ba253231a4d51a1fa4


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  5697705ac6eafb3e3f9dd3ba253231a4d51a1fa4 (commit)
      from  4dc06805c2fa208dc2743099feaacb4230d1b1f7 (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=5697705ac6eafb3e3f9dd3ba253231a4d51a1fa4

commit 5697705ac6eafb3e3f9dd3ba253231a4d51a1fa4
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Oct 14 08:03:32 2014 -0700

    Convert mov to lea only if r_offset >= 2
    
    	* elf32-i386.c (elf_i386_convert_mov_to_lea): Skip if relocation
    	offset is less than 2.
    	* elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.

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

Summary of changes:
 bfd/ChangeLog      |    6 ++++++
 bfd/elf32-i386.c   |    2 ++
 bfd/elf64-x86-64.c |    2 ++
 3 files changed, 10 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]