From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29201 invoked by alias); 11 May 2004 20:03:44 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 29188 invoked by uid 48); 11 May 2004 20:03:43 -0000 Date: Wed, 12 May 2004 17:33:00 -0000 From: "marcel at telka dot sk" To: gcc-bugs@gcc.gnu.org Message-ID: <20040511200341.15384.marcel@telka.sk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg01082.txt.bz2 List-Id: File gcc/config/m68hc11/t-m68hc11-gas (all revisions in the CVS tree are affected) contains following lines: dp-bit.c: $(srcdir)/config/fp-bit.c echo '#define SMALL_MACHINE' >> dp-bit.c echo '#define CMPtype HItype' >> dp-bit.c echo '#ifdef __LITTLE_ENDIAN__' > dp-bit.c echo '#define FLOAT_BIT_ORDER_MISMATCH' >>dp-bit.c echo '#endif' >> dp-bit.c cat $(srcdir)/config/fp-bit.c >> dp-bit.c The first and second 'echo' lines have no effect (please note '>' in the third line). Please note, that I've no experience with m68hc11 target. I've found the bug while reading the gcc sources. Thanks. -- Summary: Lines witout effect in t-m68hc11-gas file Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcel at telka dot sk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15384