OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /zipcpu/trunk
    from Rev 119 to Rev 120
    Reverse comparison

Rev 119 → Rev 120

/sw/binutils-2.25.patch
2375,8 → 2375,8
optimize the copying in the simple case without using the
diff -Naur '--exclude=*.swp' binutils-2.25-original/gas/config/tc-zip.c binutils-2.25/gas/config/tc-zip.c
--- binutils-2.25-original/gas/config/tc-zip.c 1969-12-31 19:00:00.000000000 -0500
+++ binutils-2.25/gas/config/tc-zip.c 2016-04-02 21:51:19.792662781 -0400
@@ -0,0 +1,2271 @@
+++ binutils-2.25/gas/config/tc-zip.c 2016-04-02 22:43:38.648289880 -0400
@@ -0,0 +1,2272 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+// Filename: tc-zip.c
2870,6 → 2870,7
+ insn->i_imm = (int)(-v);
+ else
+ insn->i_imm = (int)(v);
+ ptr = (const char *)end;
+ } else if ((*ptr)&&(
+ (isalpha(*ptr))
+ ||('*'==*ptr)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.