Re: [alpha-vms] simplify the generation of VMS linkages

2011-11-04 Thread Tristan Gingold
On Nov 3, 2011, at 4:42 PM, Richard Henderson wrote: > On 11/03/2011 08:35 AM, Tristan Gingold wrote: >> Do you have any objections ? > > Nope. Thanks, committed. Tristan.

Re: [alpha-vms] simplify the generation of VMS linkages

2011-11-03 Thread Richard Henderson
On 11/03/2011 08:35 AM, Tristan Gingold wrote: > Do you have any objections ? Nope. r~

[alpha-vms] simplify the generation of VMS linkages

2011-11-03 Thread Tristan Gingold
Richard, I plan to commit this patch to simplify the generation of linkage entries. Instead of a splay_tree, it adds a field in machine_function. But because the new field is controlled by GGC, it is present on (and thus affect) all alpha targets (it cannot be enclosed by #if/#endif). I suppose