Re: [Mspgcc-users] [PATCH] Fix gcc 3.2.3 support for-ffunction-sections and -fdata-sections

2007-04-03 Thread Grant Edwards
On 2007-04-03, N. Coesel wrote: >>NB: A side effect of this is a change in the behavior when an >>global, unintialize variable of the same name is defined in >>multiple files. Before these patches, that worked as long >>as the symbol was the same size in all files. This is a >>fa

Re: [Mspgcc-users] [PATCH] Fix gcc 3.2.3 support for-ffunction-sections and -fdata-sections

2007-04-03 Thread N. Coesel
At 00:23 03-04-07 +, you wrote: >On 2007-03-28, Grant Edwards wrote: > >> The attached patches fix support for -ffunction-sections and >> -fdata-sections in mspgcc 3.2.3. > >NB: A side effect of this is a change in the behavior when an >global, unintialize variable of the same name is defi