]> xenbits.xensource.com Git - people/andrewcoop/mini-os.git/commit
Mini-OS: hide all symbols not exported via EXPORT_SYMBOLS() master
authorJuergen Gross <jgross@suse.com>
Mon, 27 Nov 2023 10:25:23 +0000 (11:25 +0100)
committerJulien Grall <jgrall@amazon.com>
Mon, 4 Dec 2023 16:52:57 +0000 (16:52 +0000)
commit33411a11f848853b6c81a38426faaab303477a31
tree49ab06760387227f22d6b858a30286da85e70155
parentfbdf8b2a0d6520fed9f8ac93ed2ef9d7c57f71fe
Mini-OS: hide all symbols not exported via EXPORT_SYMBOLS()

When doing the final linking of the Mini-OS kernel only keep the
symbols visible which have been marked via EXPORT_SYMBOL().

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Makefile