#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
a12eb9e4 |
| 28-Jul-2022 |
Alfredo Dal'Ava Junior <alfredo@FreeBSD.org> |
Revert "csu: test: explicitly add libm as build parameter"
This reverts commit 4f5890a0fb086324a657f3cd7ba1abc57274e0db.
9ef1127008ce94cf626daed346a3c1ee03063617 is a proper fix for the problem we
Revert "csu: test: explicitly add libm as build parameter"
This reverts commit 4f5890a0fb086324a657f3cd7ba1abc57274e0db.
9ef1127008ce94cf626daed346a3c1ee03063617 is a proper fix for the problem we tried to address.
Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br)
show more ...
|
#
4f5890a0 |
| 01-Jul-2022 |
Alfredo Dal'Ava Junior <alfredo@FreeBSD.org> |
csu: test: explicitly add libm as build parameter
CSU tests build fails with '/usr/lib/libgcc_s.so: undefined reference to fma' when built with LLVM 14 for powerpcspe, so '-lm' is being added explic
csu: test: explicitly add libm as build parameter
CSU tests build fails with '/usr/lib/libgcc_s.so: undefined reference to fma' when built with LLVM 14 for powerpcspe, so '-lm' is being added explicitly.
It may be linked to https://reviews.llvm.org/D77558
Reviewed by: imp (earlier version) MFC after: 2 days Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br) Differential Revision: https://reviews.freebsd.org/D35691
show more ...
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
9ebe945b |
| 10-Nov-2020 |
John Baldwin <jhb@FreeBSD.org> |
Add C startup code tests for PIE binaries.
- Force dynamic to be a non-PIE binary.
- Add a dynamicpie test which uses a PIE binary.
Reviewed by: andrew Obtained from: CheriBSD MFC after: 2 weeks S
Add C startup code tests for PIE binaries.
- Force dynamic to be a non-PIE binary.
- Add a dynamicpie test which uses a PIE binary.
Reviewed by: andrew Obtained from: CheriBSD MFC after: 2 weeks Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D27127
show more ...
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
fda9adaf |
| 27-Oct-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r339670 through r339812.
|
#
4b48b463 |
| 26-Oct-2018 |
Andrew Turner <andrew@FreeBSD.org> |
Drop the csu tests WARNS to 5 to fix the powerpc64 build.
MFC with: r339738 Sponsored by: DARPA, AFRL
|
#
31d62a73 |
| 25-Oct-2018 |
Andrew Turner <andrew@FreeBSD.org> |
Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini secti
Implement a BSD licensed crtbegin/crtend
These are needed for .ctors/.dtors and .jcr handling. The former needs all the function pointers to be called in the correct order from the .init/.fini section. The latter just needs to call a gcj specific function if it exists with a pointer to the start of the .jcr section.
This is currently disabled until __dso_handle support is added.
Reviewed by: emaste MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17587
show more ...
|