comparison gcc/dwarf2asm.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
28 28
29 extern void dw2_asm_output_delta (int, const char *, const char *, 29 extern void dw2_asm_output_delta (int, const char *, const char *,
30 const char *, ...) 30 const char *, ...)
31 ATTRIBUTE_NULL_PRINTF_4; 31 ATTRIBUTE_NULL_PRINTF_4;
32 32
33 extern void dw2_asm_output_offset (int, const char *, section *, 33 extern void dw2_asm_output_offset (int, const char *, section *,
34 const char *, ...) 34 const char *, ...)
35 ATTRIBUTE_NULL_PRINTF_4; 35 ATTRIBUTE_NULL_PRINTF_4;
36 36
37 extern void dw2_asm_output_addr (int, const char *, const char *, ...) 37 extern void dw2_asm_output_addr (int, const char *, const char *, ...)
38 ATTRIBUTE_NULL_PRINTF_3; 38 ATTRIBUTE_NULL_PRINTF_3;