]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/symtab.c
Use a .def file for domain_enum
authorTom Tromey <tom@tromey.com>
Sun, 3 Sep 2023 22:28:54 +0000 (16:28 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 28 Jan 2024 17:58:16 +0000 (10:58 -0700)
commit6771fc6f1d9d1fada270fd617a71c8b1ac1efc84
treefe5647befab068ea739474c85cd6ddd9918282b7
parentd4f48c1e26a550a8b3ba8312268b706454b00ee2
Use a .def file for domain_enum

Future patches will change and reuse the names from domain_enum.  This
patch makes this less error-prone by having a single point to define
these names, using the typical gdb ".def" file.
gdb/guile/scm-symbol.c
gdb/python/py-symbol.c
gdb/sym-domains.def [new file with mode: 0644]
gdb/symtab.c
gdb/symtab.h