From a4a4ea50c5329602d7b5400653e969e9092dd77a Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Mon, 28 Feb 2011 18:19:02 +0000 Subject: ChangeLogTag:Mon Feb 28 18:10:19 UTC 2011 Steve Huston --- ChangeLog | 9 +++++++++ include/makeinclude/platform_aix_ibm.GNU | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1d8c7eb4ed..b0e08d58c08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 28 18:10:19 UTC 2011 Steve Huston + + * include/makeinclude/platform_aix_ibm.GNU: Remove the -qfuncsect + option from CCFLAGS; it caused an occasional odd problem and the + only reason it was added (Jul 17 2002) was to try and remove + duplicate symbol diagnostics from template instantiations. + Thanks to Phil Mesnier for raising this issue and identifying + the fix. + Tue Feb 1 14:28:18 UTC 2011 Steve Huston * ace/String_Base.cpp (operator+=): Add a temporary for the return diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU index 33627219c2b..2f8a9abe8f1 100644 --- a/include/makeinclude/platform_aix_ibm.GNU +++ b/include/makeinclude/platform_aix_ibm.GNU @@ -166,8 +166,6 @@ else #CCFLAGS += -qstaticinline endif -CCFLAGS += -qfuncsect - # The Visual Age preprocessor is not usable with the TAO_IDL compiler. # At the moment an idl file just contains includes of other idl files # the Visual Age preprocessor doesn't report that file in the list of -- cgit v1.2.1