From owner-p4-projects Fri Feb 14 2:27:47 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1F26037B405; Fri, 14 Feb 2003 02:27:46 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7CA837B401 for ; Fri, 14 Feb 2003 02:27:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4309143F75 for ; Fri, 14 Feb 2003 02:27:45 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1EARjbv090219 for ; Fri, 14 Feb 2003 02:27:45 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1EARiph090215 for perforce@freebsd.org; Fri, 14 Feb 2003 02:27:44 -0800 (PST) Date: Fri, 14 Feb 2003 02:27:44 -0800 (PST) Message-Id: <200302141027.h1EARiph090215@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 25156 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=25156 Change 25156 by jmallett@jmallett_dalek on 2003/02/14 02:27:39 Use the "right" local label prefix. Affected files ... .. //depot/projects/mips/contrib/gcc/config/mips/freebsd.h#7 edit Differences ... ==== //depot/projects/mips/contrib/gcc/config/mips/freebsd.h#7 (text+ko) ==== @@ -100,3 +100,11 @@ } #undef ASM_FINAL_SPEC + +/* + * Things assembled are horribly broken with the default of using $ as the + * local label prefix, because that isn't what we use, consistently, so we + * need to hardcode '.' + */ +#undef LOCAL_LABEL_PREFIX +#define LOCAL_LABEL_PREFIX "." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message