mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
Update for freebsd versions >= 14.0
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86_64-win32 (push) Has been cancelled
build and test / test-i386-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86_64-win32 (push) Has been cancelled
build and test / test-i386-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
This commit is contained in:
parent
e6ea0d0424
commit
b427545419
4
tccelf.c
4
tccelf.c
@ -2856,6 +2856,10 @@ static int elf_output_file(TCCState *s1, const char *filename)
|
||||
#if TARGETOS_FreeBSD || TARGETOS_NetBSD
|
||||
dyninf.roinf = NULL;
|
||||
#endif
|
||||
#if TARGETOS_FreeBSD
|
||||
dyninf.note = find_section (s1, ".note.tag");
|
||||
#endif
|
||||
|
||||
/* if linking, also link in runtime libraries (libc, libgcc, etc.) */
|
||||
tcc_add_runtime(s1);
|
||||
resolve_common_syms(s1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user