diff options
Diffstat (limited to 'sci-libs/cln/files/cln-1.3.2-arm.patch')
-rw-r--r-- | sci-libs/cln/files/cln-1.3.2-arm.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/cln/files/cln-1.3.2-arm.patch b/sci-libs/cln/files/cln-1.3.2-arm.patch new file mode 100644 index 000000000000..571bd24e68f6 --- /dev/null +++ b/sci-libs/cln/files/cln-1.3.2-arm.patch @@ -0,0 +1,13 @@ +--- src/base/digitseq/cl_asm_arm_.cc 2009-05-10 16:32:30.000000000 -0400 ++++ src/base/digitseq/cl_asm_arm_.cc.new 2009-12-29 09:03:02.161401990 -0500 +@@ -77,8 +77,8 @@ + #else + #define DECLARE_FUNCTION(x) + #endif +-#define GLABEL(x) _##x##: +-#define LABEL(x) x##: ++#define GLABEL(x) _##x: ++#define LABEL(x) x: + #define RRX rrx + #define END + |