[m-rev.] diff: enable demangling for the MLDS back-end

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jan 22 14:04:41 AEDT 2003


Estimated hours taken: 0.1
Branches: main

scripts/ml.in:
	Enabled demangling for the MLDS back-end.

Workspace: /home/ceres/fjh/mercury
Index: scripts/ml.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/ml.in,v
retrieving revision 1.102
diff -u -d -r1.102 ml.in
--- scripts/ml.in	19 Nov 2002 08:16:07 -0000	1.102
+++ scripts/ml.in	22 Jan 2003 03:02:36 -0000
@@ -450,15 +450,6 @@
     none) demangle=false ;;
 esac
 
-#
-# The MLDS (--high-level-code) back-end uses a different
-# name mangling scheme which the current demangler doesn't
-# know how to demangle.
-#
-case "$highlevel_code" in
-    true) demangle=false ;;
-esac
-
 LINKER_PRE_FLAGS="$UNDEF_OPT $STRIP_OPTS $MAYBE_STATIC_OPT $ARCH_OPTS"
 LINKER_POST_FLAGS="@LINK_OPT_SEP@ $DEBUG_FLAG $LIBDIR_OPTS $RPATH_OPT_LIST $LIBS"
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list