diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index e3b9f6f..a79f295 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -14775,7 +14775,7 @@ dump_section_as_ctf (Elf_Internal_Shdr * section, Filedata * filedata) /* Assume that the applicable parent archive member is the default one. (This is what all known implementations are expected to do, if they put CTFs and their parents in archives together.) */ - if ((parent = ctf_arc_open_by_name (lookparent, NULL, &err)) == NULL) + if ((parent = ctf_dict_open (lookparent, NULL, &err)) == NULL) { dump_ctf_errs (NULL); error (_("CTF open failure: %s\n"), ctf_errmsg (err)); |