Skip to content

bcc 0.14

Compare
Choose a tag to compare
@realchonk realchonk released this 29 Aug 16:46
· 163 commits to master since this release

ChangeLog

General

  • added libbcc
  • improved versioning
  • added and deprecated bcl
  • added fix_crts.sh
  • updated test_install.sh script
  • improved documentation
  • added a few test cases

bcc

  • riscv: added IR_COPY
  • added linking support
  • added support for multiple input files
  • improved command-line interface
  • added inline keyword
  • added array-initialization syntax (int a[] = { 1, 2, 3, 4})
  • moved src/arch/*.h to include/arch/
  • added --enable-bcl & --disable-target-libbcc configure options
  • new options: -L, -l, -s, -v, -no{stdinc,stdlib,startfiles,libc}

bcpp

  • No changes

libbcc

  • added currently empty libbcc.a
  • added currently empty crt{begin,end}.o