This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 983d925db6a Update the BFD linker so that it deprecates grouped short options. new 6d96a5946d1 i386: Allow non-absolute segment values for lcall/ljmp new 7d1441178ac gdb: avoid unnecessary string copy in auto_load_objfile_script_1
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/ChangeLog | 13 +++++++++++++ gas/NEWS | 3 +++ gas/config/tc-i386.c | 11 +++++++---- gas/testsuite/gas/i386/jump.d | 12 ++++++++++++ gas/testsuite/gas/i386/jump.s | 9 +++++++++ gas/testsuite/gas/i386/jump16.d | 12 ++++++++++++ gas/testsuite/gas/i386/jump16.e | 4 ++-- gas/testsuite/gas/i386/jump16.s | 9 +++++++++ gdb/ChangeLog | 6 ++++++ gdb/auto-load.c | 6 ++---- ld/ChangeLog | 13 +++++++++++++ ld/testsuite/ld-i386/i386.exp | 2 ++ ld/testsuite/ld-i386/ljmp.s | 10 ++++++++++ ld/testsuite/ld-i386/ljmp1.d | 18 ++++++++++++++++++ ld/testsuite/ld-i386/ljmp1.s | 9 +++++++++ ld/testsuite/ld-i386/ljmp2.d | 7 +++++++ ld/testsuite/ld-i386/ljmp2.s | 9 +++++++++ ld/testsuite/ld-x86-64/ljmp1.d | 17 +++++++++++++++++ ld/testsuite/ld-x86-64/ljmp2.d | 6 ++++++ ld/testsuite/ld-x86-64/x86-64.exp | 2 ++ 20 files changed, 168 insertions(+), 10 deletions(-) create mode 100644 ld/testsuite/ld-i386/ljmp.s create mode 100644 ld/testsuite/ld-i386/ljmp1.d create mode 100644 ld/testsuite/ld-i386/ljmp1.s create mode 100644 ld/testsuite/ld-i386/ljmp2.d create mode 100644 ld/testsuite/ld-i386/ljmp2.s create mode 100644 ld/testsuite/ld-x86-64/ljmp1.d create mode 100644 ld/testsuite/ld-x86-64/ljmp2.d