comparison gcc/dwarf2asm.h @ 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 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Dwarf2 assembler output helper routines. 1 /* Dwarf2 assembler output helper routines.
2 Copyright (C) 2001, 2003, 2005, 2007, 2008 Free Software Foundation, Inc. 2 Copyright (C) 2001, 2003, 2005, 2007, 2008, 2010
3 Free Software Foundation, Inc.
3 4
4 This file is part of GCC. 5 This file is part of GCC.
5 6
6 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 8 the terms of the GNU General Public License as published by the Free
26 const char *, ...) 27 const char *, ...)
27 ATTRIBUTE_NULL_PRINTF_3; 28 ATTRIBUTE_NULL_PRINTF_3;
28 29
29 extern void dw2_asm_output_delta (int, const char *, const char *, 30 extern void dw2_asm_output_delta (int, const char *, const char *,
30 const char *, ...) 31 const char *, ...)
32 ATTRIBUTE_NULL_PRINTF_4;
33
34 extern void dw2_asm_output_vms_delta (int, const char *, const char *,
35 const char *, ...)
31 ATTRIBUTE_NULL_PRINTF_4; 36 ATTRIBUTE_NULL_PRINTF_4;
32 37
33 extern void dw2_asm_output_offset (int, const char *, section *, 38 extern void dw2_asm_output_offset (int, const char *, section *,
34 const char *, ...) 39 const char *, ...)
35 ATTRIBUTE_NULL_PRINTF_4; 40 ATTRIBUTE_NULL_PRINTF_4;