Re: [PATCH] BUG preserve registers

Andrew Morton (akpm@zip.com.au)
Sat, 09 Feb 2002 22:50:04 -0800


"Eric W. Biederman" wrote:
>
> One possibility is to do something like:
>
> ud2
> .word __LINE__
> .long 1f
> .section __FILE__
> .linkonce discard
> 1: .asciz __FILE__
> .previous
>
> Which will put each filename string in it's own section and let the
> linker merge the duplicates.

That would work. When it didn't I r'ed tfm:

http://www.gnu.org/manual/gas-2.9.1/html_node/as_102.html

"This directive is only supported by a few object file formats;
as of this writing, the only object file format which supports
it is the Portable Executable format used on Windows NT."

-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/