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]

[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: 


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