merge from gcc

This commit is contained in:
DJ Delorie 2014-11-05 18:23:19 +00:00
parent e5e6b6c49f
commit 3a4fcef804
2 changed files with 7 additions and 0 deletions

View File

@ -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>
* longlong.h [__alpha] (umul_ppmm): Disable for c++.

View File

@ -90,6 +90,8 @@ extern hashval_t filename_hash (const void *s);
extern int filename_eq (const void *s1, const void *s2);
extern int canonical_filename_eq (const char *a, const char *b);
#ifdef __cplusplus
}
#endif