aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1992-10-28 20:24:40 +0000
committerTom Wood <wood@gnu.org>1992-10-28 20:24:40 +0000
commit1e482b2cf8fbe972534fee553bfbe75bb9bf4236 (patch)
tree06b053aaee35555aae2bf34f611b65a7e3d6eb21
parent29f104846c14612c2730a87c80caa57e6628af14 (diff)
downloadgcc-1e482b2cf8fbe972534fee553bfbe75bb9bf4236.zip
gcc-1e482b2cf8fbe972534fee553bfbe75bb9bf4236.tar.gz
gcc-1e482b2cf8fbe972534fee553bfbe75bb9bf4236.tar.bz2
(SDB_ALLOW_FORWARD_REFERENCES): Don't override.
From-SVN: r2634
-rw-r--r--gcc/config/m88k/dolph.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/config/m88k/dolph.h b/gcc/config/m88k/dolph.h
index 0c1783a..8a26280 100644
--- a/gcc/config/m88k/dolph.h
+++ b/gcc/config/m88k/dolph.h
@@ -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