Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/gnu/dist/gcc/gcc/config/i386



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.




Home | Main Index | Thread Index | Old Index