From c684d6c4e3cd299f7e10576eafe9e4b86521e3d0 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Thu, 13 Jul 2023 17:58:19 +0200 Subject: Also support '^=' in linker script expressions this requires also changes in ldgram.y and ldexp.c, unlike accepting '^' only. But let's do this anyway, if only for symmetry. --- ld/ld.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/ld.texi') diff --git a/ld/ld.texi b/ld/ld.texi index 406e87e..75e82ed 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -6832,7 +6832,7 @@ precedence associativity Operators Notes 10 left && 11 left || 12 right ? : -13 right += -= *= /= <<= >>= &= |= (2) +13 right += -= *= /= <<= >>= &= |= ^= (2) (lowest) @end smallexample Notes: @@ -6866,7 +6866,7 @@ height2pt&\omit&&\omit&&\omit&\cr &10&&left&&{\&\&}&\cr &11&&left&&||&\cr &12&&right&&? :&\cr -&13&&right&&\qquad += -= *= /= <<= >>= \&= |=\qquad\ddag&\cr +&13&&right&&\qquad += -= *= /= <<= >>= \&= |= \^{}=\qquad\ddag&\cr &lowest&&&&&\cr height2pt&\omit&&\omit&&\omit&\cr} \hrule} -- cgit v1.1