Skip to content

Instantly share code, notes, and snippets.

@dileks
Created April 17, 2011 11:57
Show Gist options
  • Select an option

  • Save dileks/923980 to your computer and use it in GitHub Desktop.

Select an option

Save dileks/923980 to your computer and use it in GitHub Desktop.
page-writeback.c:(.text+0x6446): undefined reference to `____ilog2_NaN'
$ 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