Use a display_info() to output a header of the tcc help listing
commit20074d88629cc4947d5d51cb9d2fca5ec7068daa
authorseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 13:08:33 +0000 (3 16:08 +0300)
committerseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 13:08:33 +0000 (3 16:08 +0300)
treed78f55cbcace806cdeaeb89fe4750507813d8458
parent2437ccdc768b1a4fde3255b2090e180b74ab198f
Use a display_info() to output a header of the tcc help listing

    tcc version 0.9.26 (i386 Linux)
    Tiny C Compiler - Copyright (C) 2001-2006 Fabrice Bellard
    Usage: tcc [options...] [-o outfile] [-c] infile(s)...
   tcc [options...] -run infile [arguments...]
    ...

instead of the

    tcc version 0.9.26 - Tiny C Compiler - Copyright (C) 2001-2006 Fabrice Bellard
    Usage: tcc [options...] [-o outfile] [-c] infile(s)...
   tcc [options...] -run infile [arguments...]
    ...

Displaing a "Hard Float" info for the ARM arch is restored. It was broken by the AArm64 patch.
tcc.c