Annotation of gcc/config/dpx2g.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * dpx2g.h - Bull DPX/2 200 and 300 systems (m68k, SysVr3) with gas
                      3:  * 
                      4:  * $Id: dpx2g.h,v 1.1 1992/03/27 21:26:48 rms Exp $
                      5:  */
                      6: 
                      7: #define USE_GAS
                      8: #include "dpx2.h"
                      9: 
                     10: 
                     11: /* GAS want's DBX debugging information.  */
                     12: #undef SDB_DEBUGGING_INFO
                     13: #ifndef DBX_DEBUGGING_INFO
                     14: #define DBX_DEBUGGING_INFO
                     15: #endif
                     16: 
                     17: /*
                     18:  * we are using GAS
                     19:  */
                     20: #undef EXTRA_SECTION_FUNCTIONS
                     21: #undef EXTRA_SECTIONS
                     22: 
                     23: /*
                     24:  * put const's in the text section
                     25:  */
                     26: #define const_section()  text_section()
                     27: #define fini_section() while (0)
                     28:                               
                     29: #if 0                                  /* this is fixed in 2.1 */
                     30: #undef ASM_OUTPUT_ALIGN
                     31: #define ASM_OUTPUT_ALIGN(FILE,LOG)     \
                     32:   if ((LOG) >= 1)                      \
                     33:     fprintf (FILE, "\t.even\n");       
                     34: #endif
                     35: 
                     36: #undef CTORS_SECTION_ASM_OP
                     37: #define CTORS_SECTION_ASM_OP "\t.data"
                     38: #undef DTORS_SECTION_ASM_OP
                     39: #define DTORS_SECTION_ASM_OP "\t.data"
                     40: #undef INIT_SECTION_ASM_OP
                     41: 
                     42: /* end of dpx2g.h */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.