diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-11-20 12:04:26 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-11-24 11:41:42 +0530 |
commit | 9a4848572bec992781311995e9e5e46eb226ce97 (patch) | |
tree | ccfe40e1b5ca5395b40d8d211e6e8a53d715212e /ChangeLog | |
parent | a10178bda190a62e7e3f56773f55f23cf06848a7 (diff) | |
download | glibc-9a4848572bec992781311995e9e5e46eb226ce97.zip glibc-9a4848572bec992781311995e9e5e46eb226ce97.tar.gz glibc-9a4848572bec992781311995e9e5e46eb226ce97.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |