diff options
author | K. Richard Pixley <rich@cygnus> | 1993-04-22 23:32:33 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-04-22 23:32:33 +0000 |
commit | 3127785acd09dd55cf9821b419870d0683893f9e (patch) | |
tree | f12c6a1eb0d57464caa033ca74f3d9e1de92da9d /gdb/ChangeLog | |
parent | 5afa2040f45d3772e759c2e148ad8bf33115c80a (diff) | |
download | gdb-3127785acd09dd55cf9821b419870d0683893f9e.zip gdb-3127785acd09dd55cf9821b419870d0683893f9e.tar.gz gdb-3127785acd09dd55cf9821b419870d0683893f9e.tar.bz2 |
* mips-tdep.c (heuristic_fence_post): new static variable.
(heuristic_proc_start): use heuristic_fence_post, print better
warnings, but only if not stop_soon_quietly.
(_initialize_mips_tdep): add_set_cmd for heuristic-fence-post.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9638be5..a0823c5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Apr 22 16:24:36 1993 K. Richard Pixley (rich@rtl.cygnus.com) + + * mips-tdep.c (heuristic_fence_post): new static variable. + (heuristic_proc_start): use heuristic_fence_post, print better + warnings, but only if not stop_soon_quietly. + (_initialize_mips_tdep): add_set_cmd for heuristic-fence-post. + Thu Apr 22 14:50:05 1993 Jim Kingdon (kingdon@cygnus.com) * symtab.h: Fix LOC_REF_ARG comment. |