This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch hjl/linux/master updated. 18bc6c1ac364282c0a2a112c6b50673fb19656ad


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, hjl/linux/master has been updated
       via  18bc6c1ac364282c0a2a112c6b50673fb19656ad (commit)
       via  eb905d78018a592001f9ea20c5049df4fd0ada5a (commit)
       via  1332de018cb67603f49ba39a5a2aafe33c19fdd8 (commit)
       via  379a5e2d36e4323702d48aeb794a8e42bf5bff5b (commit)
       via  4210d83ee607bffaf27a235f0475bf1e5ea8266d (commit)
       via  a75555d13b5d6c927cc0adca2a8b4bbd9da1200e (commit)
       via  3046b3d35684f30a0a0dfe88766b38b3fc578c6c (commit)
       via  35c081572f32263b24554ae40502fb5b51ece8c6 (commit)
       via  8a48ac9579f34efea9bc4f2d5b02230e2ac3dfc1 (commit)
       via  fb5e3d5c693cf9d56188a0ebd7ead5eba99bfdb4 (commit)
      from  98227b61ab21785e71b680fd1fc2d346de05d6a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=18bc6c1ac364282c0a2a112c6b50673fb19656ad

commit 18bc6c1ac364282c0a2a112c6b50673fb19656ad
Merge: eb905d7 1332de0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 13 09:09:40 2013 -0800

    Merge remote-tracking branch 'origin/master' into hjl/linux/master

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eb905d78018a592001f9ea20c5049df4fd0ada5a

commit eb905d78018a592001f9ea20c5049df4fd0ada5a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 13 09:09:10 2013 -0800

    Update version to 2.24.51.0.3

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog                               |   29 +
 bfd/Makefile.am                             |    4 +
 bfd/Makefile.in                             |    6 +
 bfd/archures.c                              |    8 +
 bfd/bfd-in2.h                               |  178 +
 bfd/config.bfd                              |   21 +
 bfd/configure                               |   24 +-
 bfd/configure.in                            |    6 +-
 bfd/cpu-nds32.c                             |   45 +
 bfd/elf-bfd.h                               |    1 +
 bfd/elf32-nds32.c                           |14271 +++++++++++++++++++++++++++
 bfd/elf32-nds32.h                           |  147 +
 bfd/libbfd.h                                |   94 +
 bfd/reloc.c                                 |  268 +
 bfd/targets.c                               |    8 +
 binutils/ChangeLog                          |   15 +
 binutils/MAINTAINERS                        |    2 +
 binutils/NEWS                               |    2 +
 binutils/readelf.c                          |  258 +
 binutils/testsuite/ChangeLog                |    6 +
 binutils/testsuite/binutils-all/objdump.exp |    4 +-
 binutils/testsuite/binutils-all/readelf.r   |    4 +-
 binutils/testsuite/binutils-all/readelf.s   |    2 +-
 gas/ChangeLog                               |   31 +
 gas/Makefile.am                             |    2 +
 gas/Makefile.in                             |   17 +
 gas/NEWS                                    |    2 +
 gas/config/tc-msp430.c                      |   21 +-
 gas/config/tc-nds32.c                       | 5920 +++++++++++
 gas/config/tc-nds32.h                       |  264 +
 gas/configure                               |   94 +
 gas/configure.in                            |   69 +
 gas/configure.tgt                           |    5 +
 gas/doc/Makefile.am                         |    1 +
 gas/doc/Makefile.in                         |    1 +
 gas/doc/all.texi                            |    5 +-
 gas/doc/as.texinfo                          |   38 +
 gas/doc/c-msp430.texi                       |   25 +-
 gas/doc/c-nds32.texi                        |  299 +
 gas/testsuite/ChangeLog                     |   32 +
 gas/testsuite/gas/all/gas.exp               |    8 +-
 gas/testsuite/gas/elf/elf.exp               |    2 +
 gas/testsuite/gas/lns/lns.exp               |    1 +
 gas/testsuite/gas/macros/irp.d              |    2 +-
 gas/testsuite/gas/macros/macros.exp         |    4 +-
 gas/testsuite/gas/macros/rept.d             |    2 +-
 gas/testsuite/gas/macros/test3.d            |    1 +
 gas/testsuite/gas/nds32/alu-1.d             |   47 +
 gas/testsuite/gas/nds32/alu-1.s             |   39 +
 gas/testsuite/gas/nds32/alu-2.d             |   42 +
 gas/testsuite/gas/nds32/alu-2.s             |   33 +
 gas/testsuite/gas/nds32/br-1.d              |   15 +
 gas/testsuite/gas/nds32/br-1.s              |    3 +
 gas/testsuite/gas/nds32/br-2.d              |   25 +
 gas/testsuite/gas/nds32/br-2.s              |    8 +
 gas/testsuite/gas/nds32/ji-jr.d             |   18 +
 gas/testsuite/gas/nds32/ji-jr.s             |    6 +
 gas/testsuite/gas/nds32/ls.d                |   25 +
 gas/testsuite/gas/nds32/ls.s                |   17 +
 gas/testsuite/gas/nds32/lsi.d               |   26 +
 gas/testsuite/gas/nds32/lsi.s               |   17 +
 gas/testsuite/gas/nds32/nds32.exp           |   30 +
 gas/testsuite/gas/nds32/to-16bit-v1.d       |   79 +
 gas/testsuite/gas/nds32/to-16bit-v1.s       |   70 +
 gas/testsuite/gas/nds32/to-16bit-v2.d       |   15 +
 gas/testsuite/gas/nds32/to-16bit-v2.s       |    6 +
 gas/testsuite/gas/nds32/to-16bit-v3.d       |   25 +
 gas/testsuite/gas/nds32/to-16bit-v3.s       |   16 +
 gdb/ChangeLog                               |   13 +
 gdb/ada-lang.c                              |   17 +-
 gdb/gdbserver/ChangeLog                     |   23 +
 gdb/gdbserver/Makefile.in                   |    6 +
 gdb/gdbserver/configure.srv                 |    6 +
 gdb/gdbserver/target.c                      |    5 +
 gdb/gdbserver/win32-low.c                   |  148 +-
 gdb/testsuite/ChangeLog                     |    4 +
 gdb/testsuite/gdb.ada/arraydim.exp          |   70 +
 gdb/testsuite/gdb.ada/arraydim/foo.adb      |   30 +
 gdb/testsuite/gdb.ada/arraydim/inc.c        |   18 +
 gdb/testsuite/gdb.ada/arraydim/pck.adb      |   22 +
 gdb/testsuite/gdb.ada/arraydim/pck.ads      |   20 +
 include/ChangeLog                           |    5 +
 include/dis-asm.h                           |    4 +-
 include/elf/ChangeLog                       |    5 +
 include/elf/nds32.h                         |  282 +
 include/opcode/ChangeLog                    |    5 +
 include/opcode/nds32.h                      |  829 ++
 ld/ChangeLog                                |   20 +
 ld/Makefile.am                              |   30 +
 ld/Makefile.in                              |   36 +
 ld/NEWS                                     |    2 +
 ld/configure.tgt                            |   14 +-
 ld/emulparams/nds32belf.sh                  |    2 +
 ld/emulparams/nds32belf16m.sh               |    2 +
 ld/emulparams/nds32belf_linux.sh            |    2 +
 ld/emulparams/nds32elf.sh                   |   19 +
 ld/emulparams/nds32elf16m.sh                |   19 +
 ld/emulparams/nds32elf_linux.sh             |   36 +
 ld/emultempl/nds32elf.em                    |  475 +
 ld/gen-doc.texi                             |    1 +
 ld/ld.texinfo                               |   52 +
 ld/scripttempl/nds32elf.sc                  |  615 ++
 ld/testsuite/ChangeLog                      |   33 +
 ld/testsuite/ld-nds32/branch.d              |   24 +
 ld/testsuite/ld-nds32/branch.ld             |    6 +
 ld/testsuite/ld-nds32/branch.s              |   18 +
 ld/testsuite/ld-nds32/diff.d                |   16 +
 ld/testsuite/ld-nds32/diff.ld               |   10 +
 ld/testsuite/ld-nds32/diff.s                |   32 +
 ld/testsuite/ld-nds32/gp.d                  |   18 +
 ld/testsuite/ld-nds32/gp.ld                 |   11 +
 ld/testsuite/ld-nds32/gp.s                  |   18 +
 ld/testsuite/ld-nds32/imm.d                 |   15 +
 ld/testsuite/ld-nds32/imm.ld                |    6 +
 ld/testsuite/ld-nds32/imm.s                 |    7 +
 ld/testsuite/ld-nds32/imm_symbol.s          |    7 +
 ld/testsuite/ld-nds32/nds32.exp             |   26 +
 ld/testsuite/ld-nds32/relax_jmp.d           |   12 +
 ld/testsuite/ld-nds32/relax_jmp.ld          |    6 +
 ld/testsuite/ld-nds32/relax_jmp.s           |   10 +
 ld/testsuite/ld-nds32/relax_load_store.d    |   12 +
 ld/testsuite/ld-nds32/relax_load_store.ld   |   10 +
 ld/testsuite/ld-nds32/relax_load_store.s    |   17 +
 ld/testsuite/lib/ld-lib.exp                 |   13 +
 opcodes/ChangeLog                           |   18 +
 opcodes/Makefile.am                         |    2 +
 opcodes/Makefile.in                         |    4 +
 opcodes/configure                           |    1 +
 opcodes/configure.in                        |    1 +
 opcodes/disassemble.c                       |    6 +
 opcodes/nds32-asm.c                         | 1634 +++
 opcodes/nds32-asm.h                         |  190 +
 opcodes/nds32-dis.c                         | 1196 +++
 opcodes/nds32-opc.h                         |  209 +
 134 files changed, 29173 insertions(+), 63 deletions(-)
 create mode 100644 bfd/cpu-nds32.c
 create mode 100644 bfd/elf32-nds32.c
 create mode 100644 bfd/elf32-nds32.h
 create mode 100644 gas/config/tc-nds32.c
 create mode 100644 gas/config/tc-nds32.h
 create mode 100644 gas/doc/c-nds32.texi
 create mode 100644 gas/testsuite/gas/nds32/alu-1.d
 create mode 100644 gas/testsuite/gas/nds32/alu-1.s
 create mode 100644 gas/testsuite/gas/nds32/alu-2.d
 create mode 100644 gas/testsuite/gas/nds32/alu-2.s
 create mode 100644 gas/testsuite/gas/nds32/br-1.d
 create mode 100644 gas/testsuite/gas/nds32/br-1.s
 create mode 100644 gas/testsuite/gas/nds32/br-2.d
 create mode 100644 gas/testsuite/gas/nds32/br-2.s
 create mode 100644 gas/testsuite/gas/nds32/ji-jr.d
 create mode 100644 gas/testsuite/gas/nds32/ji-jr.s
 create mode 100644 gas/testsuite/gas/nds32/ls.d
 create mode 100644 gas/testsuite/gas/nds32/ls.s
 create mode 100644 gas/testsuite/gas/nds32/lsi.d
 create mode 100644 gas/testsuite/gas/nds32/lsi.s
 create mode 100644 gas/testsuite/gas/nds32/nds32.exp
 create mode 100644 gas/testsuite/gas/nds32/to-16bit-v1.d
 create mode 100644 gas/testsuite/gas/nds32/to-16bit-v1.s
 create mode 100644 gas/testsuite/gas/nds32/to-16bit-v2.d
 create mode 100644 gas/testsuite/gas/nds32/to-16bit-v2.s
 create mode 100644 gas/testsuite/gas/nds32/to-16bit-v3.d
 create mode 100644 gas/testsuite/gas/nds32/to-16bit-v3.s
 create mode 100644 gdb/testsuite/gdb.ada/arraydim.exp
 create mode 100644 gdb/testsuite/gdb.ada/arraydim/foo.adb
 create mode 100644 gdb/testsuite/gdb.ada/arraydim/inc.c
 create mode 100644 gdb/testsuite/gdb.ada/arraydim/pck.adb
 create mode 100644 gdb/testsuite/gdb.ada/arraydim/pck.ads
 create mode 100644 include/elf/nds32.h
 create mode 100644 include/opcode/nds32.h
 create mode 100644 ld/emulparams/nds32belf.sh
 create mode 100644 ld/emulparams/nds32belf16m.sh
 create mode 100644 ld/emulparams/nds32belf_linux.sh
 create mode 100644 ld/emulparams/nds32elf.sh
 create mode 100644 ld/emulparams/nds32elf16m.sh
 create mode 100644 ld/emulparams/nds32elf_linux.sh
 create mode 100644 ld/emultempl/nds32elf.em
 create mode 100644 ld/scripttempl/nds32elf.sc
 create mode 100644 ld/testsuite/ld-nds32/branch.d
 create mode 100644 ld/testsuite/ld-nds32/branch.ld
 create mode 100644 ld/testsuite/ld-nds32/branch.s
 create mode 100644 ld/testsuite/ld-nds32/diff.d
 create mode 100644 ld/testsuite/ld-nds32/diff.ld
 create mode 100644 ld/testsuite/ld-nds32/diff.s
 create mode 100644 ld/testsuite/ld-nds32/gp.d
 create mode 100644 ld/testsuite/ld-nds32/gp.ld
 create mode 100644 ld/testsuite/ld-nds32/gp.s
 create mode 100644 ld/testsuite/ld-nds32/imm.d
 create mode 100644 ld/testsuite/ld-nds32/imm.ld
 create mode 100644 ld/testsuite/ld-nds32/imm.s
 create mode 100644 ld/testsuite/ld-nds32/imm_symbol.s
 create mode 100644 ld/testsuite/ld-nds32/nds32.exp
 create mode 100644 ld/testsuite/ld-nds32/relax_jmp.d
 create mode 100644 ld/testsuite/ld-nds32/relax_jmp.ld
 create mode 100644 ld/testsuite/ld-nds32/relax_jmp.s
 create mode 100644 ld/testsuite/ld-nds32/relax_load_store.d
 create mode 100644 ld/testsuite/ld-nds32/relax_load_store.ld
 create mode 100644 ld/testsuite/ld-nds32/relax_load_store.s
 create mode 100644 opcodes/nds32-asm.c
 create mode 100644 opcodes/nds32-asm.h
 create mode 100644 opcodes/nds32-dis.c
 create mode 100644 opcodes/nds32-opc.h


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]