comparison gcc/tlink.c @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Scan linker error messages for missing template instantiations and provide 1 /* Scan linker error messages for missing template instantiations and provide
2 them. 2 them.
3 3
4 Copyright (C) 1995, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2007, 2008 4 Copyright (C) 1995, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2007, 2008,
5 Free Software Foundation, Inc. 5 2009, 2010 Free Software Foundation, Inc.
6 Contributed by Jason Merrill (jason@cygnus.com). 6 Contributed by Jason Merrill (jason@cygnus.com).
7 7
8 This file is part of GCC. 8 This file is part of GCC.
9 9
10 GCC is free software; you can redistribute it and/or modify it under 10 GCC is free software; you can redistribute it and/or modify it under
28 #include "intl.h" 28 #include "intl.h"
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"
34 33
35 /* TARGET_64BIT may be defined to use driver specific functionality. */ 34 /* TARGET_64BIT may be defined to use driver specific functionality. */
36 #undef TARGET_64BIT 35 #undef TARGET_64BIT
37 #define TARGET_64BIT TARGET_64BIT_DEFAULT 36 #define TARGET_64BIT TARGET_64BIT_DEFAULT
38 37