public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: pinskia@physics.uc.edu
To: gcc-gnats@gcc.gnu.org
Cc: zack@codesourcery.com
Subject: bootstrap/7404: bootstrap: Illegal .size expression
Date: Thu, 25 Jul 2002 07:36:00 -0000	[thread overview]
Message-ID: <20020725142745.13413.qmail@sources.redhat.com> (raw)


>Number:         7404
>Category:       bootstrap
>Synopsis:       bootstrap: Illegal .size expression
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 25 07:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pinski
>Release:        gcc cvs-HEAD: Thu Jul 25 13:32:31 UTC 2002
>Organization:
>Environment:
OpenBSD 3.1-stable
>Description:
The patch for:
Use the new macros.  Where possible, remove redundant definitions of SIZE_ASM_OP, TYPE_ASM_OP, and TYPE_OPERAND_FMT.

broke the bootstrap on OpenBSD with error:
libgcc2.s: Assembler messages:
libgcc2.s:294: Error: Illegal .size expression

The difference between the one that was update at 8pm EST last night and the one compiled updated on 1:23 UTC is (libgcc2.s.old is the one updated last night and libgcc2.s is one from today):
--- libgcc2.s   Thu Jul 25 10:15:31 2002
+++ libgcc2.s.old       Thu Jul 25 10:15:11 2002
@@ -240,7 +240,7 @@
        .align 1,0x90
        .align 4,0x90
 .globl ___muldi3
-       .type   ___muldi3, @function
+       .type   ___muldi3 , @function
 ___muldi3:
        .stabd  68,0,350
        pushl   %ebp
@@ -291,7 +291,7 @@
        popl    %ebp
        ret
 LBE2:
-       .size   ___muldi3, _.-___muldi3
+       .size   ___muldi3 , . - ___muldi3
        .stabs  "__muldi3:F151",36,0,350,___muldi3
        .stabs  "u:p151",160,0,349,8
        .stabs  "v:p151",160,0,349,16
>How-To-Repeat:
compile gcc on OpenBSD3.1-stable
>Fix:
back out the change for just config/openbsd.h
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2002-07-25 14:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-25  7:36 pinskia [this message]
2003-04-02  5:06 Andrew Pinski
2003-04-02 15:23 bangerth

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=20020725142745.13413.qmail@sources.redhat.com \
    --to=pinskia@physics.uc.edu \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=zack@codesourcery.com \
    /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).