Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Relocatable] 8: Silence ld warnings in shared builds of backends #163

Closed
wants to merge 3 commits into from

Commits on Sep 4, 2022

  1. Remove stdlib/hashbang

    It was briefly used (as stdlib/sharpbang) during the development of
    OCaml 2.00, but replaced with a direct rule before its release.
    dra27 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    d1ff163 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Merge pull request ocaml#13491 from dra27/bang-bang

    Remove stdlib/hashbang
    gasche authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d540076 View commit details
    Browse the repository at this point in the history
  2. Silence ld warning with libasmrun.so

    Three backends were missing .type and .size directives on
    caml_system.frametable which causes a warning from ld when linking
    against the shared runtime.
    dra27 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7d69f82 View commit details
    Browse the repository at this point in the history