Home
last modified time | relevance | path

Searched hist:"7 bd49ad1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile7bd49ad1 Mon Jun 15 12:37:20 CDT 2009 Mike Frysinger <vapier@gentoo.org> kallsyms: fix escaping of NUL char in strings

The current kallsyms code is using \\0 to escape the backslash in the awk
code, but the shell too needs escaping. This way we make sure gcc is
passed the \0. Then gcc itself will consume this as an octal, so we have
to use 000 so gcc will create the final NUL.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>