mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-06 06:37:31 +00:00
* src/abg-reader.cc (read_context::clear_type_map): New member function. (read_translation_unit_from_input): Read up to the next element node if we are not on an element node already. Clear the type map. Realize that we might be on the next 'abi-instr' node upon completion. (read_corpus_from_input): Read up to the next element node if we are not on an element node already. It must be an "abi-corpus" node. THen Advance to the next 'abi-instr' element node before handing it to read_translation_unit_from_input. * src/abg-writer.cc (write_context::clear_type_id_map): New member function. (write_translation_unit): Call it. * tools/abg-tools-utils.cc (guess_file_type): Read enough bytes to detect abi-corpus files magic bytes. * tools/bilint.cc (main): Do not write the corpus file to the output stream if --noout has been provided. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
abg-tools-utils.cc | ||
abg-tools-utils.h | ||
biar.cc | ||
bidiff.cc | ||
bidw.cc | ||
bilint.cc | ||
Makefile.am |