Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/
H A DMakefile7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d Mon Jun 15 17:37:20 UTC 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>