From: David Edelsohn Date: Mon, 22 Apr 2002 01:01:12 +0000 (+0000) Subject: rs6000.c (rs6000_override_options): Correct style and formatting of previous patch. X-Git-Tag: releases/gcc-3.3.0~5556 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee2ca2a22e0859101f4dcc1111585acbeafdbac8;p=thirdparty%2Fgcc.git rs6000.c (rs6000_override_options): Correct style and formatting of previous patch. * config/rs6000/rs6000.c (rs6000_override_options): Correct style and formatting of previous patch. From-SVN: r52593 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c6d936c16d97..707039a4036c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-22 David Edelsohn + + * config/rs6000/rs6000.c (rs6000_override_options): Correct + style and formatting of previous patch. + 2002-04-22 Alan Modra * config/rs6000/rs6000.c (rs6000_override_options): Always clear diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index f816bd263de4..927abba4333a 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -483,12 +483,13 @@ rs6000_override_options (default_cpu) } } - if (flag_pic && DEFAULT_ABI == ABI_AIX) + if (flag_pic != 0 && DEFAULT_ABI == ABI_AIX) { + flag_pic = 0; + if (extra_warnings) warning ("-f%s ignored (all code is position independent)", (flag_pic > 1) ? "PIC" : "pic"); - flag_pic = 0; } #ifdef XCOFF_DEBUGGING_INFO