From 6c83004785b99fa088369ee7835e913fe9403ccb Mon Sep 17 00:00:00 2001 From: Santosh Puranik Date: Tue, 24 Nov 2015 05:57:48 -0600 Subject: Some changes for the new compiler -- Compile out FFDC code that relies on std::shared_ptr and std::pair -- Define some type traits used in FAPI2 -- Remove stdio.h inclusion from plat code Change-Id: I5a9e156f654c87c54d26f2e4c99b924285cf981a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22297 Reviewed-by: Sachin Gupta Tested-by: Jenkins Server Reviewed-by: Gregory S. Still --- tools/scripts/parseErrorInfo.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/scripts/parseErrorInfo.pl b/tools/scripts/parseErrorInfo.pl index e192f180..db728c4c 100755 --- a/tools/scripts/parseErrorInfo.pl +++ b/tools/scripts/parseErrorInfo.pl @@ -386,7 +386,9 @@ print ECFILE "#include \n" if ($arg_use_variable_buffers ne u print ECFILE "#include \n"; print ECFILE "#include \n"; print ECFILE "#include \n"; +print ECFILE "#ifndef FAPI2_NO_FFDC\n"; print ECFILE "#include \n"; +print ECFILE "#endif\n"; #print ECFILE "#include \n\n"; print ECFILE "/**\n"; print ECFILE " * \@brief FFDC gathering classes\n"; -- cgit v1.2.1