Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add --version support #122

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

add --version support #122

wants to merge 6 commits into from

Commits on Feb 17, 2023

  1. fix assembler error on large files

    the line_no must be unsigned.
    .loc N -NUM is invalid, leading to "Error: file number less than one."
    Ditto for file_no
    rurban committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b010b74 View commit details
    Browse the repository at this point in the history
  2. add -I /usr/local/include/x86_64-linux-gnu/chibicc

    we can put our headers there instead
    rurban committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3b6e862 View commit details
    Browse the repository at this point in the history
  3. make install

    rurban committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f21ddbd View commit details
    Browse the repository at this point in the history
  4. add -soname support

    rurban committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ba1d5c8 View commit details
    Browse the repository at this point in the history
  5. add -ofile test

    no extra arg
    rurban committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    70f5085 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08162b6 View commit details
    Browse the repository at this point in the history