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 74def31 This patch ensure same output for sleb128 with large number. new 07ccf83 [ARC] Add new linker emulation for nps
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: ld/ChangeLog | 13 +++++++ ld/Makefile.am | 6 +++ ld/Makefile.in | 7 ++++ ld/configure.tgt | 4 +- ld/emulparams/arc-nps.sh | 78 ++++++++++++++++++++++++++++++++++++++ ld/emulparams/arclinux_nps.sh | 3 ++ ld/testsuite/ld-arc/arclinux-nps.d | 50 ++++++++++++++++++++++++ ld/testsuite/ld-arc/arclinux-nps.s | 46 ++++++++++++++++++++++ 8 files changed, 205 insertions(+), 2 deletions(-) create mode 100644 ld/emulparams/arc-nps.sh create mode 100644 ld/emulparams/arclinux_nps.sh create mode 100644 ld/testsuite/ld-arc/arclinux-nps.d create mode 100644 ld/testsuite/ld-arc/arclinux-nps.s