public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/7404: bootstrap: Illegal .size expression
@ 2003-04-02 15:23 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-04-02 15:23 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pinskia, zack

Synopsis: bootstrap: Illegal .size expression

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Wed Apr  2 15:23:11 2003
State-Changed-Why:
    Apparently fixed

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7404


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

* Re: bootstrap/7404: bootstrap: Illegal .size expression
@ 2003-04-02  5:06 Andrew Pinski
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Pinski @ 2003-04-02  5:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/7404; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, Zack Weinberg <zack@codesourcery.com>
Cc: Andrew Pinski <pinskia@physics.uc.edu>
Subject: Re: bootstrap/7404: bootstrap: Illegal .size expression
Date: Wed, 2 Apr 2003 00:05:09 -0500

 This has been fixed for some time now.
 
 Thanks,
 Andrew Pinski
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=7404
 


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

* bootstrap/7404: bootstrap: Illegal .size expression
@ 2002-07-25  7:36 pinskia
  0 siblings, 0 replies; 3+ messages in thread
From: pinskia @ 2002-07-25  7:36 UTC (permalink / raw)
  To: gcc-gnats; +Cc: zack


>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:


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

end of thread, other threads:[~2003-04-02 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-02 15:23 bootstrap/7404: bootstrap: Illegal .size expression bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-04-02  5:06 Andrew Pinski
2002-07-25  7:36 pinskia

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).