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

« back to all changes in this revision

Viewing changes to gdb/testsuite/gdb.dwarf2/dw2-noloc.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
# This test can only be run on targets which support DWARF-2 and use gas.
17
 
# For now pick a sampling of likely targets.
18
 
if {![istarget *-*-linux*]
19
 
    && ![istarget *-*-gnu*]
20
 
    && ![istarget *-*-elf*]
21
 
    && ![istarget *-*-openbsd*]
22
 
    && ![istarget arm-*-eabi*]
23
 
    && ![istarget powerpc-*-eabi*]} {
 
18
if {![dwarf2_support]} {
24
19
    return 0  
25
20
}
26
21