[PATCH v12 5/5] Test adding and removing a symbol file at runtime.

Mark Kettenis mark.kettenis@xs4all.nl
Wed Jul 17 18:53:00 GMT 2013


> From: Nicolas Blanc <nicolas.blanc@intel.com>
> Date: Wed, 17 Jul 2013 18:27:35 +0200
> 
> +#include <elf.h>

The <elf.h> header isn't standardized at all.  So this testcase
probably only compile on systems that use glibc as their C library.
Might not even work on a significant fraction of systems that use a
Linux kernel.

Perhaps it is possible to use the headers from include/elf in the src
tree instead?



More information about the Gdb-patches mailing list