comparison gcc/dwarf2asm.h @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* Dwarf2 assembler output helper routines. 1 /* Dwarf2 assembler output helper routines.
2 Copyright (C) 2001-2017 Free Software Foundation, Inc. 2 Copyright (C) 2001-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 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 7 the terms of the GNU General Public License as published by the Free
68 68
69 extern void dw2_asm_output_data_sleb128 (HOST_WIDE_INT, 69 extern void dw2_asm_output_data_sleb128 (HOST_WIDE_INT,
70 const char *, ...) 70 const char *, ...)
71 ATTRIBUTE_NULL_PRINTF_2; 71 ATTRIBUTE_NULL_PRINTF_2;
72 72
73 extern void dw2_asm_output_symname_uleb128 (const char *,
74 const char *, ...)
75 ATTRIBUTE_NULL_PRINTF_2;
76
73 extern void dw2_asm_output_delta_uleb128 (const char *, const char *, 77 extern void dw2_asm_output_delta_uleb128 (const char *, const char *,
74 const char *, ...) 78 const char *, ...)
75 ATTRIBUTE_NULL_PRINTF_3; 79 ATTRIBUTE_NULL_PRINTF_3;
76 80
77 extern int size_of_uleb128 (unsigned HOST_WIDE_INT); 81 extern int size_of_uleb128 (unsigned HOST_WIDE_INT);