+2006-01-21 Jie Zhang <jie.zhang@analog.com>
+
+ * config/bfin-parse.y (value_match): Use correct conversion
+ specifications in template string for __FILE__ and __LINE__.
+ (binary): Ditto.
+ (unary): Ditto.
+
2006-01-18 Alexandre Oliva <aoliva@redhat.com>
Introduce TLS descriptors for i386 and x86_64.
if ((v % mul) != 0)
{
- error ("%s:%d: Value Error -- Must align to %d\n", __LINE__, __FILE__, mul);
+ error ("%s:%d: Value Error -- Must align to %d\n", __FILE__, __LINE__, mul);
return 0;
}
break;
default:
- error ("%s:%d: Internal compiler error\n", __LINE__, __FILE__);
+ error ("%s:%d: Internal compiler error\n", __FILE__, __LINE__);
}
return x;
}
x->value.i_value = ~x->value.i_value;
break;
default:
- error ("%s:%d: Internal compiler error\n", __LINE__, __FILE__);
+ error ("%s:%d: Internal compiler error\n", __FILE__, __LINE__);
}
return x;
}