merge from gcc
This commit is contained in:
parent
e5e6b6c49f
commit
3a4fcef804
|
@ -1,3 +1,8 @@
|
||||||
|
2014-11-05 Anthony Brandon <anthony.brandon@gmail.com>
|
||||||
|
|
||||||
|
PR driver/36312
|
||||||
|
* filenames.h: Add prototype for canonical_filename_eq.
|
||||||
|
|
||||||
2014-10-28 Richard Henderson <rth@redhat.com>
|
2014-10-28 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* longlong.h [__alpha] (umul_ppmm): Disable for c++.
|
* longlong.h [__alpha] (umul_ppmm): Disable for c++.
|
||||||
|
|
|
@ -90,6 +90,8 @@ extern hashval_t filename_hash (const void *s);
|
||||||
|
|
||||||
extern int filename_eq (const void *s1, const void *s2);
|
extern int filename_eq (const void *s1, const void *s2);
|
||||||
|
|
||||||
|
extern int canonical_filename_eq (const char *a, const char *b);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue