summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-11-07 02:19:56 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-11-07 02:19:56 +0000
commit4e9c57853c15eae2ec7455abce5f6ea13f65cfd4 (patch)
treebe93afa70fb253f9ffd62bb15b46a6c91c1302a9 /gdb/ChangeLog
parent25045a472734242b509ea0dfbae5b05628831668 (diff)
downloadgdb-4e9c57853c15eae2ec7455abce5f6ea13f65cfd4.tar.gz
* 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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 28699717eb2..e28370eb382 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>.