]> git.ipfire.org Git - thirdparty/glibc.git/commit
Define IN_MODULE for translation units that define NOT_IN_libc
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 21 Aug 2014 08:54:58 +0000 (14:24 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 5 Nov 2014 10:39:39 +0000 (16:09 +0530)
commitbec065bf56873c5a21a30096a2bf16083f47653e
treec4d055d66725c5108492e66ec19d6be17eec8ac2
parent8535ab4b3667b8968fb9fef2db42658c55c60cf0
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.
elf/Makefile