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 97d343d400 x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocation new ce8ad87213 MIPS/GAS: Fix `.option picX' handling with relaxation
The 1 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 | 49 +++++++++++ gas/config/tc-mips.c | 120 +++++++++++++++------------ gas/testsuite/gas/mips/mips.exp | 7 ++ gas/testsuite/gas/mips/option-pic-relax-0.d | 21 +++++ gas/testsuite/gas/mips/option-pic-relax-0.s | 15 ++++ gas/testsuite/gas/mips/option-pic-relax-1.d | 18 ++++ gas/testsuite/gas/mips/option-pic-relax-1.s | 12 +++ gas/testsuite/gas/mips/option-pic-relax-2.d | 28 +++++++ gas/testsuite/gas/mips/option-pic-relax-2.l | 2 + gas/testsuite/gas/mips/option-pic-relax-2.s | 19 +++++ gas/testsuite/gas/mips/option-pic-relax-3.d | 20 +++++ gas/testsuite/gas/mips/option-pic-relax-3.l | 2 + gas/testsuite/gas/mips/option-pic-relax-3.s | 16 ++++ gas/testsuite/gas/mips/option-pic-relax-3a.d | 9 ++ gas/testsuite/gas/mips/option-pic-relax-4.d | 28 +++++++ gas/testsuite/gas/mips/option-pic-relax-4.l | 2 + gas/testsuite/gas/mips/option-pic-relax-4.s | 20 +++++ gas/testsuite/gas/mips/option-pic-relax-5.d | 20 +++++ gas/testsuite/gas/mips/option-pic-relax-5.l | 2 + gas/testsuite/gas/mips/option-pic-relax-5.s | 17 ++++ 20 files changed, 375 insertions(+), 52 deletions(-) create mode 100644 gas/testsuite/gas/mips/option-pic-relax-0.d create mode 100644 gas/testsuite/gas/mips/option-pic-relax-0.s create mode 100644 gas/testsuite/gas/mips/option-pic-relax-1.d create mode 100644 gas/testsuite/gas/mips/option-pic-relax-1.s create mode 100644 gas/testsuite/gas/mips/option-pic-relax-2.d create mode 100644 gas/testsuite/gas/mips/option-pic-relax-2.l create mode 100644 gas/testsuite/gas/mips/option-pic-relax-2.s create mode 100644 gas/testsuite/gas/mips/option-pic-relax-3.d create mode 100644 gas/testsuite/gas/mips/option-pic-relax-3.l create mode 100644 gas/testsuite/gas/mips/option-pic-relax-3.s create mode 100644 gas/testsuite/gas/mips/option-pic-relax-3a.d create mode 100644 gas/testsuite/gas/mips/option-pic-relax-4.d create mode 100644 gas/testsuite/gas/mips/option-pic-relax-4.l create mode 100644 gas/testsuite/gas/mips/option-pic-relax-4.s create mode 100644 gas/testsuite/gas/mips/option-pic-relax-5.d create mode 100644 gas/testsuite/gas/mips/option-pic-relax-5.l create mode 100644 gas/testsuite/gas/mips/option-pic-relax-5.s