* ld-elfvers/vers.exp: Use -rpath in new vers19 test.
This commit is contained in:
parent
6da0974a11
commit
734caf4d9f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
1999-07-10 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* ld-elfvers/vers.exp: Use -rpath in new vers19 test.
|
||||
|
||||
1999-07-07 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* ld-elfvers/vers.exp: Add new tests vers17 to vers19.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Expect script for ld-version tests
|
||||
# Copyright (C) 1997, 1998 Free Software Foundation
|
||||
# Copyright (C) 1997, 1998, 1999 Free Software Foundation
|
||||
#
|
||||
# This file is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -810,4 +810,4 @@ build_exec "vers16" vers16.c vers16 "" vers16a.so "" vers16.dsym ""
|
|||
# Test a weak versioned symbol.
|
||||
build_vers_lib "vers17" vers17.c vers17 "" vers17.map vers17.ver vers17.dsym ""
|
||||
build_vers_lib "vers18" vers18.c vers18 vers17.so vers18.map vers18.ver vers18.dsym vers18.sym
|
||||
build_exec "vers19" vers19.c vers19 "" vers18.so vers19.ver vers19.dsym ""
|
||||
build_exec "vers19" vers19.c vers19 "-rpath ." vers18.so vers19.ver vers19.dsym ""
|
||||
|
|
Loading…
Reference in a new issue