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 93df3340fd5 readelf: report DF_1_PIE as "Position-Independent Executable" new cc0f96357e0 x86: permit parenthesized expressions again as addressing s [...] new 4fe51f7d3ce x86: off-by-1 in offset_in_range() new 86f041462ec x86: make offset_in_range()'s warning contents useful (again) new a50187b2c6c x86: harmonize disp with imm handling new 649658972ca x86: slightly simplify offset_in_range() new 2f2be86bbb8 x86: simplify .dispNN setting new b00af7c8c61 x86: bring "gas --help" output for --32 etc in sync with reality
The 7 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 | 51 ++++++++++++ gas/config/tc-i386.c | 151 +++++++++++++++-------------------- gas/testsuite/gas/i386/disp-imm-16.l | 10 +++ gas/testsuite/gas/i386/disp-imm-16.s | 17 ++++ gas/testsuite/gas/i386/disp-imm-32.d | 21 +++++ gas/testsuite/gas/i386/disp-imm-32.s | 17 ++++ gas/testsuite/gas/i386/disp-imm-64.l | 22 +++++ gas/testsuite/gas/i386/disp-imm-64.s | 28 +++++++ gas/testsuite/gas/i386/i386.exp | 7 +- gas/testsuite/gas/i386/sib-intel.d | 4 + gas/testsuite/gas/i386/sib.d | 4 + gas/testsuite/gas/i386/sib.s | 4 + 12 files changed, 247 insertions(+), 89 deletions(-) create mode 100644 gas/testsuite/gas/i386/disp-imm-16.l create mode 100644 gas/testsuite/gas/i386/disp-imm-16.s create mode 100644 gas/testsuite/gas/i386/disp-imm-32.d create mode 100644 gas/testsuite/gas/i386/disp-imm-32.s create mode 100644 gas/testsuite/gas/i386/disp-imm-64.l create mode 100644 gas/testsuite/gas/i386/disp-imm-64.s