Linker complaints if linked modules have conflicting options.
[fw/sdcc] / as / mcs51 / i51pst.c
index 1e10d9547e78a0eca43c8a31c92aa22d8bcf0142..16c40834ceff5ec856ad25907215e01a11d9f42a 100644 (file)
@@ -59,7 +59,8 @@ struct        mne     mne[] = {
        { NULL, ".org",         S_ORG,          0,      0},
        { NULL, ".module",      S_MODUL,        0,      0},
        { NULL, ".ascis",       S_ASCIS,        0,      0},
-        { NULL, ".flat24",     S_FLAT24,       0,      0},
+    { NULL, ".flat24", S_FLAT24,       0,      0},
+    { NULL, ".optsdcc",        S_OPTSDCC,      0,      0},
 
        /* 8051 */