From c064c9e3c3dec9e4f4f7f409711264b1b4893465 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 13 Sep 2004 09:56:12 +0000 Subject: [PATCH] [project @ 2004-09-13 09:56:12 by simonmar] There was a missing $T_HDR_info setting for solaris2/openbsd. --- ghc/driver/mangler/ghc-asm.lprl | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl index 91bc642..66d68ec 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -345,6 +345,7 @@ sub init_TARGET_STUFF { $T_HDR_data = "\.data\n\t\.align 8\n"; $T_HDR_rodata = "\.text\n\t\.align 4\n"; $T_HDR_closure = "\.data\n\t\.align 4\n"; + $T_HDR_info = "\.text\n\t\.align 4\n"; $T_HDR_entry = "\.text\n\t\.align 4\n"; $T_HDR_vector = "\.text\n\t\.align 4\n"; -- 1.7.10.4