diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-05 07:30:26 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-05 07:30:26 +0000 |
commit | dfcd3bfb6f8a213007c20e60060b4e9ec9205205 (patch) | |
tree | c43f1f196f08266345d283414914033ecc50bd5e /gdb/ChangeLog | |
parent | 32edc927faea39b1f7be4654f6ffa03f3e6b16ce (diff) | |
download | gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.zip gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.tar.gz gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.tar.bz2 |
import gdb-2000-02-04 snapshot
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f004ec6..c2c53f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,43 @@ +2000-02-04 Nick Clifton <nickc@cygnus.com> + + * config/arm/tm-arm.h (LOWEST_PC): Define. + +2000-02-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * infrun.c (resume): Make just one call to target_resume(), instead + of four: set up correct parameters in all the cases ahead of time, + and do call at the end. + +2000-02-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * config/powerpc/tm-ppc-eabi.h: Define + SOFUN_ADDRESS_MAYBE_MISSING. + +2000-02-04 Fernando Nasser <fnasser@totem.to.cygnus.com> + + * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy + frames (revisited). + +Fri Feb 4 22:42:36 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * Makefile.in (INIT_FILES): Append CONFIG_INITS + * configure.in (CONFIG_INIT): Initialize. + +2000-02-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * printcmd.c (build_address_symbolic): New function. Returns all + the parts that are necessary to print an address in a symbolic + form. + (print_address_symbolic): Split into a printing part and an + information building part, build_address_symbolic(). + + * defs.h (build_address_symbolic): Export. + +2000-02-03 Jim Blandy <jimb@redhat.com> + + * dwarf2read.c (decode_locdesc): Add support for the DW_OP_bregx + opcode. + 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com> * arm-tdep.c (arm_push_arguments): Fix passing of floating point |