Commit 40a420d5 by Ralf Wildenhues Committed by Ralf Wildenhues

re PR target/34780 (Bootstrapping libstdc++-v3 failed)

gcc/
	PR target/34780
	* unwind-pe.h (size_of_encoded_value): add attribute unused.

From-SVN: r137582
parent 622c36c9
2008-07-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR target/34780
* unwind-pe.h (size_of_encoded_value): add attribute unused.
2008-07-07 Daniel Jacobowitz <dan@codesourcery.com> 2008-07-07 Daniel Jacobowitz <dan@codesourcery.com>
* function.c (assign_parm_remove_parallels): Check mode of * function.c (assign_parm_remove_parallels): Check mode of
......
...@@ -71,6 +71,9 @@ ...@@ -71,6 +71,9 @@
include leb128. */ include leb128. */
static unsigned int static unsigned int
size_of_encoded_value (unsigned char encoding) __attribute__ ((unused));
static unsigned int
size_of_encoded_value (unsigned char encoding) size_of_encoded_value (unsigned char encoding)
{ {
if (encoding == DW_EH_PE_omit) if (encoding == DW_EH_PE_omit)
......
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