Skip to content

Commit a4ad87b

Browse files
committed
Updates for release 3.16
1 parent d5dcac4 commit a4ad87b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 3.16
1+
# Release 3.16, 2025-09-01
22

33
Code generation and optimization:
44
- Extend neededness analysis to 64-bit integer operations, enabling more useless integer computations to be removed.
@@ -23,6 +23,7 @@ Usability:
2323
- Recognize options `-pie` and `-no-pie` and pass them to the linker.
2424
- Recognize options `-MD` and `-MMD` and pass them to the preprocessor.
2525
- On BSD platforms, use `cc` instead of `gcc` as the default preprocessor and linker.
26+
- On BSD platforms, add `-z nobtcfi` linker option. (This turns IBT/BTI off on OpenBSD, until it is properly supported by CompCert.)
2627

2728
Rocq/Coq development:
2829
- Support Coq 8.21 (#545)

0 commit comments

Comments
 (0)