From mboxrd@z Thu Jan 1 00:00:00 1970 From: kkaempf@progis.de (Klaus Kaempf) To: egcs@cygnus.com (egcs list) Subject: egcs-971031 on openVMS/Alpha Date: Mon, 03 Nov 1997 02:31:00 -0000 Message-id: <9711031029.AA13536@progis.de> X-SW-Source: 1997-11/msg00077.html Debug information, as produced by the current testgcc, can only be handled by an unreleased version of gas created by Ada Core Technologies. So discard debug options from the free version. Mon Nov 3 10:32:00 1997 Klaus Kaempf (kkaempf@progis.de) * alpha/vms.h (DBX_DEBUGGING_INFO): Undefine. (DWARF2_DEBUGGING_INFO): Undefine. (PREFERRED_DEBUGGING_TYPE): Define as NO_DEBUG. (OPTIMIZATION_OPTIONS): Set debug_info_level to 0. =================================================================== RCS file: alpha/RCS/vms.h,v retrieving revision 1.2 diff -c -r1.2 alpha/vms.h *** alpha/vms.h 1997/11/03 09:43:45 1.2 --- alpha/vms.h 1997/11/03 10:20:43 *************** *** 303,319 **** #undef SDB_DEBUGGING_INFO #undef MIPS_DEBUGGING_INFO ! ! #ifndef DBX_DEBUGGING_INFO ! #define DBX_DEBUGGING_INFO ! #endif ! ! #define DWARF2_DEBUGGING_INFO #ifdef PREFERRED_DEBUGGING_TYPE #undef PREFERRED_DEBUGGING_TYPE #endif ! #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG #ifdef ASM_FORMAT_PRIVATE_NAME #undef ASM_FORMAT_PRIVATE_NAME --- 303,315 ---- #undef SDB_DEBUGGING_INFO #undef MIPS_DEBUGGING_INFO ! #undef DBX_DEBUGGING_INFO ! #undef DWARF2_DEBUGGING_INFO #ifdef PREFERRED_DEBUGGING_TYPE #undef PREFERRED_DEBUGGING_TYPE #endif ! #define PREFERRED_DEBUGGING_TYPE NO_DEBUG #ifdef ASM_FORMAT_PRIVATE_NAME #undef ASM_FORMAT_PRIVATE_NAME *************** *** 333,339 **** #define OPTIMIZATION_OPTIONS \ { \ write_symbols = PREFERRED_DEBUGGING_TYPE; \ ! debug_info_level = (enum debug_info_level) 2; \ } #undef OVERRIDE_OPTIONS --- 329,335 ---- #define OPTIMIZATION_OPTIONS \ { \ write_symbols = PREFERRED_DEBUGGING_TYPE; \ ! debug_info_level = (enum debug_info_level) 0; \ } #undef OVERRIDE_OPTIONS -- proGIS Software E-Mail: kkaempf@progis.de Dipl.-Inform. Klaus K"ampf Fax: 0241-47067-29 Jakobstr. 117 Voice: 0241-47067-11 D-52064 Aachen WWW: http://www.progis.de