mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Define IN_MODULE for translation units that define NOT_IN_libc
Make sure that all instances where NOT_IN_libc is defined also defines IN_MODULE to facilitate removal NOT_IN_libc in future passes. Verified that the generated code is unchanged on x86_64. * elf/Makefile (libof-sotruss-lib): Set as extramodules.
This commit is contained in:
parent
a10178bda1
commit
9a4848572b
@ -1,5 +1,7 @@
|
||||
2014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* elf/Makefile (libof-sotruss-lib): Set as extramodules.
|
||||
|
||||
* elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
|
||||
* elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
|
||||
* extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
|
||||
|
@ -96,6 +96,7 @@ extra-objs += sotruss-lib.os sotruss-lib.so
|
||||
install-others += $(inst_auditdir)/sotruss-lib.so
|
||||
install-bin-script += sotruss
|
||||
generated += sotruss
|
||||
libof-sotruss-lib = extramodules
|
||||
CPPFLAGS-sotruss-lib = -DNOT_IN_libc
|
||||
$(objpfx)sotruss-lib.so: $(objpfx)sotruss-lib.os
|
||||
$(build-module-asneeded)
|
||||
|
Loading…
Reference in New Issue
Block a user