diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-06-04 07:53:08 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-06-04 07:53:08 +0000 |
commit | 1012bd0e5fda59fc0a86df4350b206e2b4895ad7 (patch) | |
tree | a89781cfb3c34b7e9597b145914118d1a90ee7b9 /gdb/ChangeLog | |
parent | fe4e3eb861f34aedece88a642124ef1b0601cf4d (diff) | |
download | gdb-1012bd0e5fda59fc0a86df4350b206e2b4895ad7.zip gdb-1012bd0e5fda59fc0a86df4350b206e2b4895ad7.tar.gz gdb-1012bd0e5fda59fc0a86df4350b206e2b4895ad7.tar.bz2 |
* mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
(mips_set_processor_type_command): Remove unused variable j.
(mips_breakpoint_from_pc): Declare breakpoint instruction
sequences as unsigned char, to avoid compiler warnings.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30121c1..0a034b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il> + * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg. + (mips_set_processor_type_command): Remove unused variable j. + (mips_breakpoint_from_pc): Declare breakpoint instruction + sequences as unsigned char, to avoid compiler warnings. + * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM instead of system-specific define's like _WIN32 and __MSDOS__. Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and |