diff options
author | Jim Blandy <jimb@codesourcery.com> | 2005-12-20 19:36:21 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2005-12-20 19:36:21 +0000 |
commit | 13c0b5369d0ce1e19bd79a2f70aa0da289b98f36 (patch) | |
tree | 64c3ff322e60ed8417dcfb66be7157979614320e /gdb | |
parent | 65738a7dbcb8f057258b0e3c6391a45c80f1dcc8 (diff) | |
download | gdb-13c0b5369d0ce1e19bd79a2f70aa0da289b98f36.zip gdb-13c0b5369d0ce1e19bd79a2f70aa0da289b98f36.tar.gz gdb-13c0b5369d0ce1e19bd79a2f70aa0da289b98f36.tar.bz2 |
gdb/ChangeLog:
2005-12-20 Jim Blandy <jimb@redhat.com>
* rs6000-tdep.c (rs6000_gdbarch_init): Doc fix.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/rs6000-tdep.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e113f4e..6307319 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-12-20 Jim Blandy <jimb@redhat.com> + + * rs6000-tdep.c (rs6000_gdbarch_init): Doc fix. + 2005-12-20 Joel Brobecker <brobecker@adacore.com> * rs6000-tdep.c: Use proper spelling for existent. diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index 53e7722..211bc33 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -3120,7 +3120,7 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) wordsize = 4; } - /* Find a candidate among existent architectures. */ + /* Find a candidate among extant architectures. */ for (arches = gdbarch_list_lookup_by_info (arches, &info); arches != NULL; arches = gdbarch_list_lookup_by_info (arches->next, &info)) |