]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - include/filenames.h
[Darwin] The need for FDE symbols is dependent on linker used, not OS rev.
[thirdparty/gcc.git] / include / filenames.h
index e799a51b6ad014d74581da6d92ce337be896c86a..1bcfddb87ac0a2efef5adf563437dfbf721009b5 100644 (file)
@@ -5,7 +5,7 @@
    use forward- and back-slash in path names interchangeably, and
    some of them have case-insensitive file names.
 
-   Copyright 2000, 2001, 2007, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2000-2019 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -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