From 04b041be9062db340a648f5ed0f0788ac25c7290 Mon Sep 17 00:00:00 2001 From: Brian Drummond Date: Sat, 7 Dec 2013 15:04:30 +0000 Subject: Patch ortho-lang.c to fix gcc failure in optimisation passes; patch others to allow debug backend and oread to build with gcc4.8 --- .hgignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 3b0c06f..a970888 100644 --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,22 @@ syntax:glob -*~ +*~* *.tar.bz2 +*.o +*.ali +*.cf +*.v87 +*.v93 +*.a +*.lst +*.orig +ortho/oread/oread-gcc +translate/ghdl1-debug +translate/ghdl1-gcc +translate/ghdldrv/default_pathes.ads +translate/ghdldrv/ghdl +translate/ghdldrv/ghdl_gcc +ortho/debug/ortho_debug.ads +translate/grt/grt-files +translate/grt/grt-files.in +translate/grt/run-bind.adb +translate/grt/run-bind.ads -- cgit