EGCS need proprietary assembler on openVMS/Alpha

Klaus Kaempf kkaempf@progis.de
Sat Oct 11 08:41:00 GMT 1997


EGCS currently emits .stabs debug directives on openVMS/Alpha which need the
proprietary assembler from ACT (Ada Core Technology).


Sat Oct 11 16:28:00 1997  Klaus Kaempf (kkaempf@progis.de)

	* config/alpha/vms.h: don't emit debugging info on openVMS/Alpha

===================================================================
RCS file: config/alpha/RCS/vms.h,v
retrieving revision 1.3
diff -c -r1.3 config/alpha/vms.h
*** config/alpha/vms.h	1997/10/08 13:28:03	1.3
--- config/alpha/vms.h	1997/10/08 14:04:40
***************
*** 323,339 ****
  
  #undef SDB_DEBUGGING_INFO
  #undef MIPS_DEBUGGING_INFO
! 
! #ifndef DBX_DEBUGGING_INFO
! #define DBX_DEBUGGING_INFO
! #endif
! 
  #undef 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
--- 323,335 ----
  
  #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

-- 
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




More information about the Gcc mailing list