public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Tobias Burnus <tobias@codesourcery.com>
To: Michael Matz <matz@suse.de>, Binutils <binutils@sourceware.org>
Subject: 'make pdf' fails due to: [PATCH] Let '^' through the lexer]
Date: Fri, 14 Jul 2023 10:22:56 +0200	[thread overview]
Message-ID: <2350928d-ed93-91ed-8bcd-fce9902914b1@codesourcery.com> (raw)

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

             reply	other threads:[~2023-07-14  8:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-14  8:22 Tobias Burnus [this message]
2023-07-14  9:14 ` Alan Modra
2023-07-15 10:44 ` Michael Matz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2350928d-ed93-91ed-8bcd-fce9902914b1@codesourcery.com \
    --to=tobias@codesourcery.com \
    --cc=binutils@sourceware.org \
    --cc=matz@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).