~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/all/gas.exp

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    if [all_ones $x1 $x2 $x3] then { pass $testname } else { fail $testname }
145
145
}
146
146
 
147
 
do_comment
 
147
# m32c pads out sections, even empty ones.
 
148
case $target_triplet in {
 
149
    { m32c-*-* } { }
 
150
    default {
 
151
        do_comment
 
152
    }
 
153
}
148
154
 
149
155
# This test checks the output of the -ag switch. It must detect at least
150
156
# the name of the input file, output file, and options passed.