This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA v3 0/4] Make global symbol objfile search order arch-dependent
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Cc: jan dot kratochvil at redhat dot com
- Date: Mon, 4 Jun 2012 10:24:14 -0700
- Subject: [RFA v3 0/4] Make global symbol objfile search order arch-dependent
Hello,
Re: http://www.sourceware.org/ml/gdb-patches/2012-06/msg00051.html
This version should take care of Jan's request and commnts. I have:
- patch #1: Updated ctxobj.exp and print-file-var.exp to work
on all systems. Without this patch series, they should
still fail.
- patch #2: (former patch #1): No change, except I had to manually
resolve a merge conflict. I did not investigate why, just
did the resolution, which was fairly strightforward.
- patch #3: (former patch #2): Introduced Jan's function typedef
in gdbarch.h.
- patch #4: Added the missing #include.
Tested on x86_64-linux with no regression, and fixes the unexpected FAILs.
I did not retest on Windows, but I don't expect any problem there,
because there weren't really any substantial changes that might affect
this target.
In-Reply-To: