commit | 34b965f7c006e64dbd5546575744daa642d4856f | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Dec 21 16:24:16 2021 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Dec 24 10:24:48 2021 -0700 |
tree | 395f80417b26c931dfaaa66b1ceff1230cdef1dd | |
parent | b6a08665ffb4a4b41e3761666c7c54655279f2ad [diff] |
Move gdb_bfd_errmsg to gdb_bfd.c gdb_bfd.c contains most of gdb's BFD-related utility functions. However, gdb_bfd_errmsg is in utils.c. It seemed better to me to move this out of util.[ch] and into the BFD-related file instead. Tested by rebuilding.