Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/ld/testsuite/ld-pe/pe.exp

    r970 r1973  
    11# Expect script for simple PE tests that require the just-built binutils only.
    2 #   Copyright (C) 2004-2014 Free Software Foundation, Inc.
     2#   Copyright (C) 2004-2016 Free Software Foundation, Inc.
    33#
    44# This file is part of the GNU Binutils.
     
    7777run_dump_test "orphan_nu"
    7878
     79run_dump_test "pr19803"
     80set pr19803_dll {
     81    {   "PR 19803: not exporting swept symbols"
     82        "-shared --out-implib dx.dll --gc-sections"
     83        "" "" {pr19803.s}
     84        {{objdump "--syms dx.dll" pr19803.e}}
     85        "a.exe"}
     86}
     87# This test is *supposed* to fail.  If the symbol defined in pr19803.e is
     88# found then it was not stripped from the export dll, despite the fact that
     89# it (should have been) garbage collected from the executable.
     90setup_xfail *-*-*
     91run_ld_link_tests $pr19803_dll
     92
    7993if {[istarget x86_64-*-mingw*] } {
    8094        run_dump_test "cfi"
     
    88102}
    89103
     104# MCore rearranges symbol order.
     105setup_xfail mcore-*-pe
    90106run_ld_link_tests $foreign_sym_test
Note: See TracChangeset for help on using the changeset viewer.