Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: FASCIST_ASSEMBLER and other oppressions Message-ID: <8904041613.AA06051@yahi.stanford.edu> Date: 4 Apr 89 16:13:59 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 45 Dirk Grunwald pointed this out: yahi% diff -c2 cplus-decl.c~ cplus-decl.c *** cplus-decl.c~ Mon Apr 3 08:48:30 1989 --- cplus-decl.c Tue Apr 4 09:07:01 1989 *************** *** 909,913 **** finish_function (1); ! #ifndef FASCIST_ASSEMBLER /* Now tell GNU LD that this is part of the static destructor set. */ { --- 909,913 ---- finish_function (1); ! #if !defined(SDB_DEBUGGING_INFO) && !defined(FASCIST_ASSEMBLER) /* Now tell GNU LD that this is part of the static destructor set. */ { *************** *** 997,1001 **** finish_function (1); ! #ifndef FASCIST_ASSEMBLER /* Now tell GNU LD that this is part of the static constructor set. */ { --- 997,1001 ---- finish_function (1); ! #if !defined(SDB_DEBUGGING_INFO) && !defined(FASCIST_ASSEMBLER) /* Now tell GNU LD that this is part of the static constructor set. */ { *************** *** 1159,1163 **** finish_function (1); ! #ifndef FASCIST_ASSEMBLER { extern struct _iob *asm_out_file; --- 1159,1163 ---- finish_function (1); ! #if !defined(SDB_DEBUGGING_INFO) && !defined(FASCIST_ASSEMBLER) { extern struct _iob *asm_out_file; yahi%