Edit

kc3-lang/libffi/src/aarch64

Branch :

  • Show log

    Commit

  • Author : Ivan Tadeu Ferreira Antunes Filho
    Date : 2023-08-12 09:02:39
    Hash : 1d0a28ab
    Message : Make label private on apple (#788) Private labels on apple must start with L prefix, while on ELF they start with .L prefix. This makes the label start with L on apple instead of .L.