From: simonmar Date: Mon, 13 Sep 2004 09:56:12 +0000 (+0000) Subject: [project @ 2004-09-13 09:56:12 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1606 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c064c9e3c3dec9e4f4f7f409711264b1b4893465 [project @ 2004-09-13 09:56:12 by simonmar] There was a missing $T_HDR_info setting for solaris2/openbsd. --- 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";