comparison gcc/config/i386/winnt-stubs.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 a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Dummy subroutines for language-specific support on Windows. 1 /* Dummy subroutines for language-specific support on Windows.
2 Contributed by Danny Smith (dannysmith@users.sourceforge.net) 2 Contributed by Danny Smith (dannysmith@users.sourceforge.net)
3 Copyright (C) 2005, 2007 3 Copyright (C) 2005, 2007, 2010
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
28 #include "hard-reg-set.h" 28 #include "hard-reg-set.h"
29 #include "output.h" 29 #include "output.h"
30 #include "tree.h" 30 #include "tree.h"
31 #include "flags.h" 31 #include "flags.h"
32 #include "tm_p.h" 32 #include "tm_p.h"
33 #include "toplev.h" 33 #include "diagnostic-core.h"
34 #include "hashtab.h" 34 #include "hashtab.h"
35 35
36 bool 36 bool
37 i386_pe_type_dllimport_p (tree decl ATTRIBUTE_UNUSED) 37 i386_pe_type_dllimport_p (tree decl ATTRIBUTE_UNUSED)
38 { 38 {