diff options
author | Keri Harris <keri@gentoo.org> | 2006-12-30 01:47:37 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2006-12-30 01:47:37 +0000 |
commit | b8f85a7243f274da950c33768401863f385c87a3 (patch) | |
tree | 5351d06c87d4deb88e85d182a8ef46f352ddd1cf /dev-lang/mercury/files | |
parent | Enable the mercury deep-profiler. (diff) | |
download | gentoo-2-b8f85a7243f274da950c33768401863f385c87a3.tar.gz gentoo-2-b8f85a7243f274da950c33768401863f385c87a3.tar.bz2 gentoo-2-b8f85a7243f274da950c33768401863f385c87a3.zip |
Ensure the proc_layout structure for builtin_throw in exception.m is externally visible.
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'dev-lang/mercury/files')
-rw-r--r-- | dev-lang/mercury/files/digest-mercury-0.13.1-r1 | 6 | ||||
-rw-r--r-- | dev-lang/mercury/files/mercury-0.13.1-profdeep-builtin_throw.patch | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-lang/mercury/files/digest-mercury-0.13.1-r1 b/dev-lang/mercury/files/digest-mercury-0.13.1-r1 new file mode 100644 index 000000000000..598991491831 --- /dev/null +++ b/dev-lang/mercury/files/digest-mercury-0.13.1-r1 @@ -0,0 +1,6 @@ +MD5 f75f2241a974792d30c18c4325c763d0 mercury-compiler-0.13.1.tar.gz 15938824 +RMD160 a0a80cd2ac7393cf084b79d40230bd1efe795c5f mercury-compiler-0.13.1.tar.gz 15938824 +SHA256 b1f4984e00ad917824d3340dcf2a41bede39fe02ef2e516351467f4761985196 mercury-compiler-0.13.1.tar.gz 15938824 +MD5 1a238a79a6c8734775bb216c252806d9 mercury-tests-0.13.1.tar.gz 986644 +RMD160 779609ba5c985e562b0962434c9281c07ddaa5cb mercury-tests-0.13.1.tar.gz 986644 +SHA256 f6c8250b9996584d3c7cd6cc0609716027b127e54b2aedf5ebfcab98a44159dc mercury-tests-0.13.1.tar.gz 986644 diff --git a/dev-lang/mercury/files/mercury-0.13.1-profdeep-builtin_throw.patch b/dev-lang/mercury/files/mercury-0.13.1-profdeep-builtin_throw.patch new file mode 100644 index 000000000000..05da6498e79f --- /dev/null +++ b/dev-lang/mercury/files/mercury-0.13.1-profdeep-builtin_throw.patch @@ -0,0 +1,11 @@ +--- mercury-compiler-0.13.1.orig/library/exception.m 2006-07-31 18:01:49.000000000 +1200 ++++ mercury-compiler-0.13.1/library/exception.m 2006-12-30 14:46:21.000000000 +1300 +@@ -1970,7 +1970,7 @@ + + MR_proc_static_user_no_site(exception, builtin_throw, 1, 0, + ""exception.m"", MR_DUMMY_LINE, MR_TRUE); +-MR_STATIC_USER_PROC_STATIC_PROC_LAYOUT( ++MR_EXTERN_USER_PROC_STATIC_PROC_LAYOUT( + MR_DETISM_DET, 1, MR_LONG_LVAL_STACKVAR(1), + MR_PREDICATE, exception, builtin_throw, 1, 0); + MR_MAKE_USER_INTERNAL_LAYOUT(exception, builtin_throw, 1, 0, 1); |