diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-07 05:33:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-07 05:33:45 +0000 |
commit | b8a92b826d922749ff9648acb5812bcd415c7eb5 (patch) | |
tree | e2979ce242a5f710c0235e3dc2562ddfbd1f262d /gdb/ChangeLog | |
parent | 2555fe1a4feb03dd0d7c32a51eb049b6fc265aec (diff) | |
download | gdb-b8a92b826d922749ff9648acb5812bcd415c7eb5.zip gdb-b8a92b826d922749ff9648acb5812bcd415c7eb5.tar.gz gdb-b8a92b826d922749ff9648acb5812bcd415c7eb5.tar.bz2 |
2003-02-07 Andrew Cagney <ac131313@redhat.com>
* sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
<sys/stat.h>.
* Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73d3529..d5ec952 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-02-07 Andrew Cagney <ac131313@redhat.com> + + * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of + <sys/stat.h>. + * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies. + 2003-02-06 Andrew Cagney <ac131313@redhat.com> * Makefile.in (symm-nat.o): Update dependencies. |