[commit: ghc] master: rts/Printer.c: update comments about using USING_LIBBFD (8b107b5)

git at git.haskell.org git at git.haskell.org
Tue Sep 2 10:03:47 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8b107b514b8f1bad7cbe39f267aadf31db9f7f5e/ghc

>---------------------------------------------------------------

commit 8b107b514b8f1bad7cbe39f267aadf31db9f7f5e
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Mon Sep 1 18:09:56 2014 +0300

    rts/Printer.c: update comments about using USING_LIBBFD
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>


>---------------------------------------------------------------

8b107b514b8f1bad7cbe39f267aadf31db9f7f5e
 rts/Printer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rts/Printer.c b/rts/Printer.c
index cd4b9a1..49e0c05 100644
--- a/rts/Printer.c
+++ b/rts/Printer.c
@@ -759,14 +759,14 @@ extern void DEBUG_LoadSymbols( char *name )
     prepare_table();
 }
 
-#else /* HAVE_BFD_H */
+#else /* USING_LIBBFD */
 
 extern void DEBUG_LoadSymbols( char *name STG_UNUSED )
 {
   /* nothing, yet */
 }
 
-#endif /* HAVE_BFD_H */
+#endif /* USING_LIBBFD */
 
 void findPtr(P_ p, int);                /* keep gcc -Wall happy */
 



More information about the ghc-commits mailing list