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 1ca89940494 libsframe: remove runstatedir in Makefile.in new 479edf0a6a6 Add support for a .base64 pseudo-op to gas
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/NEWS | 3 + gas/doc/as.texi | 14 ++ gas/read.c | 323 +++++++++++++++++++++++++++++++++++++ gas/read.h | 1 + gas/testsuite/gas/all/base64-bad.d | 5 + gas/testsuite/gas/all/base64-bad.l | 11 ++ gas/testsuite/gas/all/base64-bad.s | 10 ++ gas/testsuite/gas/all/base64.d | 20 +++ gas/testsuite/gas/all/base64.s | 8 + gas/testsuite/gas/all/gas.exp | 3 + 10 files changed, 398 insertions(+) create mode 100644 gas/testsuite/gas/all/base64-bad.d create mode 100644 gas/testsuite/gas/all/base64-bad.l create mode 100644 gas/testsuite/gas/all/base64-bad.s create mode 100644 gas/testsuite/gas/all/base64.d create mode 100644 gas/testsuite/gas/all/base64.s