diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 25f2f96..a079599 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -880,6 +880,9 @@ bfd_make_writable PARAMS ((bfd *abfd)); bfd_boolean bfd_make_readable PARAMS ((bfd *abfd)); +char * +bfd_follow_gnu_debuglink PARAMS ((bfd *abfd, const char *dir)); + /* Extracted from libbfd.c. */ /* Byte swapping macros for user section data. */ |