98efba9 This commit was manufactured by cvs2svn to create branch

Authored and Committed by nobody 15 years ago
387 files changed. 63888 lines added. 16377 lines removed.
ChangeLog
file modified
+38 -0
Makefile.def
file modified
+2 -0
Makefile.in
file modified
+11 -2
Makefile.tpl
file modified
+9 -2
bfd/ChangeLog
file modified
+201 -2
bfd/Makefile.am
file modified
+5 -6
bfd/Makefile.in
file modified
+24 -13
bfd/aclocal.m4
file modified
+1 -0
bfd/bfd-in2.h
file modified
+13 -0
bfd/cache.c
file modified
+6 -2
bfd/coff64-rs6000.c
file modified
+1 -1
bfd/coffgen.c
file modified
+41 -0
bfd/cofflink.c
file modified
+5 -5
bfd/config.in
file modified
+6 -0
bfd/configure
file modified
+1650 -495
bfd/configure.in
file modified
+3 -2
bfd/doc/Makefile.in
file modified
+17 -5
bfd/dwarf2.c
file modified
+99 -33
bfd/elf-bfd.h
file modified
+1 -1
bfd/elf-eh-frame.c
file modified
+29 -4
bfd/elf.c
file modified
+63 -40
bfd/elf32-cris.c
file modified
+37 -2
bfd/elf32-ppc.c
file modified
+116 -75
bfd/elf32-sh-symbian.c
file modified
+3 -10
bfd/elf32-spu.c
file modified
+24 -8
bfd/elf32-xtensa.c
file modified
+13 -3
bfd/elf64-ppc.c
file modified
+17 -17
bfd/elflink.c
file modified
+111 -39
bfd/elfxx-mips.c
file modified
+2 -1
bfd/libbfd.h
file modified
+11 -0
bfd/linker.c
file modified
+30 -12
bfd/po/id.po
file added
+3837
bfd/po/vi.po
file modified
+1024 -888
bfd/reloc.c
file modified
+25 -0
bfd/version.h
file modified
+1 -1
binutils/BRANCHES
file modified
+2 -0
binutils/ChangeLog
file modified
+102 -0
binutils/Makefile.in
file modified
+17 -5
binutils/aclocal.m4
file modified
+1 -0
binutils/config.in
file modified
+6 -0
binutils/configure
file modified
+1909 -754
binutils/configure.in
file modified
+2 -1
binutils/dlltool.c
file modified
+27 -16
binutils/doc/Makefile.in
file modified
+15 -3
binutils/dwarf.c
file modified
+54 -35
binutils/embedspu.sh
file modified
+1 -1
binutils/objcopy.c
file modified
+12 -7
binutils/po/id.po
file added
+6248
binutils/po/sv.po
file modified
+2027 -2667
binutils/readelf.c
file modified
+85 -24
binutils/stabs.c
file modified
+28 -6
binutils/testsuite/ChangeLog
file modified
+40 -0
binutils/testsuite/binutils-all/group-2.s
file added
+8
binutils/testsuite/binutils-all/group-3.s
file added
+8
binutils/testsuite/binutils-all/group-4.s
file added
+6
binutils/testsuite/binutils-all/group.s
file modified
+2 -2
binutils/testsuite/binutils-all/objcopy.exp
file modified
+9 -0
binutils/testsuite/binutils-all/objdump.W
file modified
+1 -1
binutils/testsuite/binutils-all/strip-4.d
file added
+11
binutils/testsuite/binutils-all/strip-5.d
file added
+18
binutils/testsuite/binutils-all/strip-6.d
file added
+11
binutils/testsuite/binutils-all/strip-7.d
file added
+18
binutils/testsuite/binutils-all/strip-8.d
file added
+11
binutils/testsuite/binutils-all/strip-9.d
file added
+18
binutils/windmc.c
file modified
+1 -1
binutils/windres.c
file modified
+2 -2
configure
file modified
+12 -2
configure.ac
file modified
+8 -1
gas/ChangeLog
file modified
+279 -0
gas/Makefile.am
file modified
+158 -172
gas/Makefile.in
file modified
+172 -173
gas/NEWS
file modified
+3 -0
gas/aclocal.m4
file modified
+1 -0
gas/app.c
file modified
+3 -1
gas/config.in
file modified
+6 -0
gas/config/bfin-parse.y
file modified
+12 -14
gas/config/tc-bfin.c
file modified
+6 -6
gas/config/tc-cris.c
file modified
+89 -39
gas/config/tc-frv.c
file modified
+1 -1
gas/config/tc-frv.h
file modified
+1 -1
gas/config/tc-hppa.c
file modified
+10 -0
gas/config/tc-hppa.h
file modified
+1 -1
gas/config/tc-i386.c
file modified
+17 -27
gas/config/tc-i386.h
file modified
+49 -0
gas/config/tc-m68k.c
file modified
+3 -3
gas/config/tc-mips.c
file modified
+5 -5
gas/config/tc-mmix.c
file modified
+12 -3
gas/config/tc-mmix.h
file modified
+3 -0
gas/config/tc-mn10300.h
file modified
+1 -1
gas/config/tc-ns32k.c
file modified
+1 -1
gas/config/tc-ppc.c
file modified
+2 -9
gas/config/tc-sh.h
file modified
+13 -8
gas/config/tc-sh64.h
file modified
+5 -4
gas/config/tc-tic4x.c
file modified
+1 -0
gas/config/tc-xtensa.c
file modified
+1 -1
gas/config/tc-xtensa.h
file modified
+1 -1
gas/config/tc-z80.c
file modified
+1 -1
gas/config/te-solaris.h
file added
+30
gas/configure
file modified
+1910 -755
gas/configure.in
file modified
+2 -1
gas/configure.tgt
file modified
+5 -4
gas/doc/Makefile.in
file modified
+14 -1
gas/doc/as.texinfo
file modified
+229 -185
gas/doc/internals.texi
file modified
+8 -3
gas/dw2gencfi.c
file modified
+146 -4
gas/frags.c
file modified
+1 -1
gas/hash.c
file modified
+2 -2
gas/listing.c
file modified
+16 -3
gas/po/id.po
file added
+15310
gas/read.c
file modified
+34 -12
gas/symbols.c
file modified
+4 -2
gas/testsuite/ChangeLog
file modified
+77 -0
gas/testsuite/gas/all/gas.exp
file modified
+19 -10
gas/testsuite/gas/cfi/cfi-alpha-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-alpha-3.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-arm-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-common-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-common-2.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-common-3.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-common-4.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-common-5.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-common-6.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-hppa-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-i386-2.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-i386.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-m68k.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-mips-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-ppc-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-s390-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-s390x-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-sh-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-sparc-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-sparc64-1.d
file modified
+1 -1
gas/testsuite/gas/cfi/cfi-x86_64.d
file modified
+1 -1
gas/testsuite/gas/cris/rd-tls-1.d
file added
+28
gas/testsuite/gas/cris/rd-tls-1.s
file added
+16
gas/testsuite/gas/cris/rd-tls-2.d
file added
+48
gas/testsuite/gas/cris/rd-tls-2.s
file added
+26
gas/testsuite/gas/cris/tls-err-1.s
file added
+16
gas/testsuite/gas/cris/tls-err-2.s
file added
+19
gas/testsuite/gas/cris/tls-err-3.s
file added
+14
gas/testsuite/gas/elf/elf.exp
file modified
+5 -1
gas/testsuite/gas/i386/i386.exp
file modified
+4 -0
gas/testsuite/gas/i386/nops-5-i686.d
file added
+73
gas/testsuite/gas/i386/nops-5.d
file added
+71
gas/testsuite/gas/i386/nops-5.s
file added
+70
gas/testsuite/gas/i386/sse2avx.d
file modified
+568 -8
gas/testsuite/gas/i386/sse2avx.s
file modified
+651 -8
gas/testsuite/gas/i386/x86-64-nops-5-k8.d
file added
+73
gas/testsuite/gas/i386/x86-64-nops-5.d
file added
+72
gas/testsuite/gas/i386/x86-64-sse2avx.d
file modified
+597 -8
gas/testsuite/gas/i386/x86-64-sse2avx.s
file modified
+694 -8
gas/testsuite/gas/ppc/common.d
file added
+190
gas/testsuite/gas/ppc/common.s
file added
+182
gas/testsuite/gas/ppc/power4_32.d
file added
+43
gas/testsuite/gas/ppc/power4_32.s
file added
+36
gas/testsuite/gas/ppc/power6.d
file modified
+24 -1
gas/testsuite/gas/ppc/power6.s
file modified
+24 -0
gas/testsuite/gas/ppc/ppc.exp
file modified
+2 -0
gas/testsuite/gas/s390/esa-g5.d
file modified
+26 -21
gas/testsuite/gas/s390/esa-g5.s
file modified
+6 -2
gas/testsuite/gas/s390/esa-z990.d
file modified
+2 -0
gas/testsuite/gas/s390/esa-z990.s
file modified
+1 -0
gas/testsuite/gas/s390/zarch-z900.d
file modified
+0 -3
gas/testsuite/gas/s390/zarch-z900.s
file modified
+0 -3
gas/testsuite/gas/s390/zarch-z990.d
file modified
+0 -2
gas/testsuite/gas/s390/zarch-z990.s
file modified
+0 -1
gas/testsuite/gas/z80/arith.d
file added
+149
gas/testsuite/gas/z80/arith.s
file added
+162
gas/testsuite/gas/z80/bit.d
file added
+249
gas/testsuite/gas/z80/bit.s
file added
+245
gas/testsuite/gas/z80/block.d
file added
+25
gas/testsuite/gas/z80/block.s
file added
+23
gas/testsuite/gas/z80/branch.d
file added
+54
gas/testsuite/gas/z80/branch.s
file added
+57
gas/testsuite/gas/z80/inout.d
file added
+24
gas/testsuite/gas/z80/inout.s
file added
+23
gas/testsuite/gas/z80/ld-group.d
file added
+154
gas/testsuite/gas/z80/ld-group.s
file added
+169
gas/testsuite/gas/z80/misc.d
file added
+26
gas/testsuite/gas/z80/misc.s
file added
+26
gas/testsuite/gas/z80/rotate.d
file added
+86
gas/testsuite/gas/z80/rotate.s
file added
+81
gas/testsuite/gas/z80/z80.exp
file modified
+16 -0
gas/write.c
file modified
+32 -18
gold/ChangeLog
file modified
+176 -0
gold/Makefile.am
file modified
+8 -1
gold/Makefile.in
file modified
+11 -3
gold/archive.cc
file modified
+39 -7
gold/archive.h
file modified
+1 -1
gold/config.in
file modified
+3 -0
gold/configure
file modified
+40 -1
gold/configure.ac
file modified
+14 -0
gold/descriptors.cc
file modified
+21 -1
gold/descriptors.h
file modified
+12 -0
gold/fileread.cc
file modified
+23 -0
gold/fileread.h
file modified
+13 -0
gold/gold.cc
file modified
+12 -0
gold/i386.cc
file modified
+8 -4
gold/layout.cc
file modified
+4 -0
gold/main.cc
file modified
+5 -0
gold/mapfile.cc
file modified
+1 -1
gold/object.cc
file modified
+7 -7
gold/object.h
file modified
+27 -2
gold/options.cc
file modified
+24 -1
gold/options.h
file modified
+40 -0
gold/output.cc
file modified
+5 -5
gold/output.h
file modified
+3 -1
gold/plugin.cc
file added
+984
gold/plugin.h
file added
+457
gold/powerpc.cc
file modified
+1 -1
gold/readsyms.cc
file modified
+48 -28
gold/reloc.cc
file modified
+10 -10
gold/resolve.cc
file modified
+19 -0
gold/sparc.cc
file modified
+1 -1
gold/symtab.cc
file modified
+131 -5
gold/symtab.h
file modified
+25 -1
gold/target-reloc.h
file modified
+4 -2
gold/target.h
file modified
+2 -2
gold/testsuite/Makefile.am
file modified
+78 -2
gold/testsuite/Makefile.in
file modified
+190 -41
gold/testsuite/plugin_test.c
file added
+427
gold/testsuite/plugin_test_1.sh
file added
+56
gold/testsuite/plugin_test_2.sh
file added
+54
gold/testsuite/thin_archive_main.cc
file added
+39
gold/testsuite/thin_archive_test_1.cc
file added
+37
gold/testsuite/thin_archive_test_2.cc
file added
+37
gold/testsuite/thin_archive_test_3.cc
file added
+37
gold/testsuite/thin_archive_test_4.cc
file added
+35
gold/x86_64.cc
file modified
+8 -4
gprof/ChangeLog
file modified
+21 -0
gprof/Makefile.in
file modified
+13 -1
gprof/aclocal.m4
file modified
+1 -0
gprof/configure
file modified
+1929 -774
gprof/configure.in
file modified
+1 -0
gprof/gconfig.in
file modified
+6 -0
gprof/po/ro.po
file added
+548
gprof/po/vi.po
file modified
+38 -40
include/ChangeLog
file modified
+32 -0
include/demangle.h
file modified
+5 -1
include/elf/ChangeLog
file modified
+11 -0
include/elf/cris.h
file modified
+76 -0
include/elf/dwarf2.h
file modified
+1 -0
include/elf/ppc.h
file modified
+5 -0
include/obstack.h
file modified
+2 -2
include/plugin-api.h
file added
+242
ld/ChangeLog
file modified
+178 -3
ld/Makefile.am
file modified
+3 -4
ld/Makefile.in
file modified
+16 -5
ld/aclocal.m4
file modified
+1 -0
ld/config.in
file modified
+6 -0
ld/configure
file modified
+1930 -775
ld/configure.in
file modified
+2 -1
ld/emulparams/arcelf.sh
file modified
+1 -0
ld/emulparams/criself.sh
file modified
+1 -0
ld/emulparams/crislinux.sh
file modified
+1 -0
ld/emulparams/elf32_i860.sh
file modified
+1 -0
ld/emulparams/elf32_i960.sh
file modified
+3 -1
ld/emulparams/elf32_sparc.sh
file modified
+1 -0
ld/emulparams/elf32_spu.sh
file modified
+1 -0
ld/emulparams/elf32am33lin.sh
file modified
+1 -0
ld/emulparams/elf32fr30.sh
file modified
+1 -0
ld/emulparams/elf32ip2k.sh
file modified
+1 -0
ld/emulparams/elf32mcore.sh
file modified
+1 -0
ld/emulparams/elf32openrisc.sh
file modified
+1 -0
ld/emulparams/elf32ppccommon.sh
file modified
+1 -0
ld/emulparams/elf32ppcwindiss.sh
file modified
+1 -0
ld/emulparams/elf32vax.sh
file modified
+1 -0
ld/emulparams/elf64_s390.sh
file modified
+1 -0
ld/emulparams/elf64_sparc.sh
file modified
+1 -0
ld/emulparams/elf64alpha.sh
file modified
+1 -0
ld/emulparams/elf64mmix.sh
file modified
+1 -0
ld/emulparams/elf64ppc.sh
file modified
+4 -1
ld/emulparams/elf_i386.sh
file modified
+1 -0
ld/emulparams/elf_i386_be.sh
file modified
+1 -0
ld/emulparams/elf_i386_ldso.sh
file modified
+1 -0
ld/emulparams/elf_i386_vxworks.sh
file modified
+1 -0
ld/emulparams/elf_s390.sh
file modified
+1 -0
ld/emulparams/elf_x86_64.sh
file modified
+1 -0
ld/emulparams/h8300elf.sh
file modified
+1 -0
ld/emulparams/hppa64linux.sh
file modified
+1 -0
ld/emulparams/hppalinux.sh
file modified
+1 -0
ld/emulparams/i386lynx.sh
file modified
+1 -0
ld/emulparams/i386moss.sh
file modified
+1 -0
ld/emulparams/i386nto.sh
file modified
+1 -0
ld/emulparams/m68kelf.sh
file modified
+1 -0
ld/emulparams/mn10200.sh
file modified
+1 -0
ld/emulparams/or32elf.sh
file modified
+1 -0
ld/emulparams/pjelf.sh
file modified
+1 -0
ld/emulparams/ppclynx.sh
file modified
+1 -0
ld/emulparams/scoreelf.sh
file modified
+1 -0
ld/emulparams/shelf.sh
file modified
+1 -0
ld/emulparams/shelf32.sh
file modified
+1 -0
ld/emulparams/shelf_nto.sh
file modified
+1 -0
ld/emulparams/shelf_vxworks.sh
file modified
+1 -0
ld/emulparams/shlelf32_linux.sh
file modified
+1 -0
ld/emulparams/shlelf_linux.sh
file modified
+1 -0
ld/emulparams/shlelf_nto.sh
file modified
+1 -0
ld/emultempl/armelf.em
file modified
+11 -11
ld/emultempl/beos.em
file modified
+9 -10
ld/emultempl/elf32.em
file modified
+48 -49
ld/emultempl/genelf.em
file modified
+20 -0
ld/emultempl/mmo.em
file modified
+9 -9
ld/emultempl/pe.em
file modified
+18 -32
ld/emultempl/pep.em
file modified
+17 -31
ld/emultempl/spuelf.em
file modified
+1 -6
ld/emultempl/sunos.em
file modified
+1 -1
ld/ldemul.c
file modified
+4 -4
ld/ldemul.h
file modified
+4 -4
ld/ldexp.c
file modified
+137 -138
ld/ldlang.c
file modified
+69 -30
ld/ldlang.h
file modified
+1 -3
ld/pe-dll.c
file modified
+1 -0
ld/po/id.po
file added
+2019
ld/po/vi.po
file modified
+507 -487
ld/scripttempl/avr.sc
file modified
+3 -3
ld/scripttempl/elf.sc
file modified
+50 -8
ld/testsuite/ChangeLog
file modified
+100 -0
ld/testsuite/ld-elf/comm1.c
file added
+17
ld/testsuite/ld-elf/eh-frame-hdr.d
file modified
+1 -11
ld/testsuite/ld-elf/eh-group.exp
file added
+56
ld/testsuite/ld-elf/eh-group1.s
file added
+6
ld/testsuite/ld-elf/eh-group2.s
file added
+4
ld/testsuite/ld-elf/eh1.d
file modified
+1 -1
ld/testsuite/ld-elf/eh2.d
file modified
+1 -1
ld/testsuite/ld-elf/eh3.d
file modified
+1 -1
ld/testsuite/ld-elf/eh4.d
file modified
+1 -1
ld/testsuite/ld-elf/eh5.d
file modified
+9 -8
ld/testsuite/ld-elf/eh5b.s
file modified
+6 -0
ld/testsuite/ld-elf/eh6.d
file modified
+1 -1
ld/testsuite/ld-elf/extract-symbol-1sec.d
file modified
+2 -2
ld/testsuite/ld-elf/func1.c
file added
+2
ld/testsuite/ld-elf/group4.d
file added
+16
ld/testsuite/ld-elf/group5.d
file added
+16
ld/testsuite/ld-elf/group6.d
file added
+16
ld/testsuite/ld-elf/group7.d
file added
+28
ld/testsuite/ld-elf/shared.exp
file modified
+12 -0
ld/testsuite/ld-elf/stab.d
file modified
+4 -1
ld/testsuite/ld-elfcomm/common1b.c
file modified
+5 -1
ld/testsuite/ld-gc/gc.c
file modified
+20 -0
ld/testsuite/ld-ia64/tlsbin.rd
file modified
+2 -2
ld/testsuite/ld-ia64/tlspic.rd
file modified
+2 -2
ld/testsuite/ld-mips-elf/eh-frame1-n32.d
file modified
+1 -1
ld/testsuite/ld-mips-elf/eh-frame1-n64.d
file modified
+1 -1
ld/testsuite/ld-mips-elf/eh-frame2-n32.d
file modified
+1 -1
ld/testsuite/ld-mips-elf/eh-frame2-n64.d
file modified
+1 -1
ld/testsuite/ld-mips-elf/eh-frame3.d
file modified
+1 -1
ld/testsuite/ld-mips-elf/eh-frame4.d
file modified
+1 -1
ld/testsuite/ld-mips-elf/reloc-estimate-1.d
file modified
+1 -1
ld/testsuite/ld-powerpc/attr-gnu-12-1.s
file added
+1
ld/testsuite/ld-powerpc/attr-gnu-12-11.d
file added
+10
ld/testsuite/ld-powerpc/attr-gnu-12-2.s
file added
+1
ld/testsuite/ld-powerpc/attr-gnu-12-21.d
file added
+6
ld/testsuite/ld-powerpc/powerpc.exp
file modified
+3 -0
ld/testsuite/ld-powerpc/vxworks1-lib.rd
file modified
+5 -5
ld/testsuite/ld-shared/main.c
file modified
+22 -16
ld/testsuite/lib/ld-lib.exp
file modified
+38 -1
libiberty/ChangeLog
file modified
+54 -1
libiberty/Makefile.in
file modified
+5 -5
libiberty/config.in
file modified
+6 -0
libiberty/configure
file modified
+366 -1
libiberty/configure.ac
file modified
+1 -0
libiberty/cp-demangle.c
file modified
+316 -48
libiberty/cp-demangle.h
file modified
+1 -1
libiberty/testsuite/demangle-expected
file modified
+25 -5
libiberty/xstrdup.c
file modified
+1 -1
libtool.m4
file modified
+529 -331
ltgcc.m4
file modified
+1 -1
ltmain.sh
file modified
+5788 -4770
ltoptions.m4
file modified
+99 -73
ltsugar.m4
file modified
+25 -27
ltversion.m4
file modified
+9 -9
lt~obsolete.m4
file modified
+6 -3
opcodes/ChangeLog
file modified
+67 -0
opcodes/Makefile.am
file modified
+304 -377
opcodes/Makefile.in
file modified
+317 -378
opcodes/aclocal.m4
file modified
+1 -0
opcodes/configure
file modified
+1103 -309
opcodes/configure.in
file modified
+4 -0
opcodes/i386-gen.c
file modified
+195 -132
opcodes/i386-opc.tbl
file modified
+16 -16
opcodes/i386-tbl.h
file modified
+32 -32
opcodes/po/fr.po
file modified
+734 -333
opcodes/po/vi.po
file modified
+159 -127
opcodes/s390-opc.c
file modified
+0 -2
opcodes/s390-opc.txt
file modified
+11 -10
opcodes/z80-dis.c
file modified
+5 -1
    This commit was manufactured by cvs2svn to create branch
    'arc-20081103-branch'.
    
    Sprout from binutils-2_19-branch 2008-09-08 08:56:58 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'binutils-'
    Cherrypick from binutils-2_19-branch 2009-01-03 17:43:46 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'binutils-':
        gas/testsuite/gas/ppc/common.d
        gas/testsuite/gas/ppc/common.s
        ld/testsuite/ld-powerpc/attr-gnu-12-1.s
        ld/testsuite/ld-powerpc/attr-gnu-12-11.d
        ld/testsuite/ld-powerpc/attr-gnu-12-2.s
        ld/testsuite/ld-powerpc/attr-gnu-12-21.d
    Cherrypick from binutils-2_19-branch 2008-09-11 09:06:56 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'binutils-':
        gprof/po/ro.po
    Cherrypick from binutils-2_19-branch 2008-09-26 07:02:45 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'binutils-':
        gas/config/te-solaris.h
    Cherrypick from master 2008-11-02 23:59:45 UTC Alan Modra <amodra@gmail.com> 'daily update':
        ChangeLog
        Makefile.def
        Makefile.in
        Makefile.tpl
        bfd/ChangeLog
        bfd/Makefile.am
        bfd/Makefile.in
        bfd/aclocal.m4
        bfd/bfd-in2.h
        bfd/cache.c
        bfd/coff64-rs6000.c
        bfd/coffgen.c
        bfd/cofflink.c
        bfd/config.in
        bfd/configure
        bfd/configure.in
        bfd/doc/Makefile.in
        bfd/dwarf2.c
        bfd/elf-bfd.h
        bfd/elf-eh-frame.c
        bfd/elf.c
        bfd/elf32-cris.c
        bfd/elf32-ppc.c
        bfd/elf32-sh-symbian.c
        bfd/elf32-spu.c
        bfd/elf32-xtensa.c
        bfd/elf64-ppc.c
        bfd/elflink.c
        bfd/elfxx-mips.c
        bfd/libbfd.h
        bfd/linker.c
        bfd/po/id.po
        bfd/po/vi.po
        bfd/reloc.c
        bfd/version.h
        binutils/BRANCHES
        binutils/ChangeLog
        binutils/Makefile.in
        binutils/aclocal.m4
        binutils/config.in
        binutils/configure
        binutils/configure.in
        binutils/dlltool.c
        binutils/doc/Makefile.in
        binutils/dwarf.c
        binutils/embedspu.sh
        binutils/objcopy.c
        binutils/po/id.po
        binutils/po/sv.po
        binutils/readelf.c
        binutils/stabs.c
        binutils/testsuite/ChangeLog
        binutils/testsuite/binutils-all/group-2.s
        binutils/testsuite/binutils-all/group-3.s
        binutils/testsuite/binutils-all/group-4.s
        binutils/testsuite/binutils-all/group.s
        binutils/testsuite/binutils-all/objcopy.exp
        binutils/testsuite/binutils-all/objdump.W
        binutils/testsuite/binutils-all/strip-4.d
        binutils/testsuite/binutils-all/strip-5.d
        binutils/testsuite/binutils-all/strip-6.d
        binutils/testsuite/binutils-all/strip-7.d
        binutils/testsuite/binutils-all/strip-8.d
        binutils/testsuite/binutils-all/strip-9.d
        binutils/windmc.c
        binutils/windres.c
        configure
        configure.ac
        gas/ChangeLog
        gas/Makefile.am
        gas/Makefile.in
        gas/NEWS
        gas/aclocal.m4
        gas/app.c
        gas/config.in
        gas/config/bfin-parse.y
        gas/config/tc-bfin.c
        gas/config/tc-cris.c
        gas/config/tc-frv.c
        gas/config/tc-frv.h
        gas/config/tc-hppa.c
        gas/config/tc-hppa.h
        gas/config/tc-i386.c
        gas/config/tc-i386.h
        gas/config/tc-m68k.c
        gas/config/tc-mips.c
        gas/config/tc-mmix.c
        gas/config/tc-mmix.h
        gas/config/tc-mn10300.h
        gas/config/tc-ns32k.c
        gas/config/tc-ppc.c
        gas/config/tc-sh.h
        gas/config/tc-sh64.h
        gas/config/tc-tic4x.c
        gas/config/tc-xtensa.c
        gas/config/tc-xtensa.h
        gas/config/tc-z80.c
        gas/configure
        gas/configure.in
        gas/configure.tgt
        gas/doc/Makefile.in
        gas/doc/as.texinfo
        gas/doc/internals.texi
        gas/dw2gencfi.c
        gas/frags.c
        gas/hash.c
        gas/listing.c
        gas/po/id.po
        gas/read.c
        gas/symbols.c
        gas/testsuite/ChangeLog
        gas/testsuite/gas/all/gas.exp
        gas/testsuite/gas/cfi/cfi-alpha-1.d
        gas/testsuite/gas/cfi/cfi-alpha-3.d
        gas/testsuite/gas/cfi/cfi-arm-1.d
        gas/testsuite/gas/cfi/cfi-common-1.d
        gas/testsuite/gas/cfi/cfi-common-2.d
        gas/testsuite/gas/cfi/cfi-common-3.d
        gas/testsuite/gas/cfi/cfi-common-4.d
        gas/testsuite/gas/cfi/cfi-common-5.d
        gas/testsuite/gas/cfi/cfi-common-6.d
        gas/testsuite/gas/cfi/cfi-hppa-1.d
        gas/testsuite/gas/cfi/cfi-i386-2.d
        gas/testsuite/gas/cfi/cfi-i386.d
        gas/testsuite/gas/cfi/cfi-m68k.d
        gas/testsuite/gas/cfi/cfi-mips-1.d
        gas/testsuite/gas/cfi/cfi-ppc-1.d
        gas/testsuite/gas/cfi/cfi-s390-1.d
        gas/testsuite/gas/cfi/cfi-s390x-1.d
        gas/testsuite/gas/cfi/cfi-sh-1.d
        gas/testsuite/gas/cfi/cfi-sparc-1.d
        gas/testsuite/gas/cfi/cfi-sparc64-1.d
        gas/testsuite/gas/cfi/cfi-x86_64.d
        gas/testsuite/gas/cris/rd-tls-1.d
        gas/testsuite/gas/cris/rd-tls-1.s
        gas/testsuite/gas/cris/rd-tls-2.d
        gas/testsuite/gas/cris/rd-tls-2.s
        gas/testsuite/gas/cris/tls-err-1.s
        gas/testsuite/gas/cris/tls-err-2.s
        gas/testsuite/gas/cris/tls-err-3.s
        gas/testsuite/gas/elf/elf.exp
        gas/testsuite/gas/i386/i386.exp
        gas/testsuite/gas/i386/nops-5-i686.d
        gas/testsuite/gas/i386/nops-5.d
        gas/testsuite/gas/i386/nops-5.s
        gas/testsuite/gas/i386/sse2avx.d
        gas/testsuite/gas/i386/sse2avx.s
        gas/testsuite/gas/i386/x86-64-nops-5-k8.d
        gas/testsuite/gas/i386/x86-64-nops-5.d
        gas/testsuite/gas/i386/x86-64-sse2avx.d
        gas/testsuite/gas/i386/x86-64-sse2avx.s
        gas/testsuite/gas/ppc/power4_32.d
        gas/testsuite/gas/ppc/power4_32.s
        gas/testsuite/gas/ppc/power6.d
        gas/testsuite/gas/ppc/power6.s
        gas/testsuite/gas/ppc/ppc.exp
        gas/testsuite/gas/s390/esa-g5.d
        gas/testsuite/gas/s390/esa-g5.s
        gas/testsuite/gas/s390/esa-z990.d
        gas/testsuite/gas/s390/esa-z990.s
        gas/testsuite/gas/s390/zarch-z900.d
        gas/testsuite/gas/s390/zarch-z900.s
        gas/testsuite/gas/s390/zarch-z990.d
        gas/testsuite/gas/s390/zarch-z990.s
        gas/testsuite/gas/z80/arith.d
        gas/testsuite/gas/z80/arith.s
        gas/testsuite/gas/z80/bit.d
        gas/testsuite/gas/z80/bit.s
        gas/testsuite/gas/z80/block.d
        gas/testsuite/gas/z80/block.s
        gas/testsuite/gas/z80/branch.d
        gas/testsuite/gas/z80/branch.s
        gas/testsuite/gas/z80/inout.d
        gas/testsuite/gas/z80/inout.s
        gas/testsuite/gas/z80/ld-group.d
        gas/testsuite/gas/z80/ld-group.s
        gas/testsuite/gas/z80/misc.d
        gas/testsuite/gas/z80/misc.s
        gas/testsuite/gas/z80/rotate.d
        gas/testsuite/gas/z80/rotate.s
        gas/testsuite/gas/z80/z80.exp
        gas/write.c
        gold/ChangeLog
        gold/Makefile.am
        gold/Makefile.in
        gold/archive.cc
        gold/archive.h
        gold/config.in
        gold/configure
        gold/configure.ac
        gold/descriptors.cc
        gold/descriptors.h
        gold/fileread.cc
        gold/fileread.h
        gold/gold.cc
        gold/i386.cc
        gold/layout.cc
        gold/main.cc
        gold/mapfile.cc
        gold/object.cc
        gold/object.h
        gold/options.cc
        gold/options.h
        gold/output.cc
        gold/output.h
        gold/plugin.cc
        gold/plugin.h
        gold/powerpc.cc
        gold/readsyms.cc
        gold/reloc.cc
        gold/resolve.cc
        gold/sparc.cc
        gold/symtab.cc
        gold/symtab.h
        gold/target-reloc.h
        gold/target.h
        gold/testsuite/Makefile.am
        gold/testsuite/Makefile.in
        gold/testsuite/plugin_test.c
        gold/testsuite/plugin_test_1.sh
        gold/testsuite/plugin_test_2.sh
        gold/testsuite/thin_archive_main.cc
        gold/testsuite/thin_archive_test_1.cc
        gold/testsuite/thin_archive_test_2.cc
        gold/testsuite/thin_archive_test_3.cc
        gold/testsuite/thin_archive_test_4.cc
        gold/x86_64.cc
        gprof/ChangeLog
        gprof/Makefile.in
        gprof/aclocal.m4
        gprof/configure
        gprof/configure.in
        gprof/gconfig.in
        gprof/po/vi.po
        include/ChangeLog
        include/demangle.h
        include/elf/ChangeLog
        include/elf/cris.h
        include/elf/dwarf2.h
        include/elf/ppc.h
        include/obstack.h
        include/plugin-api.h
        ld/ChangeLog
        ld/Makefile.am
        ld/Makefile.in
        ld/aclocal.m4
        ld/config.in
        ld/configure
        ld/configure.in
        ld/emulparams/arcelf.sh
        ld/emulparams/criself.sh
        ld/emulparams/crislinux.sh
        ld/emulparams/elf32_i860.sh
        ld/emulparams/elf32_i960.sh
        ld/emulparams/elf32_sparc.sh
        ld/emulparams/elf32_spu.sh
        ld/emulparams/elf32am33lin.sh
        ld/emulparams/elf32fr30.sh
        ld/emulparams/elf32ip2k.sh
        ld/emulparams/elf32mcore.sh
        ld/emulparams/elf32openrisc.sh
        ld/emulparams/elf32ppccommon.sh
        ld/emulparams/elf32ppcwindiss.sh
        ld/emulparams/elf32vax.sh
        ld/emulparams/elf64_s390.sh
        ld/emulparams/elf64_sparc.sh
        ld/emulparams/elf64alpha.sh
        ld/emulparams/elf64mmix.sh
        ld/emulparams/elf64ppc.sh
        ld/emulparams/elf_i386.sh
        ld/emulparams/elf_i386_be.sh
        ld/emulparams/elf_i386_ldso.sh
        ld/emulparams/elf_i386_vxworks.sh
        ld/emulparams/elf_s390.sh
        ld/emulparams/elf_x86_64.sh
        ld/emulparams/h8300elf.sh
        ld/emulparams/hppa64linux.sh
        ld/emulparams/hppalinux.sh
        ld/emulparams/i386lynx.sh
        ld/emulparams/i386moss.sh
        ld/emulparams/i386nto.sh
        ld/emulparams/m68kelf.sh
        ld/emulparams/mn10200.sh
        ld/emulparams/or32elf.sh
        ld/emulparams/pjelf.sh
        ld/emulparams/ppclynx.sh
        ld/emulparams/scoreelf.sh
        ld/emulparams/shelf.sh
        ld/emulparams/shelf32.sh
        ld/emulparams/shelf_nto.sh
        ld/emulparams/shelf_vxworks.sh
        ld/emulparams/shlelf32_linux.sh
        ld/emulparams/shlelf_linux.sh
        ld/emulparams/shlelf_nto.sh
        ld/emultempl/armelf.em
        ld/emultempl/beos.em
        ld/emultempl/elf32.em
        ld/emultempl/genelf.em
        ld/emultempl/mmo.em
        ld/emultempl/pe.em
        ld/emultempl/pep.em
        ld/emultempl/spuelf.em
        ld/emultempl/sunos.em
        ld/ldemul.c
        ld/ldemul.h
        ld/ldexp.c
        ld/ldlang.c
        ld/ldlang.h
        ld/pe-dll.c
        ld/po/id.po
        ld/po/vi.po
        ld/scripttempl/avr.sc
        ld/scripttempl/elf.sc
        ld/testsuite/ChangeLog
        ld/testsuite/ld-elf/comm1.c
        ld/testsuite/ld-elf/eh-frame-hdr.d
        ld/testsuite/ld-elf/eh-group.exp
        ld/testsuite/ld-elf/eh-group1.s
        ld/testsuite/ld-elf/eh-group2.s
        ld/testsuite/ld-elf/eh1.d
        ld/testsuite/ld-elf/eh2.d
        ld/testsuite/ld-elf/eh3.d
        ld/testsuite/ld-elf/eh4.d
        ld/testsuite/ld-elf/eh5.d
        ld/testsuite/ld-elf/eh5b.s
        ld/testsuite/ld-elf/eh6.d
        ld/testsuite/ld-elf/extract-symbol-1sec.d
        ld/testsuite/ld-elf/func1.c
        ld/testsuite/ld-elf/group4.d
        ld/testsuite/ld-elf/group5.d
        ld/testsuite/ld-elf/group6.d
        ld/testsuite/ld-elf/group7.d
        ld/testsuite/ld-elf/shared.exp
        ld/testsuite/ld-elf/stab.d
        ld/testsuite/ld-elfcomm/common1b.c
        ld/testsuite/ld-gc/gc.c
        ld/testsuite/ld-ia64/tlsbin.rd
        ld/testsuite/ld-ia64/tlspic.rd
        ld/testsuite/ld-mips-elf/eh-frame1-n32.d
        ld/testsuite/ld-mips-elf/eh-frame1-n64.d
        ld/testsuite/ld-mips-elf/eh-frame2-n32.d
        ld/testsuite/ld-mips-elf/eh-frame2-n64.d
        ld/testsuite/ld-mips-elf/eh-frame3.d
        ld/testsuite/ld-mips-elf/eh-frame4.d
        ld/testsuite/ld-mips-elf/reloc-estimate-1.d
        ld/testsuite/ld-powerpc/powerpc.exp
        ld/testsuite/ld-powerpc/vxworks1-lib.rd
        ld/testsuite/ld-shared/main.c
        ld/testsuite/lib/ld-lib.exp
        libiberty/ChangeLog
        libiberty/Makefile.in
        libiberty/config.in
        libiberty/configure
        libiberty/configure.ac
        libiberty/cp-demangle.c
        libiberty/cp-demangle.h
        libiberty/testsuite/demangle-expected
        libiberty/xstrdup.c
        libtool.m4
        ltgcc.m4
        ltmain.sh
        ltoptions.m4
        ltsugar.m4
        ltversion.m4
        lt~obsolete.m4
        opcodes/ChangeLog
        opcodes/Makefile.am
        opcodes/Makefile.in
        opcodes/aclocal.m4
        opcodes/configure
        opcodes/configure.in
        opcodes/i386-gen.c
        opcodes/i386-opc.tbl
        opcodes/i386-tbl.h
        opcodes/po/fr.po
        opcodes/po/vi.po
        opcodes/s390-opc.c
        opcodes/s390-opc.txt
        opcodes/z80-dis.c
        
file modified
+38 -0
file modified
+2 -0
file modified
+11 -2
file modified
+9 -2
file modified
+201 -2
file modified
+5 -6
file modified
+24 -13
file modified
+1 -0
file modified
+13 -0
file modified
+6 -2
file modified
+1 -1
file modified
+41 -0
file modified
+5 -5
file modified
+6 -0
file modified
+1650 -495
file modified
+3 -2
file modified
+17 -5
file modified
+99 -33
file modified
+1 -1
file modified
+29 -4
file modified
+63 -40
file modified
+37 -2
file modified
+116 -75
file modified
+3 -10
file modified
+24 -8
file modified
+13 -3
file modified
+17 -17
file modified
+111 -39
file modified
+2 -1
file modified
+11 -0
file modified
+30 -12
file added
+3837
file modified
+1024 -888
file modified
+25 -0
file modified
+1 -1
file modified
+2 -0
file modified
+102 -0
file modified
+17 -5
file modified
+1 -0
file modified
+6 -0
file modified
+1909 -754
file modified
+2 -1
file modified
+27 -16
file modified
+15 -3
file modified
+54 -35
file modified
+1 -1
file modified
+12 -7
file added
+6248
file modified
+2027 -2667
file modified
+85 -24
file modified
+28 -6
file modified
+40 -0
file modified
+1 -1
file modified
+2 -2
file modified
+12 -2
file modified
+8 -1
file modified
+279 -0
file modified
+158 -172
file modified
+172 -173
file modified
+3 -0
file modified
+1 -0
file modified
+3 -1
file modified
+6 -0
file modified
+12 -14
file modified
+6 -6
file modified
+89 -39
file modified
+1 -1
file modified
+1 -1
file modified
+10 -0
file modified
+1 -1
file modified
+17 -27
file modified
+49 -0
file modified
+3 -3
file modified
+5 -5
file modified
+12 -3
file modified
+3 -0
file modified
+1 -1
file modified
+1 -1
file modified
+2 -9
file modified
+13 -8
file modified
+5 -4
file modified
+1 -0
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1910 -755
file modified
+2 -1
file modified
+5 -4
file modified
+14 -1
file modified
+229 -185
file modified
+8 -3
file modified
+146 -4
file modified
+1 -1
file modified
+2 -2
file modified
+16 -3
file added
+15310
file modified
+34 -12
file modified
+4 -2
file modified
+77 -0
file modified
+19 -10
file modified
+26 -21
file modified
+16 -0
file modified
+32 -18
file modified
+176 -0
file modified
+8 -1
file modified
+11 -3
file modified
+39 -7
file modified
+1 -1
file modified
+3 -0
file modified
+40 -1
file modified
+14 -0
file modified
+21 -1
file modified
+12 -0
file modified
+23 -0
file modified
+13 -0
file modified
+12 -0
file modified
+8 -4
file modified
+4 -0
file modified
+5 -0
file modified
+1 -1
file modified
+7 -7
file modified
+27 -2
file modified
+24 -1
file modified
+40 -0
file modified
+5 -5
file modified
+3 -1
file added
+984
file added
+457
file modified
+1 -1
file modified
+48 -28
file modified
+10 -10
file modified
+19 -0
file modified
+1 -1
file modified
+131 -5
file modified
+25 -1
file modified
+4 -2
file modified
+2 -2
file modified
+78 -2
file modified
+190 -41
file modified
+8 -4
file modified
+21 -0
file modified
+13 -1
file modified
+1 -0
file modified
+1929 -774
file modified
+1 -0
file modified
+6 -0
file added
+548
file modified
+38 -40
file modified
+32 -0
file modified
+5 -1
file modified
+11 -0
file modified
+76 -0
file modified
+1 -0
file modified
+5 -0
file modified
+2 -2
file added
+242
file modified
+178 -3
file modified
+3 -4
file modified
+16 -5
file modified
+1 -0
file modified
+6 -0
file modified
+1930 -775
file modified
+2 -1
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+3 -1
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+4 -1
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+11 -11
file modified
+9 -10
file modified
+48 -49
file modified
+20 -0
file modified
+9 -9
file modified
+18 -32
file modified
+17 -31
file modified
+1 -6
file modified
+1 -1
file modified
+4 -4
file modified
+4 -4
file modified
+137 -138
file modified
+69 -30
file modified
+1 -3
file modified
+1 -0
file added
+2019
file modified
+507 -487
file modified
+3 -3
file modified
+50 -8
file modified
+100 -0
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+9 -8
file modified
+6 -0
file modified
+1 -1
file modified
+4 -1
file modified
+20 -0
file modified
+22 -16
file modified
+38 -1
file modified
+54 -1
file modified
+5 -5
file modified
+6 -0
file modified
+366 -1
file modified
+1 -0
file modified
+316 -48
file modified
+1 -1
file modified
+1 -1
file modified
+529 -331
file modified
+1 -1
file modified
+5788 -4770
file modified
+99 -73
file modified
+25 -27
file modified
+9 -9
file modified
+6 -3
file modified
+67 -0
file modified
+304 -377
file modified
+317 -378
file modified
+1 -0
file modified
+1103 -309
file modified
+4 -0
file modified
+195 -132
file modified
+16 -16
file modified
+32 -32
file modified
+734 -333
file modified
+159 -127
file modified
+0 -2
file modified
+11 -10
file modified
+5 -1