This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/linux/master in repository binutils-gdb.
from 32e5eaf1da Don't apply "Disallow copy relocation against protected data [...] adds 41e5237748 Automatic date update in version.in adds 565ed01a4e [GOLD] Symbol flag for PowerPC64 localentry:0 tracking adds cefdd1cd64 Fix bad offset calculation for R_AARCH64_TLSDESC_* relocs. adds 90efb64229 x86: Check for valid PLT section size adds fd437cbc43 define_command: Don't convert command name to lower case adds 3804a3431a Add missing PR number in ChangeLog adds 5e89eb3ab0 gdb.base/commands.exp: Remove unused global references adds 0fb0a76778 Remove unused _bfd_elf_ifunc_get_synthetic_symtab adds 972d8a18db 2017-08-28 James Clarke jrtc27@jrtc27.com adds f2d394fce1 Automatic date update in version.in adds 34ca2bd7ac [GOLD] Reduce size of class Symbol adds 34e0882b83 [GOLD] PowerPC tls_get_addr_optimize adds 3819af136d Fix simulation of MSP430's open system call. adds 7ef3addbe1 Improve MSP430 section placement. adds 37c0b6ee65 x86: Check valid PLT sections before checking dynamic relocations adds 823cb06774 x86: Simplify bad return in get_synthetic_symtab adds 0afcef5384 Add elfxx-x86.h and elfxx-x86.c new ae40e89533 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds 5f0f0847e2 x86: Re-indent elf32-i386.c/elf64-x86-64.c new 91f272733c Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new d92b954dcc Update binutils-x86-gpoff.patch against master adds 7755ddb77d Look for FIR in the last FreeBSD/mips floating-point register. adds 22e5c8027a Automatic date update in version.in adds c7dffc390c testsuite/ld-cris various files: Run ld with --hash-style=sysv. adds b9f04fe0df PowerPC64 __tls_get_addr sequence optimization adds 9a23f96e91 PowerPC TPREL16_HA/LO reloc optimization adds e491e58adc MIPS/GAS/testsuite: Deduplicate error lists of branch local tests adds 443701f509 Add missing ChangeLog entries adds 0f2425c4c8 Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2 adds 7c0ed39626 Call _close_and_cleanup in bfd_close_all_done adds 37b2d32751 MIPS/GAS: Also respect `-mignore-branch-isa' with MIPS16 code adds 70e65ca8e5 MIPS/BFD: Correct microMIPS cross-mode BAL to JALX relaxation adds 765e526c75 x86: Add _bfd_x86_elf_link_hash_table_create new dfa235bfd5 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new ba54661f5f Update binutils-x86-gpoff.patch against master adds 5b86dbf454 x86: Check target_id instead of elf_machine_code adds f493882dab x86: Add _bfd_x86_elf_get_synthetic_symtab new 82a4977275 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds 5dda32094f LD/testsuite: Also discard `.MIPS.options' in orphan tests adds e69f32654a Automatic date update in version.in adds e234de6be5 bfd_close_all_done calling _close_and_cleanup adds ef32532f22 FT32: Permit R_FT32_18 overflow adds 59e8523bf8 FT32: improve disassembly readability adds 3321e42bf2 Add elf64.lo together with elfxx-x86.lo for 64-bit BFD adds af471f828c PR22048, Incorrect .eh_frame section in libc.so adds 654670a4f0 Unbreak gdb build on 32-bit host with ADI support adds 9866ffe25a Remove .eh_frame zero terminators adds 686335cd3c Regen SRC-POTFILES.in adds d7de64088c Add a test for PR ld/22048 adds b55f3386e4 Add updated French translations for opcodes and gprof adds e4f2723003 Fix buffer read overrun by ensuring that DWARF sections cont [...] adds 0a2dde4a32 Implement the ability to set/unset environment variables to [...] adds 1f0c13579f Automatic date update in version.in adds 5c811d30d1 PR gdb/22046: Fix T-stopped detach regression on old Linux kernels adds 2a143b99fc Fix buffer overrun when parsing an ELF attribute string that [...] adds f8ad251375 Import latest fixes to libiberty from GCC. adds 7e8b60085e Prevent an address violation parsing corrupt DWARF informati [...] adds 1c5c938ad8 Enable support for the AArch64 dot-prod instruction in the C [...] adds e10c9c620c x86: Correct unwind information for the second PLT adds 376dc015f2 Import latest fixes to libiberty from GCC adds a6798baba2 x86: Add _bfd_x86_elf_link_setup_gnu_properties new ed53c0150c Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
The 7 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: bfd/ChangeLog | 398 +++++ bfd/Makefile.am | 4 + bfd/Makefile.in | 5 + bfd/configure | 41 +- bfd/configure.ac | 41 +- bfd/dwarf2.c | 29 +- bfd/elf-attrs.c | 4 +- bfd/elf-bfd.h | 3 - bfd/elf-eh-frame.c | 20 +- bfd/elf-ifunc.c | 125 -- bfd/elf32-ft32.c | 2 +- bfd/elf32-i386.c | 1648 ++----------------- bfd/elf32-ppc.c | 40 +- bfd/elf64-ppc.c | 71 +- bfd/elf64-x86-64.c | 1697 ++------------------ bfd/elflink.c | 56 +- bfd/elfxx-mips.c | 6 +- bfd/elfxx-x86.c | 1292 +++++++++++++++ bfd/elfxx-x86.h | 453 ++++++ bfd/opncls.c | 19 +- bfd/po/SRC-POTFILES.in | 2 + bfd/version.h | 2 +- elfcpp/ChangeLog | 5 + elfcpp/elfcpp.h | 3 + elfcpp/powerpc.h | 6 + gas/ChangeLog | 62 + gas/config/tc-aarch64.c | 4 +- gas/config/tc-mips.c | 3 +- gas/config/tc-msp430.c | 23 +- gas/doc/c-msp430.texi | 13 + .../gas/mips/branch-addend-micromips-n32.d | 23 + .../gas/mips/branch-addend-micromips-n64.d | 27 + gas/testsuite/gas/mips/branch-addend-micromips.d | 22 + gas/testsuite/gas/mips/branch-addend-micromips.s | 31 + gas/testsuite/gas/mips/branch-local-5.d | 3 + .../{branch-local-n32-2.l => branch-local-5.l} | 1 - gas/testsuite/gas/mips/branch-local-5.s | 31 + gas/testsuite/gas/mips/branch-local-6.d | 3 + .../{branch-local-n64-2.l => branch-local-6.l} | 6 +- gas/testsuite/gas/mips/branch-local-6.s | 41 + gas/testsuite/gas/mips/branch-local-7.d | 20 + gas/testsuite/gas/mips/branch-local-7.s | 27 + gas/testsuite/gas/mips/branch-local-ignore-5.d | 23 + gas/testsuite/gas/mips/branch-local-ignore-6.d | 41 + gas/testsuite/gas/mips/branch-local-ignore-n32-5.d | 5 + gas/testsuite/gas/mips/branch-local-ignore-n32-6.d | 41 + gas/testsuite/gas/mips/branch-local-ignore-n64-5.d | 5 + gas/testsuite/gas/mips/branch-local-ignore-n64-6.d | 57 + gas/testsuite/gas/mips/branch-local-n32-2.d | 2 +- gas/testsuite/gas/mips/branch-local-n32-3.d | 2 +- gas/testsuite/gas/mips/branch-local-n32-3.l | 3 - gas/testsuite/gas/mips/branch-local-n32-5.d | 4 + gas/testsuite/gas/mips/branch-local-n32-6.d | 4 + gas/testsuite/gas/mips/branch-local-n32-7.d | 20 + gas/testsuite/gas/mips/branch-local-n64-2.d | 2 +- gas/testsuite/gas/mips/branch-local-n64-3.d | 2 +- gas/testsuite/gas/mips/branch-local-n64-3.l | 3 - gas/testsuite/gas/mips/branch-local-n64-5.d | 4 + gas/testsuite/gas/mips/branch-local-n64-6.d | 4 + gas/testsuite/gas/mips/branch-local-n64-7.d | 22 + gas/testsuite/gas/mips/mips.exp | 18 + gas/testsuite/gas/msp430/high-data-bss-sym.d | 6 + gas/testsuite/gas/msp430/high-data-bss-sym.s | 19 + gas/testsuite/gas/msp430/msp430.exp | 2 + gdb/ChangeLog | 84 + gdb/NEWS | 28 + gdb/cli/cli-script.c | 6 - gdb/common/environ.c | 75 +- gdb/common/environ.h | 24 +- gdb/common/rsp-low.c | 41 + gdb/common/rsp-low.h | 8 + gdb/doc/ChangeLog | 11 + gdb/doc/gdb.texinfo | 116 ++ gdb/gdbserver/ChangeLog | 7 + gdb/gdbserver/server.c | 65 +- gdb/mips-fbsd-nat.c | 2 +- gdb/mips-fbsd-tdep.c | 43 +- gdb/nat/linux-procfs.c | 6 +- gdb/remote.c | 76 + gdb/sparc64-tdep.c | 34 +- gdb/testsuite/ChangeLog | 23 + gdb/testsuite/gdb.base/commands.exp | 51 +- gdb/testsuite/gdb.base/share-env-with-gdbserver.c | 40 + .../gdb.base/share-env-with-gdbserver.exp | 255 +++ gdb/unittests/environ-selftests.c | 244 ++- gold/ChangeLog | 87 + gold/aarch64.cc | 52 +- gold/options.h | 3 + gold/powerpc.cc | 418 ++++- gold/resolve.cc | 77 +- gold/symtab.cc | 39 +- gold/symtab.h | 128 +- gold/target.h | 2 +- gold/testsuite/Makefile.am | 11 + gold/testsuite/Makefile.in | 17 +- gold/testsuite/aarch64_tlsdesc.s | 12 + gold/testsuite/aarch64_tlsdesc.sh | 110 ++ gold/testsuite/aarch64_tlsdesc.t | 6 + gprof/ChangeLog | 4 + gprof/po/fr.po | 183 ++- ld/ChangeLog | 157 ++ ld/emultempl/msp430.em | 653 +++++++- ld/ld.texinfo | 23 + ld/testsuite/ld-cris/dso-pltdis1.d | 2 +- ld/testsuite/ld-cris/dso-pltdis2.d | 2 +- ld/testsuite/ld-cris/dso12-pltdis.d | 2 +- ld/testsuite/ld-cris/expdyn1.d | 2 +- ld/testsuite/ld-cris/expdyn5.d | 2 +- ld/testsuite/ld-cris/expdyn6.d | 2 +- ld/testsuite/ld-cris/expdyn7.d | 2 +- ld/testsuite/ld-cris/gotplt1.d | 2 +- ld/testsuite/ld-cris/gotplt2.d | 2 +- ld/testsuite/ld-cris/gotplt3.d | 2 +- ld/testsuite/ld-cris/hiddef1.d | 2 +- ld/testsuite/ld-cris/libdso-11.d | 2 +- ld/testsuite/ld-cris/libdso-12.d | 2 +- ld/testsuite/ld-cris/libdso-12b.d | 2 +- ld/testsuite/ld-cris/libdso-12c.d | 2 +- ld/testsuite/ld-cris/libdso-13.d | 2 +- ld/testsuite/ld-cris/libdso-13b.d | 2 +- ld/testsuite/ld-cris/libdso-14.d | 2 +- ld/testsuite/ld-cris/libdso-15.d | 2 +- ld/testsuite/ld-cris/libdso-15b.d | 2 +- ld/testsuite/ld-cris/libdso-1b.d | 2 +- ld/testsuite/ld-cris/libdso-1c.d | 2 +- ld/testsuite/ld-cris/libdso-1d.d | 2 +- ld/testsuite/ld-cris/libdso-4.d | 2 +- ld/testsuite/ld-cris/pr16044.d | 2 +- ld/testsuite/ld-cris/pv32-1.d | 2 +- ld/testsuite/ld-cris/tls-dso-dtpoffd2.d | 2 +- ld/testsuite/ld-cris/tls-dso-dtpoffd4.d | 2 +- ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.d | 2 +- ld/testsuite/ld-cris/tls-dso-x1x2-1.d | 2 +- ld/testsuite/ld-cris/tls-gc-71.d | 2 +- ld/testsuite/ld-cris/tls-ie-78.d | 2 +- ld/testsuite/ld-cris/tls-js1.d | 2 +- ld/testsuite/ld-cris/tls-ldgdex-14.d | 2 +- ld/testsuite/ld-cris/tls-ldgdex-15.d | 2 +- ld/testsuite/ld-cris/tls-legdx-16.d | 2 +- ld/testsuite/ld-cris/tls-legdx-17.d | 2 +- ld/testsuite/ld-cris/tls-local-63.d | 2 +- ld/testsuite/ld-cris/tls-local-64.d | 2 +- ld/testsuite/ld-cris/tls-ok-30.d | 2 +- ld/testsuite/ld-cris/tls-ok-32.d | 2 +- ld/testsuite/ld-cris/tls-ok-34.d | 2 +- ld/testsuite/ld-cris/tls-und-38.d | 2 +- ld/testsuite/ld-cris/tls-und-42.d | 2 +- ld/testsuite/ld-cris/tls-und-46.d | 2 +- ld/testsuite/ld-cris/tls-und-50.d | 2 +- ld/testsuite/ld-cris/weakref2.d | 2 +- ld/testsuite/ld-cris/weakref3.d | 2 +- ld/testsuite/ld-cris/weakref4.d | 2 +- ld/testsuite/ld-elf/eh3.d | 12 +- ld/testsuite/ld-elf/eh4.d | 4 +- ld/testsuite/ld-elf/orphan-11.ld | 4 +- ld/testsuite/ld-i386/ibt-plt-1.d | 2 +- ld/testsuite/ld-i386/ibt-plt-2a.d | 2 +- ld/testsuite/ld-i386/ibt-plt-2b.d | 49 +- ld/testsuite/ld-i386/ibt-plt-2c.d | 2 +- ld/testsuite/ld-i386/ibt-plt-2d.d | 49 +- ld/testsuite/ld-i386/ibt-plt-3a.d | 2 +- ld/testsuite/ld-i386/ibt-plt-3b.d | 48 +- ld/testsuite/ld-i386/ibt-plt-3c.d | 2 +- ld/testsuite/ld-i386/ibt-plt-3d.d | 49 +- .../ld-mips-elf/bal-jalx-addend-micromips-n32.d | 6 + .../ld-mips-elf/bal-jalx-addend-micromips-n64.d | 6 + .../ld-mips-elf/bal-jalx-addend-micromips.d | 22 + .../ld-mips-elf/bal-jalx-local-micromips-n32.d | 6 + .../ld-mips-elf/bal-jalx-local-micromips-n64.d | 6 + .../ld-mips-elf/bal-jalx-local-micromips.d | 20 + .../bal-jalx-pic-ignore-micromips-n32.d | 6 + .../bal-jalx-pic-ignore-micromips-n64.d | 6 + .../ld-mips-elf/bal-jalx-pic-ignore-micromips.d | 22 + .../ld-mips-elf/bal-jalx-pic-micromips-n32.d | 6 + .../ld-mips-elf/bal-jalx-pic-micromips-n64.d | 6 + ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips.d | 6 + ld/testsuite/ld-mips-elf/mips-elf.exp | 21 + ld/testsuite/ld-msp430-elf/main-bss-lower.d | 3 + ld/testsuite/ld-msp430-elf/main-bss-upper.d | 3 + ld/testsuite/ld-msp430-elf/main-const-lower.d | 3 + ld/testsuite/ld-msp430-elf/main-const-upper.d | 3 + ld/testsuite/ld-msp430-elf/main-text-lower.d | 3 + ld/testsuite/ld-msp430-elf/main-text-upper.d | 6 + ld/testsuite/ld-msp430-elf/main-var-lower.d | 3 + ld/testsuite/ld-msp430-elf/main-var-upper.d | 3 + .../ld-msp430-elf/main-with-data-bss-unique-sec.s | 78 + ld/testsuite/ld-msp430-elf/main-with-data-bss.s | 74 + .../main-with-text-rodata-unique-sec.s | 59 + ld/testsuite/ld-msp430-elf/main-with-text-rodata.s | 59 + ld/testsuite/ld-msp430-elf/msp430-elf.exp | 141 ++ ld/testsuite/ld-msp430-elf/msp430-no-lower.ld | 54 + ld/testsuite/ld-msp430-elf/msp430-tiny-ram.ld | 49 + ld/testsuite/ld-msp430-elf/msp430-tiny-rom.ld | 48 + ld/testsuite/ld-msp430-elf/msp430.ld | 78 + ld/testsuite/ld-powerpc/powerpc.exp | 58 +- ld/testsuite/ld-powerpc/tls.d | 40 +- ld/testsuite/ld-powerpc/tls.s | 31 +- ld/testsuite/ld-powerpc/tls32.s | 34 +- ld/testsuite/ld-powerpc/tlsexe.d | 34 +- ld/testsuite/ld-powerpc/tlsexetoc.d | 16 +- ld/testsuite/ld-powerpc/tlsld.d | 16 +- ld/testsuite/ld-powerpc/tlsmark.d | 16 +- ld/testsuite/ld-powerpc/tlsopt4.d | 20 +- ld/testsuite/ld-powerpc/tlstoc.d | 24 +- ld/testsuite/ld-x86-64/ibt-plt-1-x32.d | 8 +- ld/testsuite/ld-x86-64/ibt-plt-2a-x32.d | 8 +- ld/testsuite/ld-x86-64/ibt-plt-2b-x32.d | 39 +- ld/testsuite/ld-x86-64/ibt-plt-2b.d | 43 +- ld/testsuite/ld-x86-64/ibt-plt-2c-x32.d | 8 +- ld/testsuite/ld-x86-64/ibt-plt-2d-x32.d | 39 +- ld/testsuite/ld-x86-64/ibt-plt-2d.d | 43 +- ld/testsuite/ld-x86-64/ibt-plt-3a-x32.d | 8 +- ld/testsuite/ld-x86-64/ibt-plt-3b-x32.d | 38 +- ld/testsuite/ld-x86-64/ibt-plt-3b.d | 42 +- ld/testsuite/ld-x86-64/ibt-plt-3c-x32.d | 8 +- ld/testsuite/ld-x86-64/ibt-plt-3d-x32.d | 39 +- ld/testsuite/ld-x86-64/ibt-plt-3d.d | 43 +- ld/testsuite/ld-x86-64/pr22048.d | 25 + ld/testsuite/ld-x86-64/pr22048a.s | 4 + ld/testsuite/ld-x86-64/pr22048b.s | 8 + ld/testsuite/ld-x86-64/x86-64.exp | 1 + libiberty/ChangeLog | 82 +- libiberty/simple-object-coff.c | 3 +- libiberty/simple-object-common.h | 6 + libiberty/simple-object-elf.c | 483 +++++- libiberty/simple-object-mach-o.c | 3 +- libiberty/simple-object-xcoff.c | 177 +- libiberty/simple-object.c | 83 +- opcodes/ChangeLog | 9 + opcodes/ft32-dis.c | 19 +- opcodes/po/fr.po | 1200 +++++++++----- patches/binutils-x86-gpoff.patch | 544 +++---- sim/msp430/ChangeLog | 5 + sim/msp430/msp430-sim.c | 35 +- 234 files changed, 9545 insertions(+), 4748 deletions(-) create mode 100644 bfd/elfxx-x86.c create mode 100644 bfd/elfxx-x86.h create mode 100644 gas/testsuite/gas/mips/branch-addend-micromips-n32.d create mode 100644 gas/testsuite/gas/mips/branch-addend-micromips-n64.d create mode 100644 gas/testsuite/gas/mips/branch-addend-micromips.d create mode 100644 gas/testsuite/gas/mips/branch-addend-micromips.s create mode 100644 gas/testsuite/gas/mips/branch-local-5.d rename gas/testsuite/gas/mips/{branch-local-n32-2.l => branch-local-5.l} (77%) create mode 100644 gas/testsuite/gas/mips/branch-local-5.s create mode 100644 gas/testsuite/gas/mips/branch-local-6.d rename gas/testsuite/gas/mips/{branch-local-n64-2.l => branch-local-6.l} (52%) create mode 100644 gas/testsuite/gas/mips/branch-local-6.s create mode 100644 gas/testsuite/gas/mips/branch-local-7.d create mode 100644 gas/testsuite/gas/mips/branch-local-7.s create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-5.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-6.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-n32-5.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-n32-6.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-n64-5.d create mode 100644 gas/testsuite/gas/mips/branch-local-ignore-n64-6.d delete mode 100644 gas/testsuite/gas/mips/branch-local-n32-3.l create mode 100644 gas/testsuite/gas/mips/branch-local-n32-5.d create mode 100644 gas/testsuite/gas/mips/branch-local-n32-6.d create mode 100644 gas/testsuite/gas/mips/branch-local-n32-7.d delete mode 100644 gas/testsuite/gas/mips/branch-local-n64-3.l create mode 100644 gas/testsuite/gas/mips/branch-local-n64-5.d create mode 100644 gas/testsuite/gas/mips/branch-local-n64-6.d create mode 100644 gas/testsuite/gas/mips/branch-local-n64-7.d create mode 100644 gas/testsuite/gas/msp430/high-data-bss-sym.d create mode 100644 gas/testsuite/gas/msp430/high-data-bss-sym.s create mode 100644 gdb/testsuite/gdb.base/share-env-with-gdbserver.c create mode 100644 gdb/testsuite/gdb.base/share-env-with-gdbserver.exp create mode 100644 gold/testsuite/aarch64_tlsdesc.s create mode 100755 gold/testsuite/aarch64_tlsdesc.sh create mode 100644 gold/testsuite/aarch64_tlsdesc.t create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-addend-micromips-n32.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-addend-micromips-n64.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-addend-micromips.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-local-micromips-n32.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-local-micromips-n64.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-local-micromips.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n32.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n64.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d create mode 100644 ld/testsuite/ld-mips-elf/bal-jalx-pic-micromips.d create mode 100644 ld/testsuite/ld-msp430-elf/main-bss-lower.d create mode 100644 ld/testsuite/ld-msp430-elf/main-bss-upper.d create mode 100644 ld/testsuite/ld-msp430-elf/main-const-lower.d create mode 100644 ld/testsuite/ld-msp430-elf/main-const-upper.d create mode 100644 ld/testsuite/ld-msp430-elf/main-text-lower.d create mode 100644 ld/testsuite/ld-msp430-elf/main-text-upper.d create mode 100644 ld/testsuite/ld-msp430-elf/main-var-lower.d create mode 100644 ld/testsuite/ld-msp430-elf/main-var-upper.d create mode 100644 ld/testsuite/ld-msp430-elf/main-with-data-bss-unique-sec.s create mode 100644 ld/testsuite/ld-msp430-elf/main-with-data-bss.s create mode 100644 ld/testsuite/ld-msp430-elf/main-with-text-rodata-unique-sec.s create mode 100644 ld/testsuite/ld-msp430-elf/main-with-text-rodata.s create mode 100644 ld/testsuite/ld-msp430-elf/msp430-elf.exp create mode 100644 ld/testsuite/ld-msp430-elf/msp430-no-lower.ld create mode 100644 ld/testsuite/ld-msp430-elf/msp430-tiny-ram.ld create mode 100644 ld/testsuite/ld-msp430-elf/msp430-tiny-rom.ld create mode 100644 ld/testsuite/ld-msp430-elf/msp430.ld create mode 100644 ld/testsuite/ld-x86-64/pr22048.d create mode 100644 ld/testsuite/ld-x86-64/pr22048a.s create mode 100644 ld/testsuite/ld-x86-64/pr22048b.s