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

« back to all changes in this revision

Viewing changes to gdb/testsuite/gdb.dwarf2/mac-fileno.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
# Check that GDB can gracefully handle macro information that has
17
18
# bogus file numbers.
18
19
 
19
20
# This test can only be run on targets which support DWARF-2 and use gas.
20
 
# For now pick a sampling of likely targets.
21
 
if {![istarget *-*-linux*]
22
 
    && ![istarget *-*-gnu*]
23
 
    && ![istarget *-*-elf*]
24
 
    && ![istarget *-*-openbsd*]
25
 
    && ![istarget arm-*-eabi*]
26
 
    && ![istarget powerpc-*-eabi*]} {
 
21
if {![dwarf2_support]} {
27
22
    return 0  
28
23
}
29
24