]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement "-mno-align-long-strings" which prevents pessimization of strings
authorobrien <obrien@FreeBSD.org>
Thu, 6 Jun 2002 03:36:32 +0000 (03:36 +0000)
committerobrien <obrien@FreeBSD.org>
Thu, 6 Jun 2002 03:36:32 +0000 (03:36 +0000)
commit28b73f7a82880e5da37cfeae97575ee7a71445cc
treea364ba3e5cc51bf3a2f3c77f205ab504b2576c01
parent4699cf5d0b985289e66c79cd98b19f310c553839
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)
contrib/gcc/config/i386/i386.c
contrib/gcc/config/i386/i386.h