diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-21 17:19:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-21 17:19:38 +0000 |
commit | fd0407d670c5a89ba5ba8cba65a056ac8c709e75 (patch) | |
tree | 4cd513b3845e553ebe500f052ee48fb36639a9fa /gdb/ChangeLog | |
parent | 1b90af266c5bf8ef4cfd5c09c79c468cfaf32c6a (diff) | |
download | gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.zip gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.tar.gz gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.tar.bz2 |
Add explicit #include of "value.h".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 431cc3d..820cce0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2001-10-21 Andrew Cagney <ac131313@redhat.com> + + * config/a29k/tm-vx29k.h, i386-tdep.c: Include "value.h". + * arm-tdep.c, exec.c, ia64-tdep.c, infrun.c: Ditto. + * ppc-linux-tdep.c, remote-es.c, remote.c: Ditto. + * rs6000-tdep.c, s390-tdep.c, x86-64-tdep.c: Ditto. + * Makefile.in (arm-tdep.o, exec.o, i386-tdep.o, ia64-tdep.o) + (infrun.o, ppc-linux-tdep.o, remote.o, rs6000-tdep.o) + (x86-64-tdep.o): Update dependencies. + * gdbarch.sh [!GDB_MULTI_ARCH]: Include "value.h". + * gdbarch.h, gdbarch.c: Re-generate. + 2001-10-21 Mark Kettenis <kettenis@gnu.org> * infptrace.c (child_xfer_memory): Fix a few coding standards |