Re: Ping: Arm: [PATCH v3 2/8] lib: collect library files in an archive

2020-12-18 Thread Julien Grall
Hi Jan, On 18/12/2020 08:02, Jan Beulich wrote: On 23.11.2020 16:21, Jan Beulich wrote: In order to (subsequently) drop odd things like CONFIG_NEEDS_LIST_SORT just to avoid bloating binaries when only some arch-es and/or configurations need generic library routines, combine objects under lib/ i

Ping: Arm: [PATCH v3 2/8] lib: collect library files in an archive

2020-12-18 Thread Jan Beulich
On 23.11.2020 16:21, Jan Beulich wrote: > In order to (subsequently) drop odd things like CONFIG_NEEDS_LIST_SORT > just to avoid bloating binaries when only some arch-es and/or > configurations need generic library routines, combine objects under lib/ > into an archive, which the linker then can pi

Re: [PATCH v3 2/8] lib: collect library files in an archive

2020-12-11 Thread Anthony PERARD
On Fri, Dec 11, 2020 at 11:00:19AM +0100, Jan Beulich wrote: > On 10.12.2020 15:47, Anthony PERARD wrote: > > On Mon, Nov 23, 2020 at 04:21:19PM +0100, Jan Beulich wrote: > >> --- a/xen/Rules.mk > >> +++ b/xen/Rules.mk > >> @@ -60,7 +64,14 @@ include Makefile > >> # > >> -

Re: [PATCH v3 2/8] lib: collect library files in an archive

2020-12-11 Thread Jan Beulich
On 10.12.2020 15:47, Anthony PERARD wrote: > On Mon, Nov 23, 2020 at 04:21:19PM +0100, Jan Beulich wrote: >> --- a/xen/Rules.mk >> +++ b/xen/Rules.mk >> @@ -60,7 +64,14 @@ include Makefile >> # >> --- >> >> quiet_cmd_ld =

Re: [PATCH v3 2/8] lib: collect library files in an archive

2020-12-10 Thread Anthony PERARD
On Mon, Nov 23, 2020 at 04:21:19PM +0100, Jan Beulich wrote: > In order to (subsequently) drop odd things like CONFIG_NEEDS_LIST_SORT > just to avoid bloating binaries when only some arch-es and/or > configurations need generic library routines, combine objects under lib/ > into an archive, which t

Re: [PATCH v3 2/8] lib: collect library files in an archive

2020-12-09 Thread Bertrand Marquis
Hi Jan, > On 9 Dec 2020, at 14:42, Jan Beulich wrote: > > On 09.12.2020 12:37, Bertrand Marquis wrote: >>> On 23 Nov 2020, at 15:21, Jan Beulich wrote: >>> >>> In order to (subsequently) drop odd things like CONFIG_NEEDS_LIST_SORT >>> just to avoid bloating binaries when only some arch-es and/

Re: [PATCH v3 2/8] lib: collect library files in an archive

2020-12-09 Thread Jan Beulich
On 09.12.2020 12:37, Bertrand Marquis wrote: >> On 23 Nov 2020, at 15:21, Jan Beulich wrote: >> >> In order to (subsequently) drop odd things like CONFIG_NEEDS_LIST_SORT >> just to avoid bloating binaries when only some arch-es and/or >> configurations need generic library routines, combine object

Re: [PATCH v3 2/8] lib: collect library files in an archive

2020-12-09 Thread Bertrand Marquis
Hi, > On 23 Nov 2020, at 15:21, Jan Beulich wrote: > > In order to (subsequently) drop odd things like CONFIG_NEEDS_LIST_SORT > just to avoid bloating binaries when only some arch-es and/or > configurations need generic library routines, combine objects under lib/ > into an archive, which the li

[PATCH v3 2/8] lib: collect library files in an archive

2020-11-23 Thread Jan Beulich
In order to (subsequently) drop odd things like CONFIG_NEEDS_LIST_SORT just to avoid bloating binaries when only some arch-es and/or configurations need generic library routines, combine objects under lib/ into an archive, which the linker then can pick the necessary objects out of. Note that we c