From 11d7e198877dad10446847e450b701f9a607c54f Mon Sep 17 00:00:00 2001 From: nickc Date: Tue, 13 Jul 2004 08:57:01 +0000 Subject: [PATCH] oops - forgot to commit ChangeLog entry for sh-symbianelf patch git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84609 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e2bc6de..0fefd19 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -103,6 +103,24 @@ * config/mips/mips.h (TARGET_*): Boolify. +2004-07-12 Nick Clifton + + * config.gcc: Add sh-*-symbianelf target. + * config/sh/sh.c: Add new target macros: + TARGET_ENCODE_SECTION_INFO, TARGET_STRIP_NAME_ENCODING, + TARGET_CXX_IMPORT_EXPORT_CLASS. + (sh_file_start): Create a definition of the .directive section. + (sh_attribute): Add dllimport and dllexport attributes. + * config/sh/symbian-pre.h: New file. + * config/sh/symbian-post.h: New file. + * config/sh/symbian.c: New file. Contains Symbian specific + functions. + * config/sh/sh-protos.h: Add prototypes for new functions + provided by symbian.c. + * config/sh/t-symbian: New file. + * doc/extend.texi: Document support for dllimport and dllexport + attributes by the sh-symbianelf target. + 2004-07-12 James E Wilson * Makefile.in (AR): Use @AR@ not ar. -- 2.7.4