Changeset 1396
- Timestamp:
- Apr 28, 2004, 7:43:33 AM (21 years ago)
- 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
to1.28
r1395 r1396 9 9 #define YES_UNDERSCORES 10 10 11 /* Debug formats */ 12 #define DBX_DEBUGGING_INFO 1 13 #define DWARF2_DEBUGGING_INFO 1 14 #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG 15 11 16 #include <stdio.h> /* for FILE* */ 17 #include "i386/i386.h" 18 #include "i386/unix.h" 19 #include "i386/bsd.h" 12 20 #include "i386/gstabs.h" /* GAS stabs */ 21 #include "i386/gas.h" 13 22 #include "aoutos.h" /* constructors/destructors/garbage collectors */ 14 23 … … 137 146 138 147 /* wchar_t is unsigned short. */ 139 #define WCHAR_UNSIGNED 1140 148 #define WCHAR_TYPE "short unsigned int" 141 149 #define WCHAR_TYPE_SIZE 16 … … 201 209 (if -ffunction-sections is given). */ 202 210 #undef STRIP_NAME_ENCODING 203 #define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \211 #define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \ 204 212 do { \ 205 213 const char *_p; \ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/gcc/gcc/config/i386/i386.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1395 r1396 405 405 406 406 #ifndef DONT_ALIGN_CONST 407 #define TARGET_OPTIONS_ALIGN 407 #define TARGET_OPTIONS_ALIGN \ 408 408 { "align-strings=", &ix86_align_constr_string, \ 409 409 N_("Constant strings are aligned to this power of 2") }, -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/gcc/gcc/reg-stack.c
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1395 r1396 2415 2415 tree parm = DECL_ARGUMENTS (current_function_decl); 2416 2416 int incoming_arg [REG_STACK_SIZE]; 2417 int i; 2417 2418 2418 2419 FOR_EACH_BB_REVERSE (block) … … 2514 2515 FP_MODE_REG (i, DFmode), EMIT_AFTER); 2515 2516 2516 seq = ge n_sequence();2517 seq = get_insns (); 2517 2518 end_sequence (); 2518 2519 inserted = 1; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.