From: dje Date: Thu, 16 Oct 2008 00:12:13 +0000 (+0000) Subject: Commit omitted ChangeLog from r141134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17c8cfc995a908a5250fcbeb6436ad0f8156d331;p=thirdparty%2Fgcc.git Commit omitted ChangeLog from r141134 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141154 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a899cd934e24..b3ed1642eee5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -88,6 +88,23 @@ already implies hard float. Also fix several insn condition with TARGET_DFP which shall require TARGET_HARD_DFP instead. +2008-10-15 David Edelsohn + + PR target/35483 + Based on patches by Laurent Vivier. + * xcoffout.h (DBX_FINISH_STABS): Translate dollar sign to underscore. + * config/rs6000/rs6000-protos.h (rs6000_xcoff_strip_dollar): Declare. + * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Translate + dollar sign to underscore. + (ASM_OUTPUT_EXTERNAL): Same. + (ASM_OUTPUT_LABELREF): New. + * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): New. + + * config/rs6000/aix51.h (TARGET_USE_JCR_SECTION): Define. + * config/rs6000/aix52.h (TARGET_USE_JCR_SECTION): Define. + * config/rs6000/aix53.h (TARGET_USE_JCR_SECTION): Define. + * config/rs6000/aix61.h (TARGET_USE_JCR_SECTION): Define. + 2008-10-15 Jakub Jelinek PR tree-optimization/36881