diff options
author | turly <turly@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-07 17:41:40 +0000 |
---|---|---|
committer | turly <turly@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-07 17:41:40 +0000 |
commit | 35df41840269b8d8dfd336ccfc7af63beeee85d2 (patch) | |
tree | a9925ae69ed0bccaf832ac7378142e4e12d1d727 /ChangeLog | |
parent | ad52fe0da863ef9664183cfcffb15d02d9e7325d (diff) | |
download | gcc-35df41840269b8d8dfd336ccfc7af63beeee85d2.tar.gz |
* MAINTAINERS (Write After Approval): Add myself.
* rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
(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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 151da683f4e..efba101f485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-12-07 Turly O'Connor <turly@apple.com> + * MAINTAINERS (Write After Approval): Add myself. + * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case. + (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. + 2001-12-07 Paolo Carlini <pcarlini@unitus.it> * MAINTAINERS (Write After Approval): Add myself. |