From 3a4fcef804dac80dba686a793fdc8b96be6a54e6 Mon Sep 17 00:00:00 2001
From: DJ Delorie <dj@redhat.com>
Date: Wed, 5 Nov 2014 18:23:19 +0000
Subject: [PATCH] merge from gcc

---
 include/ChangeLog   | 5 +++++
 include/filenames.h | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/include/ChangeLog b/include/ChangeLog
index 67d397155..be23da772 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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++.
diff --git a/include/filenames.h b/include/filenames.h
index e799a51b6..470c5e091 100644
--- a/include/filenames.h
+++ b/include/filenames.h
@@ -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