* NEWS: Note new target XStormy16.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2d0889f8b02cd975643e0a1d0e2e910c3636d407..fc3464a895cd57cf6e69e3ecef6021f51c528354 100644 (file)
@@ -1,3 +1,103 @@
+2001-12-17  Corinna Vinschen  <vinschen@redhat.com>
+
+       * NEWS: Note new target XStormy16.
+       * MAINTAINERS: Add -Werror to XStormy16.
+
+2001-12-17  Fernando Nasser  <fnasser@redhat.com>
+
+       From Richard Earnshaw <rearnsha@arm.com>:
+       * arm-tdep.c (arm_software_single_step): New function. Implements
+       software single-stepping for ARM targets.
+       (arm_get_next_pc, thumb_get_next_pc, bitcount, shifted_reg_val): Only
+       needed for software single-stepping.
+       * config/arm/tm-arm.h: Activate SOFTWARE_SINGLE_STEP_P.
+
+2001-12-17  Fernando Nasser  <fnasser@redhat.com>
+
+       From Richard Earnshaw <rearnsha@arm.com>:
+       * config/arm/nbsd.mh, config/arm/nbsd.mt, config/arm/tm-nbsd.h,
+       config/arm/nm-nbsd.h, config/arm/xm-nbsd.h: New files.
+       * armbsd-nat.c: New file.
+       * Makefile.in: Build it.
+       * configure.host, configure.tgt: Support NetBSD/arm.
+
+2001-12-17  Corinna Vinschen  <vinschen@redhat.com>
+
+       * MAINTAINERS: Add myself as XStormy16 maintainer.
+
+2001-12-15  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/rs6000/tm-rs6000.h (solib.h): Conditionally include.
+
+2001-12-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.c: Re-generate.
+       
+2001-12-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Remove powerpcle-eabi and rs6000-ibm-aix3.2 from
+       target list.
+
+2001-12-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * defs.h (LITTLE_ENDIAN): Delete definition.
+       * arch-utils.c, cris-tdep.c, d10v-tdep.c, defs.h, gdbarch.c,
+       gdbarch.sh, remote-rdp.c, remote-sim.c, sh-tdep.c, sparc-tdep.c,
+       config/alpha/tm-alpha.h, config/arm/tm-arm.h,
+       config/i386/tm-i386.h, config/i960/tm-i960.h,
+       config/ia64/tm-ia64.h, config/mcore/tm-mcore.h,
+       config/mips/tm-wince.h, config/mn10200/tm-mn10200.h,
+       config/ns32k/tm-umax.h, config/powerpc/tm-ppcle-eabi.h,
+       config/sh/tm-wince.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
+       doc/gdbint.texinfo: Replace LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
+
+2001-12-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * ui-out.c (struct ui_out_table): Add field entry_level.
+       (verify_field): New function.
+       (verify_field_proper_position): Delete function.
+       (verify_field_alignment): Delete function.
+       (ui_out_field_int): Update to use verify_field.
+       (ui_out_field_skip): Ditto.
+       (ui_out_field_string): Ditto.
+       (ui_out_field_fmt): Ditto.
+       (ui_out_table_begin): Initialize table.entry_level.
+       (ui_out_table_end): Clear table.entry_level.
+       (ui_out_begin): Call verify_field before pushing the new tuple or
+       list onto the stack.  Use table.entry_level.
+
+2001-12-14  Corinna Vinschen  <vinschen@redhat.com>
+
+       * config/djgpp/fnchange.lst: Add entries for opcodes/xstormy16-* files.
+
+2001-12-13  Andrew Cagney  <ac131313@redhat.com>
+
+       * arch-utils.c (generic_register_virtual_size): Return TYPE_LENGTH
+       of register's type.
+
+2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
+
+       * cli/cli-script.c (print_command_lines): Remove extra
+       "if", "else", "while", and "end" from show user output.
+
+2001-12-13  Kevin Buettner  <kevinb@redhat.com>
+
+       * i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char
+       to short so that we don't memcpy() beyond the end of this buffer.
+       Also, change shift value used in computing val to account for the
+       fact that only eight bits are used.
+
+2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
+
+       * Makefile.in: Add support for xstormy16.
+       * configure.tgt: Ditto.
+       * xstormy16-tdep.c: New file.
+       * config/xstormy16/xstormy16.mt: New file.
+
+2001-12-13  Andreas Schwab  <schwab@suse.de>
+
+       * MAINTAINERS (write-after-approval): Add myself.
+
 2001-12-12  Jim Blandy  <jimb@redhat.com>
 
        * Makefile.in (c-exp.tab.o): Add missing dependencies.
This page took 0.028786 seconds and 4 git commands to generate.