Changeset 212 for trunk/src/gcc


Ignore:
Timestamp:
May 21, 2003, 11:09:39 PM (22 years ago)
Author:
zap
Message:

Removed the default state of the -fno-comm switch since it breaks lots of
programs. I was wrong thinking that it will affect just a few. It seems
a common (mis-)practice to declare one variable multiple times in different
source files. Shame :-\

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r211 r212  
    141141   continuation. */
    142142#define DBX_CONTIN_LENGTH 0
    143 
    144 /* Always use -fno-common otherwise __align__() doesn't work for globals */
    145 #undef OVERRIDE_OPTIONS
    146 #define OVERRIDE_OPTIONS        \
    147   {                             \
    148     flag_no_common = 1;         \
    149     override_options ();        \
    150   }
    151143
    152144/* If defined, a C expression whose value is a string containing the
Note: See TracChangeset for help on using the changeset viewer.