From: Turly O'Connor Date: Fri, 7 Dec 2001 17:41:40 +0000 (+0000) Subject: MAINTAINERS (Write After Approval): Add myself. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4519d6a34068c1129117781d0ec470bc5137da20;p=gcc.git MAINTAINERS (Write After Approval): Add myself. * 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. From-SVN: r47762 --- diff --git a/ChangeLog b/ChangeLog index 151da683f4e..efba101f485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-12-07 Turly O'Connor + * 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 * MAINTAINERS (Write After Approval): Add myself.