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 de7985c3cc More gdb/skip.c C++ification new 76db0a2e17 Also disallow global alias of common symbol
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 | 20 ++++++++++++++++++++ gas/read.c | 2 +- gas/testsuite/gas/elf/common5a.d | 5 +++++ gas/testsuite/gas/elf/common5a.l | 2 ++ gas/testsuite/gas/elf/common5a.s | 3 +++ gas/testsuite/gas/elf/common5b.d | 5 +++++ gas/testsuite/gas/elf/common5b.l | 2 ++ gas/testsuite/gas/elf/common5b.s | 3 +++ gas/testsuite/gas/elf/common5c.d | 5 +++++ gas/testsuite/gas/elf/common5c.s | 2 ++ gas/testsuite/gas/elf/common5d.d | 5 +++++ gas/testsuite/gas/elf/common5d.s | 2 ++ gas/testsuite/gas/elf/elf.exp | 4 ++++ gas/write.c | 5 ++--- 14 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 gas/testsuite/gas/elf/common5a.d create mode 100644 gas/testsuite/gas/elf/common5a.l create mode 100644 gas/testsuite/gas/elf/common5a.s create mode 100644 gas/testsuite/gas/elf/common5b.d create mode 100644 gas/testsuite/gas/elf/common5b.l create mode 100644 gas/testsuite/gas/elf/common5b.s create mode 100644 gas/testsuite/gas/elf/common5c.d create mode 100644 gas/testsuite/gas/elf/common5c.s create mode 100644 gas/testsuite/gas/elf/common5d.d create mode 100644 gas/testsuite/gas/elf/common5d.s