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 c24d0e8d485 Reinstate gas em=freebsd for sparc-freebsd new 131cb553d6d MSP430: Fix relocation overflow when using #lo(EXP) macro
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 | 13 +++++++++++ gas/config/tc-msp430.c | 35 ++++++++++++++++++++---------- gas/testsuite/gas/msp430/msp430.exp | 1 + gas/testsuite/gas/msp430/reloc-lo-430x.d | 5 +++++ gas/testsuite/gas/msp430/reloc-lo-430x.s | 22 +++++++++++++++++++ include/ChangeLog | 5 +++++ include/opcode/msp430.h | 15 +++++++++++++ ld/ChangeLog | 5 +++++ ld/testsuite/ld-msp430-elf/msp430-elf.exp | 2 ++ ld/testsuite/ld-msp430-elf/reloc-lo-430x.s | 22 +++++++++++++++++++ 10 files changed, 114 insertions(+), 11 deletions(-) create mode 100644 gas/testsuite/gas/msp430/reloc-lo-430x.d create mode 100644 gas/testsuite/gas/msp430/reloc-lo-430x.s create mode 100644 ld/testsuite/ld-msp430-elf/reloc-lo-430x.s