comparison gcc/config/i386/nwld.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
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Subroutines for insn-output.c for NetWare. 1 /* Subroutines for insn-output.c for NetWare.
2 Contributed by Jan Beulich (jbeulich@novell.com) 2 Contributed by Jan Beulich (jbeulich@novell.com)
3 Copyright (C) 2004, 2007 Free Software Foundation, Inc. 3 Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
27 #include "hard-reg-set.h" 27 #include "hard-reg-set.h"
28 #include "output.h" 28 #include "output.h"
29 #include "tree.h" 29 #include "tree.h"
30 #include "flags.h" 30 #include "flags.h"
31 #include "tm_p.h" 31 #include "tm_p.h"
32 #include "toplev.h" 32 #include "diagnostic-core.h"
33 33
34 void 34 void
35 nwld_named_section_asm_out_constructor (rtx symbol, int priority) 35 nwld_named_section_asm_out_constructor (rtx symbol, int priority)
36 { 36 {
37 #if !SUPPORTS_INIT_PRIORITY 37 #if !SUPPORTS_INIT_PRIORITY