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 b80d4475804 sim: mips: add printf attribute to trace func new 4504a634677 gas: fix overflow diagnostics new bb32eac5a90 gas: fix hex float parsing from .dcb.? directives
The 2 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 | 16 +++++ gas/read.c | 135 ++++++++++++++++----------------------- gas/testsuite/gas/all/float.s | 16 +++++ gas/testsuite/gas/all/gas.exp | 21 ++++++ gas/testsuite/gas/all/overflow.l | 9 +++ gas/testsuite/gas/all/overflow.s | 26 ++++++++ gas/write.c | 5 +- 7 files changed, 147 insertions(+), 81 deletions(-) create mode 100644 gas/testsuite/gas/all/overflow.l create mode 100644 gas/testsuite/gas/all/overflow.s