From: Mark Mitchell Date: Wed, 1 Sep 2004 06:08:30 +0000 (+0000) Subject: config.gcc (arm*-*-symbianelf*): Do not include t-bpabi. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14945fe6b38b48f568e043070b81c04c60e08168;p=platform%2Fupstream%2Fgcc.git config.gcc (arm*-*-symbianelf*): Do not include t-bpabi. * config.gcc (arm*-*-symbianelf*): Do not include t-bpabi. * config/arm/lib1funcs.asm: Do not include supplemental .S files when compiling for Symbian. * config/arm/symbian.h (RENAME_LIBRARY): New macro. (TARGET_OS_CPP_BUILTINS): Likewise. * config/arm/t-symbian (LIB1ASMFUNCS): Define. [[Split portion of a mixed commit.]] From-SVN: r86874.2 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cec7b2e..743e005 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2004-08-31 Mark Mitchell + + * config.gcc (arm*-*-symbianelf*): Do not include t-bpabi. + * config/arm/lib1funcs.asm: Do not include supplemental .S files + when compiling for Symbian. + * config/arm/symbian.h (RENAME_LIBRARY): New macro. + (TARGET_OS_CPP_BUILTINS): Likewise. + * config/arm/t-symbian (LIB1ASMFUNCS): Define. + 2004-08-31 Stan Shebs * toplev.c (process_options): Ensure debug_hooks is initialized.