OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [dwarf2asm.h] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/* Dwarf2 assembler output helper routines.
2
   Copyright (C) 2001, 2003, 2005, 2007 Free Software Foundation, Inc.
3
 
4
This file is part of GCC.
5
 
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
8
Software Foundation; either version 3, or (at your option) any later
9
version.
10
 
11
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12
WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14
for more details.
15
 
16
You should have received a copy of the GNU General Public License
17
along with GCC; see the file COPYING3.  If not see
18
<http://www.gnu.org/licenses/>.  */
19
 
20
 
21
extern void dw2_assemble_integer (int, rtx);
22
 
23
extern void dw2_asm_output_data (int, unsigned HOST_WIDE_INT,
24
                                 const char *, ...)
25
     ATTRIBUTE_NULL_PRINTF_3;
26
 
27
extern void dw2_asm_output_delta (int, const char *, const char *,
28
                                  const char *, ...)
29
     ATTRIBUTE_NULL_PRINTF_4;
30
 
31
extern void dw2_asm_output_offset (int, const char *, section *,
32
                                   const char *, ...)
33
     ATTRIBUTE_NULL_PRINTF_4;
34
 
35
extern void dw2_asm_output_addr (int, const char *, const char *, ...)
36
     ATTRIBUTE_NULL_PRINTF_3;
37
 
38
extern void dw2_asm_output_addr_rtx (int, rtx, const char *, ...)
39
     ATTRIBUTE_NULL_PRINTF_3;
40
 
41
extern void dw2_asm_output_encoded_addr_rtx (int, rtx, bool,
42
                                             const char *, ...)
43
     ATTRIBUTE_NULL_PRINTF_4;
44
 
45
extern void dw2_asm_output_nstring (const char *, size_t,
46
                                    const char *, ...)
47
     ATTRIBUTE_NULL_PRINTF_3;
48
 
49
extern void dw2_asm_output_data_uleb128 (unsigned HOST_WIDE_INT,
50
                                         const char *, ...)
51
     ATTRIBUTE_NULL_PRINTF_2;
52
 
53
extern void dw2_asm_output_data_sleb128 (HOST_WIDE_INT,
54
                                         const char *, ...)
55
     ATTRIBUTE_NULL_PRINTF_2;
56
 
57
extern void dw2_asm_output_delta_uleb128 (const char *, const char *,
58
                                          const char *, ...)
59
     ATTRIBUTE_NULL_PRINTF_3;
60
 
61
extern int size_of_uleb128 (unsigned HOST_WIDE_INT);
62
extern int size_of_sleb128 (HOST_WIDE_INT);
63
extern int size_of_encoded_value (int);
64
extern const char *eh_data_format_name (int);
65
 
66
extern void dw2_output_indirect_constants (void);
67
 
68
/* These are currently unused.  */
69
 
70
#if 0
71
extern void dw2_asm_output_pcrel (int, const char *, const char *, ...)
72
     ATTRIBUTE_NULL_PRINTF_3;
73
 
74
extern void dw2_asm_output_delta_sleb128 (const char *, const char *,
75
                                          const char *, ...)
76
     ATTRIBUTE_NULL_PRINTF_3;
77
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.