Re: [PATCH v4 03/42] linker_lists: Allow use in data structures

2021-03-16 Thread Simon Glass
At present linker lists are designed for use in code. They make use of statements within expressions ({...}), for example. It is possible to generate a reference to a linker_list entry that can be used in data structures, where such features are not permitted. It requires that the reference first

[PATCH v4 03/42] linker_lists: Allow use in data structures

2021-03-14 Thread Simon Glass
At present linker lists are designed for use in code. They make use of statements within expressions ({...}), for example. It is possible to generate a reference to a linker_list entry that can be used in data structures, where such features are not permitted. It requires that the reference first