This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]