15 lines
538 B
Plaintext
15 lines
538 B
Plaintext
$OpenBSD: patch-asmcomp_alpha_emit_mlp,v 1.1 2002/09/11 04:41:40 pvalchev Exp $
|
|
--- asmcomp/alpha/emit.mlp.orig Tue Sep 10 21:01:03 2002
|
|
+++ asmcomp/alpha/emit.mlp Tue Sep 10 21:01:08 2002
|
|
@@ -280,8 +280,8 @@ let emit_call_gc gc =
|
|
|
|
let rdata_section =
|
|
match Config.system with
|
|
- "digital" | "openbsd" -> ".rdata"
|
|
- | "linux" | "netbsd" | "freebsd" -> ".section .rodata"
|
|
+ "digital" -> ".rdata"
|
|
+ | "linux" | "openbsd" | "netbsd" | "freebsd" -> ".section .rodata"
|
|
| _ -> assert false
|
|
|
|
(* Names of various instructions *)
|