This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[committed, PATCH] Sync filenames.h with gcc
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: binutils at sourceware dot org
- Date: Fri, 1 May 2015 09:13:47 -0700
- Subject: [committed, PATCH] Sync filenames.h with gcc
- Authentication-results: sourceware.org; auth=none
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
Merge with gcc:
2014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
Manuel López-Ibáñez <manu@gcc.gnu.org>
PR driver/36312
* filenames.h: Add prototype for canonical_filename_eq.
---
include/ChangeLog | 9 +++++++++
include/filenames.h | 2 ++
2 files changed, 11 insertions(+)
diff --git a/include/ChangeLog b/include/ChangeLog
index b9fb84e..6336a32 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,12 @@
+2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ Merge with gcc:
+ 2014-11-11 Anthony Brandon <anthony.brandon@gmail.com>
+ Manuel López-Ibáñez <manu@gcc.gnu.org>
+
+ PR driver/36312
+ * filenames.h: Add prototype for canonical_filename_eq.
+
2015-04-30 DJ Delorie <dj@redhat.com>
* dis-asm.h (print_insn_rl78_g10): New.
diff --git a/include/filenames.h b/include/filenames.h
index 5ce9770..1161daa 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
--
1.9.3