diff options
author | John Metzler <jmetzler@cygnus> | 1998-04-14 23:16:48 +0000 |
---|---|---|
committer | John Metzler <jmetzler@cygnus> | 1998-04-14 23:16:48 +0000 |
commit | 7431731060eb367382068558fd31dbe6bc0de6be (patch) | |
tree | b3f7812c21991522a7abe4a4a1c2a16c73c9b807 /gdb | |
parent | a47fe057fde56bf075e64a39de3db587277119bd (diff) | |
download | gdb-7431731060eb367382068558fd31dbe6bc0de6be.zip gdb-7431731060eb367382068558fd31dbe6bc0de6be.tar.gz gdb-7431731060eb367382068558fd31dbe6bc0de6be.tar.bz2 |
* gdbcfgxref (xref_menu): Call new regex and wild card searches
Now you can type in a specific triple like mips64-vr4320-elf or
somthing like mips*.h
(triple_search) wildcardsearch): The new functions
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c998093..adb74e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Tue Apr 14 15:43:49 1998 John Metzler <jmetzler@cygnus.com> + * gdbcfgxref (xref_menu): Call new regex and wild card searches + Now you can type in a specific triple like mips64-vr4320-elf or + somthing like mips*.h + (triple_search) wildcardsearch): The new functions + * configure.tgt: Switch over to use tm-4320.h. Since I switched to MIPS EABI the fixes are no longer backward compatible with 4300. * tm-vr4320.h: Added |