This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch to handle gnat_demangling


Since Ada (gnat) is supported now, should we handle it in main ()?



-- 
H.J. Lu (hjl@valinux.com)
---
2000-11-21  H.J. Lu  <hjl@gnu.org>

	* cplus-dem.c (main): Handle gnat_demangling.

--- cplus-dem.c	Tue Nov 21 09:02:25 2000
+++ /tmp/cplus-dem.c	Tue Nov 21 09:12:56 2000
@@ -5099,6 +5099,7 @@ main (argc, argv)
 	case arm_demangling:
 	case java_demangling:
 	case edg_demangling:
+	case gnat_demangling:
 	  valid_symbols = standard_symbol_characters ();
 	  break;
 	case hp_demangling:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]