diff options
author | Brian Drummond | 2013-12-07 15:04:30 +0000 |
---|---|---|
committer | Brian Drummond | 2013-12-07 15:04:30 +0000 |
commit | 04b041be9062db340a648f5ed0f0788ac25c7290 (patch) | |
tree | aec835ddea47847cdad443d7b372fff07412b80f /.hgignore | |
parent | df660489af69e9fbfa6ede69790777b7b07401a5 (diff) | |
download | ghdl-04b041be9062db340a648f5ed0f0788ac25c7290.tar.gz ghdl-04b041be9062db340a648f5ed0f0788ac25c7290.tar.bz2 ghdl-04b041be9062db340a648f5ed0f0788ac25c7290.zip |
Patch ortho-lang.c to fix gcc failure in optimisation passes; patch others to allow debug backend and oread to build with gcc4.8
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -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 |