X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fbuild-id.h;h=548ea5e63045ae269a8b359d9d111edc84355e67;hb=7c50a93137df660f7b2d9d68c0db748a9cb7868f;hp=ddd2645743ee4aefd1fffd167326e26358fbdb9a;hpb=fbad6518c1397939ea2d832eea7e53f2147759a8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/build-id.h b/gdb/build-id.h index ddd2645743..548ea5e630 100644 --- a/gdb/build-id.h +++ b/gdb/build-id.h @@ -20,6 +20,10 @@ #ifndef BUILD_ID_H #define BUILD_ID_H +/* Locate NT_GNU_BUILD_ID from ABFD and return its content. */ + +extern const struct elf_build_id *build_id_bfd_get (bfd *abfd); + /* Return true if ABFD has NT_GNU_BUILD_ID matching the CHECK value. Otherwise, issue a warning and return false. */