pkgsrc-wip/tcc/PLIST
Juan Romero Pardines e3bc685f98 Update to 0.9.22.
version 0.9.22:

- simple memory optimisations: kernel compilation is 30% faster
- linker symbol definitions fixes
- gcc 3.4 fixes
- fixed value stack full error
- 'packed' attribute support for variables and structure fields
- ignore 'const' and 'volatile' in function prototypes
- allow '_Bool' in bit fields

version 0.9.21:

- ARM target support (Daniel Glöckner)
- added '-funsigned-char, '-fsigned-char' and
  '-Wimplicit-function-declaration'
- fixed assignment of const struct in struct
- line comment fix (reported by Bertram Felgenhauer)
- initial TMS320C67xx target support (TK)
- win32 configure
- regparm() attribute
- many built-in assembler fixes
- added '.org', '.fill' and '.previous' assembler directives
- '-fno-common' option
- '-Ttext' linker option
- section alignment fixes
- bit fields fixes
- do not generate code for unused inline functions
- '-oformat' linker option.
- added 'binary' output format.
2004-11-23 22:56:54 +00:00

19 lines
389 B
Text

@comment $NetBSD: PLIST,v 1.3 2004/11/23 22:56:55 xtraeme Exp $
bin/arm-tcc
bin/c67-tcc
bin/tcc
include/tcc/float.h
include/tcc/libtcc.h
include/tcc/stdarg.h
include/tcc/stdbool.h
include/tcc/stddef.h
include/tcc/tcclib.h
include/tcc/varargs.h
lib/libtcc.a
lib/tcc/bcheck.o
lib/tcc/libtcc1.a
man/man1/tcc.1
share/doc/tcc/tcc-doc.html
@dirrm share/doc/tcc
@dirrm lib/tcc
@dirrm include/tcc