# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1196152234 0 # Node ID 3acdd5157d065df8b82318171a2e6900ae48a502 # Parent 5ef8658dc79e1f2ea962aeb3250f9e2164d6c143 *** empty log message *** diff -r 5ef8658dc79e -r 3acdd5157d06 src/ChangeLog --- a/src/ChangeLog Tue Nov 27 08:30:23 2007 +0000 +++ b/src/ChangeLog Tue Nov 27 08:30:34 2007 +0000 @@ -1,3 +1,12 @@ +2007-11-27 YAMAMOTO Mitsuharu + + * unexmacosx.c (unrelocate): New argument BASE. Use it instead of + reloc_base. + (copy_dysymtab): Compute relocation base here. + (rebase_reloc_address) [__ppc64__]: New function. + (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be + changed. + 2007-11-26 Jason Rumney * w32proc.c (sys_spawnve): Quote args with wildcards.