]> gcc.gnu.org Git - gcc.git/commitdiff
(SDB_ALLOW_FORWARD_REFERENCES): Don't override.
authorTom Wood <wood@gnu.org>
Wed, 28 Oct 1992 20:24:40 +0000 (20:24 +0000)
committerTom Wood <wood@gnu.org>
Wed, 28 Oct 1992 20:24:40 +0000 (20:24 +0000)
From-SVN: r2634

gcc/config/m88k/dolph.h

index 0c1783aa7604a94638bf439982566ec7bdc0eead..8a26280c0eb222bc4af804891e2d733a1c034ed3 100644 (file)
@@ -26,8 +26,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    Error messages like
    as: "/usr/tmp/cca22733.s": cannot reduce symbol table, unused symbols remain
    when compiling some programs.
-   example program (C++): struct bad { bad(); }; bad::bad() {}  */
-#undef SDB_ALLOW_FORWARD_REFERENCES
+   example program (C++): struct bad { bad(); }; bad::bad() {}
+
+   This problem seems to have gone away, perhaps with release 3.6 of the O/S
+   from Dolphin.  */
+/* #undef SDB_ALLOW_FORWARD_REFERENCES */
 
 /* Use T_ARG as T_VOID.  T_VOID is not defined in <syms.h> as it should be.  */
 #define T_VOID T_ARG
This page took 0.062255 seconds and 5 git commands to generate.