This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap/7404: bootstrap: Illegal .size expression


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]