
5 Nov
2010
5 Nov
'10
1:04 p.m.
Dear Sebastien Carlier,
Am 05.11.2010 11:39, schrieb Sebastien Carlier:
Hello all,
So, U-boot needs to be fixed. I can see the following ways forward:
1.1) Stop using weak symbols; use pre-initialized function pointers instead (possibly grouped in a struct, for cleanliness). This has the benefit of offering a clear interface and being independent of toolchain details.
sounds good to me despite of grouping. Isn't grouping tough due to different weak functions for each architecture?
This will build more size and relocations and you get fixups too which are/will be bad for code that runs before relocation.
Jocke