From: sje Date: Wed, 24 Jan 2007 19:40:57 +0000 (+0000) Subject: Forgot ChangeLog in previous commit. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=649f43215e800e0ad253e6b7bed39b13c826dcf3;p=thirdparty%2Fgcc.git Forgot ChangeLog in previous commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121129 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8164f0094b58..08bff59b0a04 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,20 @@ +2007-01-24 Steve Ellcey + + * target.h (globalize_decl_name): New. + * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New. + * output.h (default_globalize_decl_name): New. + * varasm.c (asm_output_bss): Use globalize_decl_name instead of + globalize_label. + (globalize_decl): Ditto. + (default_globalize_decl_name): New. + * config/ia64/ia64.c (ia64_globalize_decl_name): New. + (ia64_handle_version_id_attribute): New. + (TARGET_ASM_GLOBALIZE_DECL_NAME): New. + (ia64_asm_output_external): Use globalize_decl_name instead + of globalize_label. + * doc/extend.texi (version_id): New pragma. + * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook. + 2007-01-24 Andreas Krebbel * unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with