From owner-cvs-all Wed Jun 5 20:36:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5C7637B408; Wed, 5 Jun 2002 20:36:33 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563aXi28885; Wed, 5 Jun 2002 20:36:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200206060336.g563aXi28885@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 20:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 i386.c i386.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/06/05 20:36:33 PDT Modified files: contrib/gcc/config/i386 i386.c i386.h Log: Implement "-mno-align-long-strings" which prevents pessimization of strings for space. -Os could do this, but it was easy to hack an MD version. This saves a whole 32 bytes in boot2, so I think it is worth using it. (keep how much worse gcc 3.2 will compile boot2...) Submitted by: bde (minus gcc 3.2 commentary) Revision Changes Path 1.11 +2 -2 src/contrib/gcc/config/i386/i386.c 1.10 +7 -0 src/contrib/gcc/config/i386/i386.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message