This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/15384] New: Lines witout effect in t-m68hc11-gas file


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]