@@ -4,7 +4,16 @@ Major Changes in 2016.09 Release
44Toolchain and IDE Components Versions
55-------------------------------------
66
7- * GDB 7.11+
7+ * Binutils 2.27+ (upstream commit decf5bd and ARC patches)
8+ * GCC 6.2.1 (upstream commit e061fbe and ARC patches)
9+ * GDB 7.12 (upstream commit 5f8cf6c and ARC patches)
10+ * newlib 2.4 (upstream commit e6413b0 and ARC patches)
11+ * uclibc-ng 1.0.17 (plus few ARC patches)
12+ * Eclipse Mars (4.5.1) with CDT 8.8.0
13+ * OpenOCD 0.9+ upstream commit 30203b3d8b, with ARC support.
14+
15+ This release of GNU toolchain and IDE is supported by CGEN IPlib (TCF
16+ generator) version 1.0.53 and later.
817
918
1019New Features and Enhancements
@@ -13,15 +22,35 @@ New Features and Enhancements
1322* Toolchain build scripts
1423 * Use GNU FTP server to download GMP, MPFR and MPC, update to latest
1524 versions of those libraries and download .tar.xz files of GMP and MPFR.
25+ * GCC
26+ * Support -fstack-protector and -fstack-protector-all.
27+ * Avoid unnecessary dependency of libgcc on newlib.
1628* GDB
17- * Update to upstream master (7.11+).
29+ * Support multi-target GDB in ARC code. GDB for baremetal targets now can
30+ debug Linux targets as well.
31+ * uClibc
32+ * Migrated to uClibc-ng
33+ * IDE
34+ * Migrated to use DSF instead of obsolete CDT for debugging, which brings
35+ in multiple usability enhancements.
36+ * Updated to latest version of TerminalView plugins.
37+ * Detect if projects has been created with an older version of IDE and show
38+ user a warning that there could be compatibility issues.
39+ * Removed support for -mabi option that has been removed from ARC GCC.
40+ * OpenOCD
41+ * Add support for DCCM version 4.
1842* CGEN
1943 * Removed formal dependency on CGEN repository - it wasn't used anyway.
2044
2145
2246Bugs Fixed in This Release (Summary)
2347------------------------------------
2448
49+ * Newlib
50+ * Fixed a bug in implementation for strcmp function for big endian -mcpu=em4
51+ targets.
52+ * IDE
53+ * Changing linker options was breaking project building.
2554
2655
2756Major Changes in 2016.03 Release
0 commit comments