* config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4617bd4f7824908bddbe81b879ef3d459dc1994e..967401e962b6352c23f4e86e16d659c075e4eeca 100644 (file)
@@ -1,3 +1,64 @@
+2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
+
+       * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
+       include file of the same name.
+
+2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * configure.tgt: Mark v850 as multi-arched.
+       * config/v850/tm-v850.h: Remove file.
+       * config/v850/v850.mt: Eliminate TM_FILE.
+
+2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * v850-tdep.c: Full multi-arch.
+       * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
+       Define GDB_MULTI_ARCH to 2.
+
+2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-exp.y (current_type): New static variable.
+       Carries the type of the expression at the position that is parsed.
+       (push_current_type, pop_current_type): Two new functions. Used
+       to store/restore current_type in expression on specific tokens.
+       (search_field): New static variable. Set to one after parsing a point as
+       at that point only a FIELDNAME token should be searched.
+       (FIELDNAME): New token. After a point only a token belonging to 
+       current_type type definition is allowed.
+       (all over token rules): reset and change current_type according
+       to rules.
+       (exp '[' rule): insert implicit array index field if
+       exp is a pascal string type.
+
+2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
+       frame info.  Use frame_info's saved_regs instead of matching member
+       in extra_frame_info throughout.
+       (v850_frame_init_saved_regs): New function.
+       (v850_init_extra_frame_info): Move most functionality into
+       v850_frame_init_saved_regs().
+       * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
+       (v850_frame_find_saved_regs): Remove declaration.
+       (FRAME_FIND_SAVED_REGS): Remove definition.
+       (v850_frame_init_saved_regs): Add declaration.
+       (FRAME_INIT_SAVED_REGS): Add definition.
+
+2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * v850-tdep.c: Begin multi-arch'ing v850.
+       (v850_target_architecture_hook): Remove function.
+       (v850_gdbarch_init): New function.  Add code previously in
+       v850_target_architecture_hook().
+       (_initialize_v850_tdep): Don't  set target_architecture_hook.
+       Call register_gdbarch_init() instead.
+
+2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbtypes.h (struct cplus_struct_type): Remove args field.
+       * hpread.c (hpread_read_struct_type): Remove assignments to args.
+       (fixup_class_method_type): Likewise.
+
 2002-05-15  Daniel Jacobowitz  <drow@mvista.com>
 
        From Martin Pool <mbp@samba.org>:
This page took 0.023925 seconds and 4 git commands to generate.