Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 61ffc25

Browse files
committed
update the CHANGELOG
1 parent 4f83fa6 commit 61ffc25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
improves the output of `objdump`; before, the output showed "Address
1818
0x20000004 is out of bounds".
1919

20+
- Linking now aborts if any of the input files contains a .got section. Dynamic
21+
relocations are not supported and Rust code is not relocatable by default.
22+
This error only occurs if C code that was compiled with the -fPIC flag is
23+
linked in. The error message will tell the user how to compile their C code
24+
without -fPIC.
25+
2026
## [v0.3.3] - 2017-07-14
2127

2228
### Changed

0 commit comments

Comments
 (0)