[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 0/9] xen: beginnings of moving library-like code into an archive
In a few cases we link in library-like functions when they're not actually needed. While we could use Kconfig options for each one of them, I think the better approach for such generic code is to build it always (thus making sure a build issue can't be introduced for these in any however exotic configuration) and then put it into an archive, for the linker to pick up as needed. The series here presents a first few tiny steps towards such a goal. Not that we can't use thin archives yet, due to our tool chain (binutils) baseline being too low. The first patch actually isn't directly related to the rest of the series, except that - to avoid undue redundancy - I ran into the issue addressed there while (originally) making patch 3 convert to using $(call if_changed,ld) "on the fly". IOW it's a full (contextual and functional) prereq to the series. Further almost immediate steps I'd like to take if the approach meets no opposition are - split and move the rest of common/lib.c, - split and move common/string.c, dropping the need for all the __HAVE_ARCH_* (implying possible per-arch archives then need to be specified ahead of lib/lib.a on the linker command lines), - move common/libelf/ and common/libfdt/. 1: build: use if_changed more consistently (and correctly) for prelink*.o 2: lib: split _ctype[] into its own object, under lib/ 3: lib: collect library files in an archive 4: lib: move list sorting code 5: lib: move parse_size_and_unit() 6: lib: move init_constructors() 7: lib: move rbtree code 8: lib: move bsearch code 9: lib: move sort code Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |