Browse Source

merge from gcc

cagney_bigcore-20040122-branch
DJ Delorie 23 years ago
parent
commit
e7e6980b7e
  1. 4
      libiberty/ChangeLog
  2. 4
      libiberty/floatformat.c

4
libiberty/ChangeLog

@ -1,3 +1,7 @@
2003-10-31 Andreas Jaeger <aj@suse.de>
* floatformat.c (floatformat_always_valid): Add unused attribute.
2003-10-30 Josef Zlomek <zlomekj@suse.cz>
* hashtab.c (htab_find_slot_with_hash): Decrease n_deleted

4
libiberty/floatformat.c

@ -39,8 +39,8 @@ static int floatformat_always_valid PARAMS ((const struct floatformat *fmt,
static int
floatformat_always_valid (fmt, from)
const struct floatformat *fmt;
const char *from;
const struct floatformat *fmt ATTRIBUTE_UNUSED;
const char *from ATTRIBUTE_UNUSED;
{
return 1;
}

Loading…
Cancel
Save