From 3ce1c036c2b172e4e053965a7cc1f61860ae27c2 Mon Sep 17 00:00:00 2001 From: Brian Drummond Date: Tue, 7 Jan 2014 22:04:31 +0000 Subject: Last changes before 0.31 release --- NEWS | 29 +++++++++++++++++++++++++++++ translate/gcc/dist.sh | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 000000000..eb763b356 --- /dev/null +++ b/NEWS @@ -0,0 +1,29 @@ +NEWS for ghdl-0.31 (Dunoon Edition) + +New in ghdl-0.31: + +Updated to build with gcc-4.8.2. +Supports OSVVM (Open-Source VHDL Verification Methodology) (see osvvm.org) +in its VHDL-2002 form. +Adds 'image and 'value attributes for all required datatypes +Many bugs and support issues fixed. +New home on https://sourceforge.net/projects/ghdl-updates/ + +Contributors to ghdl-0.31: + +Tristan Gingold (sole author of ghdl as a whole, as well as most of the bugfixes in 0.31) +Brian Drummond (gcc4.8.2 update, OSVVM port, some bugfixes) +David Koontz (Mac OSX builds, LRM compliance work, bugfix analyses) +Joris van Rantwijk (Debian packaging) +Brian Davis (Windows Mcode builds) +Adam Jensen (FreeBSD builds) + +with apologies to anyone who ought to be on this list but isn't. +Thanks also to all those who have reported bugs and support issues, +and often patches and testcases to either: +https://gna.org/bugs/?group=ghdl +or +https://sourceforge.net/p/ghdl-updates/tickets/ + + + diff --git a/translate/gcc/dist.sh b/translate/gcc/dist.sh index cefbdfeed..326f95a55 100755 --- a/translate/gcc/dist.sh +++ b/translate/gcc/dist.sh @@ -39,13 +39,13 @@ set -e # GCC version -GCCVERSION=4.7.2 +GCCVERSION=4.8.2 # Machine name used by GCC MACHINE=i686-pc-linux-gnu # Directory where GCC sources (and objects) stay. DISTDIR=$HOME/dist # GTKWave version. -GTKWAVE_VERSION=1.3.72 +GTKWAVE_VERSION=3.3.50 # GHDL version (extracted from version.ads) VERSION=`sed -n -e 's/.*GHDL \([0-9.a-z]*\) (.*/\1/p' ../../version.ads` -- cgit v1.2.3