Commit Graph

5 Commits

Author SHA1 Message Date
Les De Ridder f6d5862ceb Add PDB section reading to bfd (using LLVM now) 2020-07-31 13:55:53 +02:00
Les De Ridder 12d1289ad6 Remove libr dependency and add LLVM dependency in bfd 2020-07-22 20:11:45 +02:00
Les De Ridder c3184e01ce Implement PDB section loading in bfd 2020-07-12 17:06:40 +02:00
Les De Ridder dcae9fd7d7 Implement R_PDB loading in bfd
We disable symbol_file_add_separate for now so the old symbol loading
still works.
2020-07-12 14:35:26 +02:00
Les De Ridder 995f44ff35 Add PDB stubs to bfd
Most of the PDB stuff should be moved to bfd. This commit sets that up
and adds a reference to it from coffread.c.

The PDB path resolving will still be in gdb.
2020-07-11 13:00:01 +02:00