search for: r239440

Displaying 2 results from an estimated 2 matches for "r239440".

2015 Jun 09
4
[LLVMdev] .thumb_set
Hi all Saleem, in 2014 you added the .thumb_set test case. I’ve found a difference in behaviour of .thumb_set compared to .set. I was hoping to resolve this difference as it will allow me to reapply r239440. The issue i’m seeing is that we define an alpha function, then beta function, then assign alpha to beta. But given that beta has already been defined, this would mean we are redefining it at the point of the .thumb_set: .text .thumb .thumb_set alias_defined_data, bedazzle .type alpha,%fun...
2015 Jun 12
2
[LLVMdev] .thumb_set
For what it is worth it, gas has this strange behaviour. I agree it is strange, but why is it an issue for r239440? Will I get a failure if I revert it? Cheers, Rafael On 12 June 2015 at 12:17, Pete Cooper <peter_cooper at apple.com> wrote: > Hey Salem, > > Any chance you’ve had time to take a look at this? > > If you prefer, I can prepare a patch with the change i’d like to make and we...