public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* 'make pdf' fails due to: [PATCH] Let '^' through the lexer]
@ 2023-07-14  8:22 Tobias Burnus
  2023-07-14  9:14 ` Alan Modra
  2023-07-15 10:44 ` Michael Matz
  0 siblings, 2 replies; 3+ messages in thread
From: Tobias Burnus @ 2023-07-14  8:22 UTC (permalink / raw)
  To: Michael Matz, Binutils

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

* * *

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 'make pdf' fails due to: [PATCH] Let '^' through the lexer]
  2023-07-14  8:22 'make pdf' fails due to: [PATCH] Let '^' through the lexer] Tobias Burnus
@ 2023-07-14  9:14 ` Alan Modra
  2023-07-15 10:44 ` Michael Matz
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Modra @ 2023-07-14  9:14 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: Michael Matz, Binutils

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.

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 'make pdf' fails due to: [PATCH] Let '^' through the lexer]
  2023-07-14  8:22 'make pdf' fails due to: [PATCH] Let '^' through the lexer] Tobias Burnus
  2023-07-14  9:14 ` Alan Modra
@ 2023-07-15 10:44 ` Michael Matz
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Matz @ 2023-07-15 10:44 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: Binutils

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-15 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-14  8:22 'make pdf' fails due to: [PATCH] Let '^' through the lexer] Tobias Burnus
2023-07-14  9:14 ` Alan Modra
2023-07-15 10:44 ` Michael Matz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).