summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-11-27 08:30:34 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-11-27 08:30:34 +0000
commit7aee2da7256acbe6ad1965ff08b60743ac819482 (patch)
tree58b3eff2fa09beff6853057848feaa0907e93ba9 /src/ChangeLog
parent0a7a6051a9c0b50cd59285e9d174d3362e913ebd (diff)
downloademacs-7aee2da7256acbe6ad1965ff08b60743ac819482.tar.gz
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 13edfa07e90..7c7fb76378a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.