This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: Fixes for Mac OS X/x86 building/running



On 12 Mar 2009, at 23:31, Tom Tromey wrote:


Just FYI, the machoread.c patch won't apply upstream, because we
haven't submitted the delayed partial symbol reading patch yet.

Ah, so that one is actually appropriate for this list :)


I suspect you must have added the NULL in the wrong spot, because that
line is:

(*objfile->sf->sym_read) (objfile, mainline);

... but the new field is the next field in the struct,
sym_read_psymbols.

You're absolutely right, thanks! That's also the cause of the problems I experienced. Once I put the function pointer in the right place, everything started to work fine. I'll send a fixed patch tomorrow.



Jonas


PS: I've mailed the request for the copyright assignment form.


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