>>>>> "Andrew" == Andrew Burgess <andrew.burgess@embecosm.com> writes: Andrew> + if (bfd_get_section_contents (core_bfd, tdesc_note_section, Andrew> + contents.data(), (file_ptr) 0, Missing space after "data". I suppose the trailing \0 is guaranteed to be in the section data. Tom