dwarf2out.c (premark_used_types): Remove problematic prototype.
* dwarf2out.c (premark_used_types): Remove problematic prototype. From-SVN: r112857
This commit is contained in:
parent
8beb0d9ea4
commit
b4426e0a70
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-04-11 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* dwarf2out.c (premark_used_types): Remove problematic prototype.
|
||||
|
||||
2006-04-11 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.c (LINK_COMMAND_SPEC): Move link_gomp after %o.
|
||||
|
|
|
@ -354,7 +354,6 @@ static void dwarf2out_stack_adjust (rtx, bool);
|
|||
static void flush_queued_reg_saves (void);
|
||||
static bool clobbers_queued_reg_save (rtx);
|
||||
static void dwarf2out_frame_debug_expr (rtx, const char *);
|
||||
static void premark_used_types (void);
|
||||
|
||||
/* Support for complex CFA locations. */
|
||||
static void output_cfa_loc (dw_cfi_ref);
|
||||
|
|
Loading…
Add table
Reference in a new issue