This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15384] New: Lines witout effect in t-m68hc11-gas file
- From: "marcel at telka dot sk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2004 20:03:43 -0000
- Subject: [Bug target/15384] New: Lines witout effect in t-m68hc11-gas file
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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