[0/1] XML writer type equality fixes

Message ID 20200804183935.3076857-1-gprocida@google.com
Headers
Series XML writer type equality fixes |

Message

Giuliano Procida Aug. 4, 2020, 6:39 p.m. UTC
  This fixes a bug we have found which unfortunately appears to be
toolchain-dependent.

The diff is large, but is a much more reasonable size if hash-based
type ids are used.

I'll push such a series to
https://github.com/myxoid/libabigail/tree/simple-sets.

Regards,
Giuliano.

Giuliano Procida (1):
  abg-writer.cc: Track types by plain address

 src/abg-writer.cc                             |    20 +-
 .../test-read-dwarf/PR22122-libftdc.so.abi    |  6026 ++--
 .../test-read-dwarf/test12-pr18844.so.abi     | 27857 ++++++++--------
 .../test9-pr18818-clang.so.abi                |  4103 +--
 tests/data/test-read-write/test25.xml         |     8 +-
 5 files changed, 19011 insertions(+), 19003 deletions(-)