From: Ralf Wildenhues Date: Mon, 7 Jul 2008 18:16:04 +0000 (+0000) Subject: re PR target/34780 (Bootstrapping libstdc++-v3 failed) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40a420d5a84a8ee860c65ec86ee01c3e165a8ff8;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3a74146f300..580e615dbb4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-07 Ralf Wildenhues + + PR target/34780 + * unwind-pe.h (size_of_encoded_value): add attribute unused. + 2008-07-07 Daniel Jacobowitz * function.c (assign_parm_remove_parallels): Check mode of diff --git a/gcc/unwind-pe.h b/gcc/unwind-pe.h index 9c56af08486..6924e8c1732 100644 --- a/gcc/unwind-pe.h +++ b/gcc/unwind-pe.h @@ -70,6 +70,9 @@ This is only defined for fixed-size encodings, and so does not include leb128. */ +static unsigned int +size_of_encoded_value (unsigned char encoding) __attribute__ ((unused)); + static unsigned int size_of_encoded_value (unsigned char encoding) {