diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-06-13 20:24:20 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-06-13 20:24:20 +0000 |
commit | e3305dd95bcbe5169d4d074a6d3d1d0393d4b532 (patch) | |
tree | b9551e030f85c9c9b8ffce442c195e7c65fd3f85 /gdb | |
parent | 0b65af49d8c302266a304f0cb7911dbfcfa57274 (diff) | |
download | gdb-e3305dd95bcbe5169d4d074a6d3d1d0393d4b532.zip gdb-e3305dd95bcbe5169d4d074a6d3d1d0393d4b532.tar.gz gdb-e3305dd95bcbe5169d4d074a6d3d1d0393d4b532.tar.bz2 |
Fix typo in ChangeLog.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3317989..cff9df4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -168,7 +168,7 @@ * h8300-tdep.c (h8300_use_struct_convention): Delete. (h8300_gdbarch_init): Register always_use_struct_convention, instead of h8300_use_struct_convention. - * mips_o32-tdep.c (mips_o32_use_struct_convention): Delete. + * mips-tdep.c (mips_o32_use_struct_convention): Delete. (mips_o32_gdbarch_init): Register always_use_struct_convention, instead of mips_o32_use_struct_convention. |