~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to ld/testsuite/ld-h8300/h8300.exp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Expect script for ld-h8300 tests
2
 
# Copyright 2002, 2003 Free Software Foundation, Inc.
 
2
# Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
3
3
#
4
4
# This file is free software; you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
29
29
if {[istarget *-elf]} {
30
30
    run_dump_test relax-2
31
31
    run_dump_test relax-3
 
32
    run_dump_test relax-4
 
33
    run_dump_test relax-5
32
34
} else {
33
35
    run_dump_test relax-3-coff
 
36
    run_dump_test relax-4-coff
 
37
    run_dump_test relax-5-coff
34
38
}