diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2017-06-13 21:14:25 +0200 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-06-13 21:14:25 +0200 |
commit | 3b912944f4257dd935c91b77a51bc2e4baa1018e (patch) | |
tree | 51c4325440d70b5bc363aa320b27aa19e30d31bb /.cvsignore | |
parent | da614360f520b84a9c87506eb0c880f7a056468b (diff) | |
download | gdb-3b912944f4257dd935c91b77a51bc2e4baa1018e.zip gdb-3b912944f4257dd935c91b77a51bc2e4baa1018e.tar.gz gdb-3b912944f4257dd935c91b77a51bc2e4baa1018e.tar.bz2 |
aix: Add fork-inferior.o to NATDEPFILES
Trying to build on AIX gives:
ld: 0711-317 ERROR: Undefined symbol: .trace_start_error_with_name(char const*)
ld: 0711-317 ERROR: Undefined symbol: .fork_inferior(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char**, void (*)(), void (*)(int), void (*)(), char const*, void (*)(char const*, char* const*, char* const*))
ld: 0711-317 ERROR: Undefined symbol: .startup_inferior(int, int, target_waitstatus*, ptid_t*)
Including fork-inferior.o in the build should help. I also factored out
the AIX bits that are not architecture-specific to be consistent with the other
OSes.
gdb/ChangeLog:
* configure.nat: Factor out AIX bits that are not
architecture-specific. Add fork-inferior.o.
Diffstat (limited to '.cvsignore')
0 files changed, 0 insertions, 0 deletions