X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=xXIecGZVeLl/wGV7D9A8SJe34qqD12Ggt6BJkX7iyN4=; b=SqSF+9EOADLE1QeF10Eu+aSDuJaFw+j2wVhLSEEAPWhGqe1l81obRJU+ZB1yO3/VId zg2AQmmTKwSrSRBHajguUmsjyYDgM30hq0M1LF0LsAOnzDLKAqkdp+w8BPRDtVV/csHj 7CdH/6dbQxFKMYHJglDC24isMZxG1Jx6dDbhMxAki/bbtUQuknft0dLQuQ7Grq/M/OBi w23OP2aG3Z5J2jOU+InCH7ssCxFozJpj/oGkonOlLwiKbj3GHO6rkR5twZOczQ9hwDva hjy6x4aLUnb9qqaSkdPO8ZFhRLOYMAtl1XxVzOKt56juDG84XSDjnwA50Orqk+Cjp3/Z azHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=xXIecGZVeLl/wGV7D9A8SJe34qqD12Ggt6BJkX7iyN4=; b=AWtqk8q/CguoupHHvFj4V9hh0HiFsiohWl1jizmuYgtrRiPgFLsUlGLnGxMrijhbS4 BoQSiD85/lKrb3xnosDfC5SLo62r+OqZMQOm06hnDY0mLTEJsl80+YBHDcAmhSEJRJdT rl+C1JPcQz5q89lYCvW6G7DU/OtwYJzGFIWtYe5dqgjcZrcv4ik6LD8BYpnI0E8hOQ78 NMo8GbBKCFDW0kk0jS+I7dTYIjpMRObMHT3Q2KFYAghta1QRLa0rAbPM1xjgqrIsGpZ2 S4TKsD97nPSDqflQqxiTt8/zs3b39B+p1LTcHbv0lW9SH83g1Cs546XzljMXRKQAj3vP 42/Q== X-Gm-Message-State: AOAM530Zpy9QjWZzDHI34LUsR2E4Wtyd3iIv83bfcFW1FtpdlqjYB24M JgvRo18h+xS23L4jF+LiMilJm+Is/CoSuj/uuT7eC9H8 X-Google-Smtp-Source: ABdhPJyJ4b/vs9RbAC+v+rJeloLoMaiiJpgoqnE5EHMKzrGWOekw37V7SdnK4DxkUOBD8XAez0OJz9YcWC/p00VJ9Ss= X-Received: by 2002:aca:3607:: with SMTP id d7mr5150524oia.49.1607601344927; Thu, 10 Dec 2020 03:55:44 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <5FD1FEA1.7010304@gmx.de> References: <5FD1FEA1 DOT 7010304 AT gmx DOT de> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Thu, 10 Dec 2020 14:55:44 +0300 Message-ID: Subject: Re: Difficulties compiling libc from repository using gcc 10.N.0 To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > C:/DJGPP-2.05/BIN/make.exe -C common > gcc ... -c dbgcom.c > dbgcom.c: Assembler messages: > dbgcom.c:1342: Error: symbol `.Ldoes_not_has_read_right' is already defined > dbgcom.c:1346: Error: symbol `.Ldoes_not_has_write_right' is already defined [...] > I have tried this using gcc1010 and gcc1020. Both fails. If I use gcc920 > everything works fine. In all cases bnu234b has been used and no other one > has been tried. Some kind of gcc bug? How does the asm output of gcc look like?