Changeset 1396


Ignore:
Timestamp:
Apr 28, 2004, 7:43:33 AM (21 years ago)
Author:
bird
Message:

#1040: making it build.

Location:
trunk/src/gcc/gcc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.27 to 1.28
    r1395 r1396  
    99#define YES_UNDERSCORES
    1010
     11/* Debug formats */
     12#define DBX_DEBUGGING_INFO 1
     13#define DWARF2_DEBUGGING_INFO 1
     14#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
     15
    1116#include <stdio.h>              /* for FILE* */
     17#include "i386/i386.h"
     18#include "i386/unix.h"
     19#include "i386/bsd.h"
    1220#include "i386/gstabs.h"        /* GAS stabs */
     21#include "i386/gas.h"
    1322#include "aoutos.h"             /* constructors/destructors/garbage collectors */
    1423
     
    137146
    138147/* wchar_t is unsigned short. */
    139 #define WCHAR_UNSIGNED          1
    140148#define WCHAR_TYPE              "short unsigned int"
    141149#define WCHAR_TYPE_SIZE         16
     
    201209   (if -ffunction-sections is given).  */
    202210#undef  STRIP_NAME_ENCODING
    203 #define STRIP_NAME_ENCODING(VAR,SYMBOL_NAME)                            \
     211#define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME)                           \
    204212do {                                                                    \
    205213  const char *_p;                                                       \
  • trunk/src/gcc/gcc/config/i386/i386.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1395 r1396  
    405405
    406406#ifndef DONT_ALIGN_CONST
    407 #define TARGET_OPTIONS_ALIGN
     407#define TARGET_OPTIONS_ALIGN \
    408408  { "align-strings=",   &ix86_align_constr_string,              \
    409409    N_("Constant strings are aligned to this power of 2") },   
  • trunk/src/gcc/gcc/reg-stack.c

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1395 r1396  
    24152415  tree parm = DECL_ARGUMENTS (current_function_decl);
    24162416  int incoming_arg [REG_STACK_SIZE];
     2417  int i;
    24172418
    24182419  FOR_EACH_BB_REVERSE (block)
     
    25142515                                     FP_MODE_REG (i, DFmode), EMIT_AFTER);
    25152516
    2516           seq = gen_sequence ();
     2517          seq = get_insns ();
    25172518          end_sequence ();
    25182519          inserted = 1;
Note: See TracChangeset for help on using the changeset viewer.