From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19047 invoked by alias); 25 Jul 2002 14:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 19028 invoked by uid 71); 25 Jul 2002 14:36:01 -0000 Resent-Date: 25 Jul 2002 14:36:01 -0000 Resent-Message-ID: <20020725143601.19027.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, zack@codesourcery.com Resent-Reply-To: gcc-gnats@gcc.gnu.org, pinskia@physics.uc.edu Received: (qmail 13414 invoked by uid 61); 25 Jul 2002 14:27:45 -0000 Message-Id: <20020725142745.13413.qmail@sources.redhat.com> Date: Thu, 25 Jul 2002 07:36:00 -0000 From: pinskia@physics.uc.edu Reply-To: pinskia@physics.uc.edu To: gcc-gnats@gcc.gnu.org Cc: zack@codesourcery.com X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: zack@codesourcery.com Subject: bootstrap/7404: bootstrap: Illegal .size expression X-SW-Source: 2002-07/txt/msg00683.txt.bz2 List-Id: >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: