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

Commit

Permalink
update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Jul 18, 2017
1 parent 4f83fa6 commit 61ffc25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
improves the output of `objdump`; before, the output showed "Address
0x20000004 is out of bounds".

- Linking now aborts if any of the input files contains a .got section. Dynamic
relocations are not supported and Rust code is not relocatable by default.
This error only occurs if C code that was compiled with the -fPIC flag is
linked in. The error message will tell the user how to compile their C code
without -fPIC.

## [v0.3.3] - 2017-07-14

### Changed
Expand Down

0 comments on commit 61ffc25

Please sign in to comment.