public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <9711031029.AA13536@progis.de> (raw)

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


             reply	other threads:[~1997-11-03  2:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-11-03  2:31 Klaus Kaempf [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-11-03  2:06 Klaus Kaempf
1997-11-03  1:51 Klaus Kaempf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9711031029.AA13536@progis.de \
    --to=kkaempf@progis.de \
    --cc=egcs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).