~ubuntu-branches/ubuntu/quantal/gdb/quantal

« back to all changes in this revision

Viewing changes to gdb/testsuite/gdb.dwarf2/dw2-op-call.exp

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-03-15 16:14:08 UTC
  • Revision ID: james.westby@ubuntu.com-20110315161408-o3sk4typcfgzuiqb
Tags: 7.2-1ubuntu10
* Update with changes from the Linaro 7.2-2011.03-0 release (Ulrich Weigand).
* Configure with --with-pkgversion, don't run post-patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#
13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
load_lib dwarf.exp
15
16
 
16
17
# Test DW_OP_call2 and DW_OP_call4, PR gdb/10640.
17
18
 
18
19
# This test can only be run on targets which support DWARF-2 and use gas.
19
 
# For now pick a sampling of likely targets.
20
 
if {![istarget *-*-linux*]
21
 
    && ![istarget *-*-gnu*]
22
 
    && ![istarget *-*-elf*]
23
 
    && ![istarget *-*-openbsd*]
24
 
    && ![istarget arm-*-eabi*]
25
 
    && ![istarget powerpc-*-eabi*]} {
26
 
    return 0  
 
20
if {![dwarf2_support]} {
 
21
    return 0   
27
22
}
28
23
 
29
24
set testfile "dw2-op-call"