Subject: CVS commit: [netbsd-3] src/gnu/dist/gcc/gcc/config/i386
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 11/27/2005 22:49:30
Module Name:	src
Committed By:	riz
Date:		Sun Nov 27 22:49:30 UTC 2005

Modified Files:
	src/gnu/dist/gcc/gcc/config/i386 [netbsd-3]: i386.c

Log Message:
Pull up following revision(s) (requested by dsl in ticket #1006):
	gnu/dist/gcc/gcc/config/i386/i386.c: revision 1.5
When compiling with -Os put all strings into .rodata.str1.1 (ie byte aligned)
rather than putting those longer than 30 chars into .rodata.str1.32.
Apparantly gcc 3.4.4 has this change...
In spite of everything being compressed, this saves over 13k in the boot
floppies.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.6.1 src/gnu/dist/gcc/gcc/config/i386/i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.