mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-25 20:10:38 +00:00
Sync filenames.h with gcc
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.
This commit is contained in:
parent
e81d5d059b
commit
f7d1355102
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user