aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorturly <turly@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-10 10:58:07 +0000
committerturly <turly@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-10 10:58:07 +0000
commit13106b165e759abca8de9a664deaf49fbec1541e (patch)
tree15f70797a7a6d916cd93efc7c20cb69125d46eb7 /ChangeLog
parent7e5b3e48be574bb8827af6329c2ad550470363f8 (diff)
Correct filename to "darwin-tramp.asm" in my last ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47839 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index edc6d3d427f..50ae8dfc164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@
(rs6000_initialize_trampoline): Call __trampoline_setup for
ABI_DARWIN too.
* darwin-tramp.asm: New file, implements __trampoline_setup.
- * t-darwin: LIB2FUNCS_EXTRA now includes darwin_tramp.asm.
+ * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
2001-12-07 Paolo Carlini <pcarlini@unitus.it>