Commit d20cfbc2 by Andreas Schwab Committed by Andreas Schwab

tracebak.c (__gnat_backtrace): Mark top_stack with ATTRIBUTE_UNUSED.

* tracebak.c (__gnat_backtrace): Mark top_stack with
ATTRIBUTE_UNUSED.

From-SVN: r159356
parent bd3cdcc0
2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
* tracebak.c (__gnat_backtrace): Mark top_stack with
ATTRIBUTE_UNUSED.
2010-05-12 Eric Botcazou <ebotcazou@adacore.com> 2010-05-12 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Tidy up * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Tidy up
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* * * *
* C Implementation File * * C Implementation File *
* * * *
* Copyright (C) 2000-2009, AdaCore * * Copyright (C) 2000-2010, AdaCore *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
...@@ -435,7 +435,7 @@ __gnat_backtrace (void **array, ...@@ -435,7 +435,7 @@ __gnat_backtrace (void **array,
{ {
struct layout *current; struct layout *current;
void *top_frame; void *top_frame;
void *top_stack; void *top_stack ATTRIBUTE_UNUSED;
int cnt = 0; int cnt = 0;
if (FORCE_CALL) if (FORCE_CALL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment