comparison gcc/tlink.c @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
29 #include "obstack.h" 29 #include "obstack.h"
30 #include "hashtab.h" 30 #include "hashtab.h"
31 #include "demangle.h" 31 #include "demangle.h"
32 #include "collect2.h" 32 #include "collect2.h"
33 #include "libiberty.h" 33 #include "libiberty.h"
34
35 /* TARGET_64BIT may be defined to use driver specific functionality. */
36 #undef TARGET_64BIT
37 #define TARGET_64BIT TARGET_64BIT_DEFAULT
34 38
35 #define MAX_ITERATIONS 17 39 #define MAX_ITERATIONS 17
36 40
37 /* Defined in the automatically-generated underscore.c. */ 41 /* Defined in the automatically-generated underscore.c. */
38 extern int prepends_underscore; 42 extern int prepends_underscore;