s/value_ptr/struct value */
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ceec2f58c5a336d5fd7bc0972ffbdbcd80a14110..b22c7a2bb935cb07c51b4bb059b9b71ed449a573 100644 (file)
@@ -1,3 +1,60 @@
+2001-11-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * c-valprint.c, ch-lang.c, ch-valprint.c, cp-valprint.c,
+       p-valprint.c, scm-exp.c, scm-lang.c, scm-valprint.c: Replace
+       value_ptr with struct value.
+       
+2001-11-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * eval.c: Replace most occurances of value_ptr with struct value.
+
+2001-11-09  Jim Blandy  <jimb@redhat.com>
+
+       * s390-tdep.c: Don't use a call dummy.
+       (s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
+       (s390_push_return_address): Put the address of the inferior call
+       breakpoint in r14.
+       (s390_gdbarch_init):
+       - Provide trivial definition of s390_call_dummy_words; register it
+         with the gdbarch appropriately.
+       - Delete S390x_call_dummy_words.
+       - Gather inferior-call-related settings into a group.
+       - Use generic dummy frames.
+       - Put the inferior call breakpoint at the entry point.
+       - Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
+         generic_push_dummy_frame, generic_fix_call_dummy.
+       - There is a call dummy breakpoint offset; it's zero.
+
+       * s390-tdep.c: (s390_push_arguments): Write a back chain pointer
+       into the dummy frame, to help us get backtraces.
+
+       * values.c (value_as_address): If VAL is a function or method,
+       just return its address; don't let COERCE_ARRAY convert its
+       address to a pointer, and then have unpack_long convert it back to
+       an address.
+
+2001-11-06 Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-lang.c (is_pascal_string_type): New function to determine if a 
+       type is a string type.
+       * p-lang.h: Add prototype for is_pascal_string_type.
+       * p-valprint.c (pascal_val_print) : Use is_pascal_string_type function 
+       to display strings nicely.
+
+2001-11-06 Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-exp.y (yylex): Only change case of expression if symbol is found.
+       Also check for GPC standard name form.
+
+2001-11-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb_indent.sh: New file.
+
+2001-11-08  Jim Blandy  <jimb@redhat.com>
+
+       * s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
+       got_load_len, to placate compiler.
+
 2001-11-08  Mark Kettenis  <kettenis@gnu.org>
 
        * i386-tdep.c (i386_gdbarch_init): Fix typo.
This page took 0.023113 seconds and 4 git commands to generate.