]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Include ABI note tag in shared libraries.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 16 Jul 2020 21:58:43 +0000 (21:58 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 16 Jul 2020 21:58:43 +0000 (21:58 +0000)
commit0bfad4329818423960a75ed0a305005098e237ac
treee05fd699fa95297a87ecae230f213e63c1356bf1
parent946b8f6fb02642cc925455132261671398094152
Include ABI note tag in shared libraries.

Split the ELF feature note into a separate file that is linked into
*crt1.o the same as crtbrand.S was before.  crtbrand.o is now linked
into crti.o on all platforms in addition to *crt1.o.

Reviewed by: kib
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D25304
lib/csu/Makefile.inc
lib/csu/common/crtbrand.S
lib/csu/common/feature_note.S [new file with mode: 0644]