diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/alpha/tm-nbsd.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d375730..9c66020 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com> + * config/alpha/tm-nbsd.h: Include solib.h. + +2002-05-22 Jason Thorpe <thorpej@wasabisystems.com> + * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make assumptions about the host's byte order. diff --git a/gdb/config/alpha/tm-nbsd.h b/gdb/config/alpha/tm-nbsd.h index 9e92656..90a75a7 100644 --- a/gdb/config/alpha/tm-nbsd.h +++ b/gdb/config/alpha/tm-nbsd.h @@ -22,6 +22,7 @@ #define TM_NBSD_H #include "alpha/tm-alpha.h" +#include "solib.h" /* Number of traps that happen between exec'ing the shell to run an inferior, and when we finally get to the inferior code. The |