Skip to content

Commit fd14f38

Browse files
committed
Version 9.1
- Update fasmg (fix linker bug that could require an unused library) - Update the compiler (fix bug where taking the address of stack variables in simple functions was broken)
1 parent 8eb7350 commit fd14f38

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## [Unreleased](https://github.com/CE-Programming/toolchain/tree/HEAD)
44

5-
[Full commit list](https://github.com/CE-Programming/toolchain/compare/v9.0...HEAD)
5+
# [v9.1](https://github.com/CE-Programming/toolchain/releases/tag/v9.1) (2021-01-1x)
66

7-
# [v9.0](https://github.com/CE-Programming/toolchain/releases/tag/v9.0) (2020-12-2x)
7+
- Update fasmg (fix linker bug that could unnecessarily require a library)
8+
- Update ez80-clang (fix compiler bug where taking the address of stack variables in simple functions was broken)
9+
- Improve CI
10+
11+
# [v9.0](https://github.com/CE-Programming/toolchain/releases/tag/v9.0) (2020-12-26)
812

913
**Major release!** 🥂 <img src="https://llvm.org/img/DragonSmall.png" title="llvm" align="right">
1014

src/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616

1717
CEDEV_DIR := CEdev
18-
CEDEV_VERSION := 9.0
18+
CEDEV_VERSION := 9.1
1919

2020
LINUX := 0
2121
MACOS := 0

src/makefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616

1717
#----------------------------
18-
VERSION := 9.0
18+
VERSION := 9.1
1919
#----------------------------
2020
NAME ?= DEMO
2121
ICON ?=

0 commit comments

Comments
 (0)