diff options
author | Stu Grossman <grossman@cygnus> | 1992-10-15 08:36:30 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-10-15 08:36:30 +0000 |
commit | dac4929a6d43b500b573166e53a6706789c7cad1 (patch) | |
tree | 8dbb420dda7805864cc121e2e774f51376d3a83d /gdb/ChangeLog | |
parent | 75365589180b15eea551399299262f81c574fa57 (diff) | |
download | gdb-dac4929a6d43b500b573166e53a6706789c7cad1.zip gdb-dac4929a6d43b500b573166e53a6706789c7cad1.tar.gz gdb-dac4929a6d43b500b573166e53a6706789c7cad1.tar.bz2 |
* mips-tdep.c, mipsread.c, tm-mips.h: Get rid of ".gdbinfo."
symbol. #define MIPS_EFI_SYMBOL_NAME instead. Use different
value so that demangler won't be invoked. This greatly speeds up
stepping.
* mips-tdep.c (mips_pop_frame): Rewrite handling of
linked_proc_info so that it properly deallocates the appropriate
item after it is done with it instead of before.
* Don't pass bogus frame pointer to create_new_frame(). Just
leave it as zero so that lower level code will figure out the
correct value.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1cdcdd4..0869151 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Thu Oct 15 01:27:32 1992 Stu Grossman (grossman at cygnus.com) + + * mips-tdep.c, mipsread.c, tm-mips.h: Get rid of ".gdbinfo." + symbol. #define MIPS_EFI_SYMBOL_NAME instead. Use different + value so that demangler won't be invoked. This greatly speeds up + stepping. + * mips-tdep.c (mips_pop_frame): Rewrite handling of + linked_proc_info so that it properly deallocates the appropriate + item after it is done with it instead of before. + * Don't pass bogus frame pointer to create_new_frame(). Just + leave it as zero so that lower level code will figure out the + correct value. + Wed Oct 14 18:56:28 1992 K. Richard Pixley (rich@sendai.cygnus.com) Sony News native support. |