diff options
author | Richard Henderson <rth@redhat.com> | 2003-06-02 04:34:37 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-06-02 04:34:37 +0000 |
commit | 8f285956454f225969a153c716111b8ca1ea8fed (patch) | |
tree | 4fe8abdaabdfb8bd52b981fb8b2d52be76921bd5 /gdb/ChangeLog | |
parent | 615967cb2510a36d280b0e7b8dbeaba33a80657c (diff) | |
download | gdb-8f285956454f225969a153c716111b8ca1ea8fed.zip gdb-8f285956454f225969a153c716111b8ca1ea8fed.tar.gz gdb-8f285956454f225969a153c716111b8ca1ea8fed.tar.bz2 |
* Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
(alpha-linux-tdep.o): Update dependencies.
(alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
* alpha-mdebug-tdep.c: Remove unneeded includes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6ad3267..e580925 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2003-06-01 Richard Henderson <rth@redhat.com> + * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c. + (alpha-linux-tdep.o): Update dependencies. + (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise. + * alpha-mdebug-tdep.c: Remove unneeded includes. + +2003-06-01 Richard Henderson <rth@redhat.com> + * alpha-tdep.c (alpha_register_reggroup_p): New. (alpha_gdbarch_init): Register it. |