[PATCH] Let '^' through the lexer

Alan Modra amodra@gmail.com
Fri Jul 14 03:32:56 GMT 2023


On Thu, Jul 13, 2023 at 04:02:35PM +0000, Michael Matz wrote:
> Hey,
> 
> On Thu, 13 Jul 2023, Alan Modra wrote:
> 
> > On Thu, Jul 13, 2023 at 09:54:46AM +0200, Jan Beulich wrote:
> > > On 13.07.2023 01:02, Alan Modra via Binutils wrote:
> > > > This line misses some assignment operators supported by ldgram.y.
> > > > It should be += -= *= /= <<= >>= &= |=
> > > 
> > > At which point, considering the subject of the patch, I'm inclined
> > > to ask: What about ^=?
> > 
> > It would need support in ldgram.y and ldexp.c.
> 
> Exactly.  I felt that should be a separate patch.  But as it's easy to do 
> and improves symmetry, here it is.  Okay for master if everything checks 
> out (on x86-64 it does)?

Sure.

-- 
Alan Modra
Australia Development Lab, IBM


More information about the Binutils mailing list