|
Message-ID: <7ddf56c0-b352-4ae1-f3a2-ba822ec4d8ae@ludd.ltu.se> Date: Wed, 13 May 2020 21:36:05 +0200 From: Anders Magnusson <ragge@...d.ltu.se> To: John Arnold <iohannes.eduardus.arnold@...il.com> Cc: Rich Felker <dalias@...c.org>, musl@...ts.openwall.com, pcc@...ts.ludd.ltu.se Subject: Re: [Pcc] PCC unable to build musl 1.2.0 (and likely earlier) Den 2020-05-13 kl. 19:00, skrev John Arnold: > Rich is right, changing line 105 to: > w = w+0.25*log(a)*I > > solves the problem, but then we get the bad register name `%%ax' error > when trying to assemble catan.o. > The %%ax bug fixed. It only appeared for float comparisons where a CPU less than i686 was given. Some of the code was changed from using printf to internal routines and the extra % was left by mistake. -- R
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.