diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-11-07 02:19:56 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-11-07 02:19:56 +0000 |
commit | 4facf7e8905fed0e31cc7c1c21f86db158815c9f (patch) | |
tree | 0370238fe499c990c29f4af56db80e6620f10013 /gdb/ChangeLog | |
parent | f9418c0f1999be27c83657a70e5136f735c66038 (diff) | |
download | gdb-4facf7e8905fed0e31cc7c1c21f86db158815c9f.zip gdb-4facf7e8905fed0e31cc7c1c21f86db158815c9f.tar.gz gdb-4facf7e8905fed0e31cc7c1c21f86db158815c9f.tar.bz2 |
* hppa-tdep.c (_initialize_hppa_tdep): Move function body
to end of file, to be more consistent with the pratice followed
by other targets.
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 2869971..e28370e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-11-06 Joel Brobecker <brobecker@gnat.com> + + * hppa-tdep.c (_initialize_hppa_tdep): Move function body + to end of file, to be more consistent with the pratice followed + by other targets. + 2002-11-06 Andrew Cagney <ac131313@redhat.com> * infcmd.c: Include "reggroups.h" and <ctype.h>. |