Mercurial > emacs
changeset 79493:3acdd5157d06
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Tue, 27 Nov 2007 08:30:34 +0000 |
parents | 5ef8658dc79e |
children | 0e7b65656292 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <mituharu@math.s.chiba-u.ac.jp> + + * 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 <jasonr@gnu.org> * w32proc.c (sys_spawnve): Quote args with wildcards.