| Submitter | Uros Bizjak |
|---|---|
| Date | Nov. 11, 2011, 5:44 p.m. |
| Message ID | <CAFULd4bb7QNNCBvgzDre9=AARKwwZcCNsN5PO0edez7fOgYs_Q@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/125237/ |
| State | New |
| Headers | show |
Comments
On 11/11/2011 09:44 AM, Uros Bizjak wrote: > 2011-11-11 Uros Bizjak <ubizjak@gmail.com> > > * lib/gcc-simulate-thread.exp (simulate-thread): Do not run on > alpha*-*-linux* targets. Ok. r~
Patch
Index: lib/gcc-simulate-thread.exp =================================================================== --- lib/gcc-simulate-thread.exp (revision 181284) +++ lib/gcc-simulate-thread.exp (working copy) @@ -22,6 +22,11 @@ # Call 'fail' if a given test printed "FAIL:", otherwise call 'pass'. proc simulate-thread { args } { + + # ??? Exit immediately if this is alpha*-*-linux* target, single-stepping + # executable between ldl_l and stl_c insns in gdb breaks LL/SC chaining. + if { [istarget alpha*-*-linux*] } { return } + if { ![isnative] || [is_remote target] } { return } if { [llength $args] == 1 } {