'make pdf' fails due to: [PATCH] Let '^' through the lexer]

Message ID 2350928d-ed93-91ed-8bcd-fce9902914b1@codesourcery.com
State Unresolved
Headers
Series 'make pdf' fails due to: [PATCH] Let '^' through the lexer] |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Tobias Burnus July 14, 2023, 8:22 a.m. UTC
  Hi Michael, hi all,

currently, "make pdf V=1" fails as follows due to the bare ^

I think one of the approaches suggested at
https://tex.stackexchange.com/questions/77646/how-to-typeset-the-symbol-caret-circumflex-hat
should be applied.

I think the simplest would be to use \^{}  instead of ^, i.e.


* * *

Thanks,

Tobias

* * *

../../../.././../../ld/ld.texi:6864: Missing $ inserted.
<inserted text>
                 $
<to be read again>
                    ^
l.6864 &8&&left&&^
                   &\cr
?
../../../.././../../ld/ld.texi:6864: Emergency stop.
<inserted text>
                 $
<to be read again>
                    ^
l.6864 &8&&left&&^
                   &\cr
../../../.././../../ld/ld.texi:6864:  ==> Fatal error occurred, no output PDF f
ile produced!
Transcript written on ld.log.

-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955
  

Comments

Alan Modra July 14, 2023, 9:14 a.m. UTC | #1
On Fri, Jul 14, 2023 at 10:22:56AM +0200, Tobias Burnus wrote:
> Hi Michael, hi all,
> 
> currently, "make pdf V=1" fails as follows due to the bare ^
> 
> I think one of the approaches suggested at
> https://tex.stackexchange.com/questions/77646/how-to-typeset-the-symbol-caret-circumflex-hat
> should be applied.
> 
> I think the simplest would be to use \^{}  instead of ^, i.e.
> 
> --- a/ld/ld.texi
> +++ b/ld/ld.texi
> @@ -6864 +6864 @@ height2pt&\omit&&\omit&&\omit&\cr
> -&8&&left&&^&\cr
> +&8&&left&&\^{}&\cr
> 

Please apply.
  
Michael Matz July 15, 2023, 10:44 a.m. UTC | #2
Hey,

On Fri, 14 Jul 2023, Tobias Burnus wrote:

> currently, "make pdf V=1" fails as follows due to the bare ^

Bah, sorry.  My TeX became too rusty and I'll admit I don't have the 
thousands latex packages installed here.  I changed that part nevertheless 
in the hope that somebody would scream if it was wrong.  Seems to have 
worked :-)  Thanks Tobias and Alan.

Ciao,
Michael.
  

Patch

--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -6864 +6864 @@  height2pt&\omit&&\omit&&\omit&\cr
-&8&&left&&^&\cr
+&8&&left&&\^{}&\cr