Fix missing declaration

This commit is contained in:
Andreas Schwab 2012-05-26 22:20:56 +02:00
parent 7ad47a8080
commit 3d3f8e5582
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2012-05-26 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
* sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
handling of denormals.
* sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.

View File

@ -22,6 +22,7 @@
#include <stdio.h>
#include <unistd.h>
#include <ldsodefs.h>
#define ELF_MACHINE_IRELA 1