From: sewardj Date: Mon, 17 Apr 2000 14:31:19 +0000 (+0000) Subject: [project @ 2000-04-17 14:31:19 by sewardj] X-Git-Tag: Approximately_9120_patches~4668 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0d13b281ca8939b0dc281a3442666180c2da3fbd;p=ghc-hetmet.git [project @ 2000-04-17 14:31:19 by sewardj] Re-enable symbol table loading for BFD platforms. --- diff --git a/ghc/rts/Printer.c b/ghc/rts/Printer.c index 541b7c2..d6d106d 100644 --- a/ghc/rts/Printer.c +++ b/ghc/rts/Printer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Printer.c,v 1.25 2000/04/14 15:18:06 sewardj Exp $ + * $Id: Printer.c,v 1.26 2000/04/17 14:31:19 sewardj Exp $ * * (c) The GHC Team, 1994-2000. * @@ -813,8 +813,7 @@ static void printZcoded( const char *raw ) /* Causing linking trouble on Win32 plats, so I'm disabling this for now. */ -/* For now, BFD support is unconditionally disabled -- HWL */ -#if 0 /* HWL */ && defined(HAVE_BFD_H) && !defined(_WIN32) +#if defined(HAVE_BFD_H) && !defined(_WIN32) #include