Created
April 17, 2011 11:57
-
-
Save dileks/923980 to your computer and use it in GitHub Desktop.
page-writeback.c:(.text+0x6446): undefined reference to `____ilog2_NaN'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ xzgrep ilog2_u32 gcc-4.5_mm_page-writeback.o.disasm.xz | |
| 0000000b <__ilog2_u32>: | |
| 804: e8 02 f8 ff ff call b <__ilog2_u32> | |
| 81e: e8 e8 f7 ff ff call b <__ilog2_u32> | |
| 82b: e8 db f7 ff ff call b <__ilog2_u32> | |
| 87f: e8 87 f7 ff ff call b <__ilog2_u32> | |
| 8a0: e8 66 f7 ff ff call b <__ilog2_u32> | |
| 1045: e8 c1 ef ff ff call b <__ilog2_u32> | |
| 17a4: e8 62 e8 ff ff call b <__ilog2_u32> | |
| $ xzgrep ilog2_u32 mm_page-writeback.o.disasm.xz | |
| [ NO output ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment