# HG changeset patch
# Parent d247af8a6a003c983b5d4fa4315f9b412a8a4094
Fix SPARC testsuite gnu11 fallout
@@ -31,7 +31,7 @@ union {
long long l;
} x = { l: 0x7ff8000000000000LL }, y;
-main ()
+int main ()
{
unsigned int fsr = 0;
__asm __volatile ("ld %0, %%fsr" : : "m" (fsr));
@@ -69,6 +69,7 @@ static inline __attribute__((always_inli
{
return __readl(hw->hw_addr + reg);
}
+int e1e_rphy(struct e1000_hw *, int, u16 *);
void e1000e_update_stats(struct e1000_adapter *adapter)
{
struct e1000_hw *hw = &adapter->hw;
@@ -5,6 +5,8 @@
/* Make sure that Ultrasparc return insn do not read below the stack. */
+void toto (int *);
+
int bar (int a, int b, int c, int d, int e, int f, int g, int h)
{
int res;
@@ -4,6 +4,9 @@
/* { dg-do compile } */
/* { dg-options "-O2 -mcpu=ultrasparc" } */
+void __assert (const char *, const char *, int);
+double HSRate(long, long, long, double, double, int);
+
typedef struct
{
float EnergyErg;
@@ -9,6 +9,9 @@ struct _reent;
extern unsigned long __malloc_trim_threshold;
extern unsigned long __malloc_top_pad;
+void __malloc_lock (void *);
+void __malloc_unlock (void *);
+
int _mallopt_r(struct _reent *reent_ptr, int param_number, int value)
{
__malloc_lock(reent_ptr);