[PATCH] Fix a missing case of PR 21458 similar to fc6141f097056f830a412afebed8d81a9d72b696.

2018-07-24 Thread Robert Schiele
The original fix for PR 21458 was causing some issues, which were addressed to be fixed with a follow-up fix fc6141f097056f830a412afebed8d81a9d72b696. Unfortunately that follow-up fix missed one case, which is handled by this fix. Change-Id: Ie32e3f2514b3e4b6b35c0a693de6b65ef010bb9d --- gas/conf

Re: [PATCH] Fix a missing case of PR 21458 similar to fc6141f097056f830a412afebed8d81a9d72b696.

2018-07-24 Thread Robert Schiele
On Tue, Jul 24, 2018 at 11:05 AM Kyrill Tkachov wrote: > Patches to gas should be sent to the binutils list: binut...@sourceware.org > rather than gcc-patches. That indeed is a very good point and I'd like to express my apologies for that. Obviously I did too many things at one point in time agai

Re: [PATCH] Improve the mode which is used for insertion

2013-04-11 Thread Robert Schiele
Hi, On Tue, Sep 4, 2012 at 12:33 AM, Andrew Pinski wrote: > Hi, > On MIPS it is better sometimes not to use the word mode (DImode) but > rather SImode. The main reason is for 32bits, the value has to be > sign extended to 64bits so using the 32bit instruction for insertion > is allows for that