summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/0007-Disable-pretty-build.patch2
-rw-r--r--debian/patches/0009-Some-spelling-errors-fixed.patch6
-rw-r--r--debian/patches/0010-Fix-reproducibility-of-PDF-documents-in-yosys-doc.patch4
-rw-r--r--debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch6
-rw-r--r--debian/patches/01_gitrevision.patch2
-rw-r--r--debian/patches/02_removeabc.patch4
-rw-r--r--debian/patches/kfreebsd-support.patch2
7 files changed, 13 insertions, 13 deletions
diff --git a/debian/patches/0007-Disable-pretty-build.patch b/debian/patches/0007-Disable-pretty-build.patch
index 1191bdfd..7a999a2c 100644
--- a/debian/patches/0007-Disable-pretty-build.patch
+++ b/debian/patches/0007-Disable-pretty-build.patch
@@ -7,7 +7,7 @@ Subject: Disable pretty build
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index b021cd4..d95e368 100644
+index c888b2c..ebefd2a 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ EXTRA_OBJS =
diff --git a/debian/patches/0009-Some-spelling-errors-fixed.patch b/debian/patches/0009-Some-spelling-errors-fixed.patch
index 163c21c2..05780d3b 100644
--- a/debian/patches/0009-Some-spelling-errors-fixed.patch
+++ b/debian/patches/0009-Some-spelling-errors-fixed.patch
@@ -11,10 +11,10 @@ Subject: Some spelling errors fixed
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/backends/verilog/verilog_backend.cc b/backends/verilog/verilog_backend.cc
-index 44e4e5f..ea468ed 100644
+index ae90315..d53df2e 100644
--- a/backends/verilog/verilog_backend.cc
+++ b/backends/verilog/verilog_backend.cc
-@@ -1402,7 +1402,7 @@ void dump_module(std::ostream &f, std::string indent, RTLIL::Module *module)
+@@ -1415,7 +1415,7 @@ void dump_module(std::ostream &f, std::string indent, RTLIL::Module *module)
}
if (!module->processes.empty())
@@ -50,7 +50,7 @@ index 964875d..ae5cf09 100644
This makes some aspects of RTLIL more complex but enables Yosys to be used for
coarse grain synthesis where the cells of the target architecture operate on
diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex
-index 8af8ccd..3452ccb 100644
+index fea2354..c530186 100644
--- a/manual/command-reference-manual.tex
+++ b/manual/command-reference-manual.tex
@@ -2859,7 +2859,7 @@ to a graphics file (usually SVG or PostScript).
diff --git a/debian/patches/0010-Fix-reproducibility-of-PDF-documents-in-yosys-doc.patch b/debian/patches/0010-Fix-reproducibility-of-PDF-documents-in-yosys-doc.patch
index 0eebf558..f5e4236c 100644
--- a/debian/patches/0010-Fix-reproducibility-of-PDF-documents-in-yosys-doc.patch
+++ b/debian/patches/0010-Fix-reproducibility-of-PDF-documents-in-yosys-doc.patch
@@ -11,10 +11,10 @@ Subject: Fix reproducibility of PDF documents in yosys-doc
5 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
-index d95e368..4719844 100644
+index ebefd2a..1fdb05f 100644
--- a/Makefile
+++ b/Makefile
-@@ -632,9 +632,9 @@ update-manual: $(TARGETS) $(EXTRA_TARGETS)
+@@ -638,9 +638,9 @@ update-manual: $(TARGETS) $(EXTRA_TARGETS)
cd manual && ../yosys -p 'help -write-tex-command-reference-manual'
manual: $(TARGETS) $(EXTRA_TARGETS)
diff --git a/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch b/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch
index ece49fb1..ff3fff03 100644
--- a/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch
+++ b/debian/patches/0011-Do-not-show-g-build-flags-in-Version-string.patch
@@ -7,10 +7,10 @@ Subject: Do not show g++ build flags in Version string
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
-index 4719844..34ba839 100644
+index 1fdb05f..0fe949b 100644
--- a/Makefile
+++ b/Makefile
-@@ -498,8 +498,7 @@ libyosys.so: $(filter-out kernel/driver.o,$(OBJS))
+@@ -504,8 +504,7 @@ libyosys.so: $(filter-out kernel/driver.o,$(OBJS))
$(Q) mkdir -p $(dir $@)
$(P) $(CXX) -o $@ -c $(CPPFLAGS) $(CXXFLAGS) $<
@@ -20,7 +20,7 @@ index 4719844..34ba839 100644
kernel/version_$(GIT_REV).cc: $(YOSYS_SRC)/Makefile
$(P) rm -f kernel/version_*.o kernel/version_*.d kernel/version_*.cc
-@@ -513,8 +512,10 @@ CXXFLAGS_NOVERIFIC = $(CXXFLAGS)
+@@ -519,8 +518,10 @@ CXXFLAGS_NOVERIFIC = $(CXXFLAGS)
LDLIBS_NOVERIFIC = $(LDLIBS)
endif
diff --git a/debian/patches/01_gitrevision.patch b/debian/patches/01_gitrevision.patch
index 89515890..4a519944 100644
--- a/debian/patches/01_gitrevision.patch
+++ b/debian/patches/01_gitrevision.patch
@@ -11,7 +11,7 @@ Forwarded: doesn't make sense upstream
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
-index 7698047..087ccb3 100644
+index 365b92e..3839e34 100644
--- a/Makefile
+++ b/Makefile
@@ -99,8 +99,8 @@ LDFLAGS += -rdynamic
diff --git a/debian/patches/02_removeabc.patch b/debian/patches/02_removeabc.patch
index 9a9f4dcc..a56f15ee 100644
--- a/debian/patches/02_removeabc.patch
+++ b/debian/patches/02_removeabc.patch
@@ -9,10 +9,10 @@ Forwarded: doesn't make sense upstream
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index 087ccb3..b021cd4 100644
+index 3839e34..c888b2c 100644
--- a/Makefile
+++ b/Makefile
-@@ -344,7 +344,7 @@ LDLIBS += -lpthread
+@@ -350,7 +350,7 @@ LDLIBS += -lpthread
endif
else
ifeq ($(ABCEXTERNAL),)
diff --git a/debian/patches/kfreebsd-support.patch b/debian/patches/kfreebsd-support.patch
index c9b9b3b1..d1ae9201 100644
--- a/debian/patches/kfreebsd-support.patch
+++ b/debian/patches/kfreebsd-support.patch
@@ -100,7 +100,7 @@ index 0b4905c..0f068a1 100644
#define cover(_id) do { \
static CoverData __d __attribute__((section("yosys_cover_list"), aligned(1), used)) = { __FILE__, __FUNCTION__, _id, __LINE__, 0 }; \
diff --git a/kernel/yosys.cc b/kernel/yosys.cc
-index 264b1f6..91e9279 100644
+index ad03289..822cab9 100644
--- a/kernel/yosys.cc
+++ b/kernel/yosys.cc
@@ -77,7 +77,7 @@ std::vector<void*> memhasher_store;