source: binutils/vendor/current/ld/testsuite/ld-pe/pr19803.d@ 1968

Last change on this file since 1968 was 1968, checked in by Silvan Scherrer, 8 years ago

binutils: update vendor to version 2.27. some files are missing, due to a svn bug with @ in the name. But as it's only in the testsuite I don't care atm

File size: 369 bytes
Line 
1#ld: -shared --out-implib dx.dll.a --gc-sections
2#objdump: --syms
3#notarget: mcore-*
4#
5# The MCORE-PE target does not support -shared.
6#
7# Check that the target specific entry symbol *Startup is still
8# a defined (sec > 0), public (scl == 2) symbol, even after garbage
9# collection.
10
11#...
12.*\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 2\) \(nx 0\) 0x0+000 .*Startup.*
13#pass
Note: See TracBrowser for help on using the repository browser.