Subject: CVS commit: src/gnu/dist/gcc/gcc/config/i386
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/05/2005 18:29:53
Module Name:	src
Committed By:	dsl
Date:		Sat Nov  5 18:29:53 UTC 2005

Modified Files:
	src/gnu/dist/gcc/gcc/config/i386: i386.c

Log Message:
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.5 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.