+
+ * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in
+ support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0.
+
+
+ * config/djgpp/fnchange.lst: Add translations for cpu-microblaze.c,
+ elf32-microblaze.c, microblaze-rom.c, microblaze-linux-tdep.c,
+ microblaze-tdep.h, microblaze-tdep.c, microblaze-opc.h,
+ microblaze-opcm.h, microblaze-dis.c, microblaze-dis.h, sim/microblaze,
+ microblaze.h, and microblaze.isa.
+ * configure.tgt: Add targets microblaze*-linux-*, microblaze*-xilinx-*.
+ * Makefile.in: Build microblaze-tdep.o, microblaze-linux-tdep.o.
+ HFILES_NO_SRCDIR: Add microblaze-tdep.h.
+ * microblaze-linux-tdep.c: New.
+ * microblaze-tdep.c: New.
+ * microblaze-tdep.h: New.
+ * NEWS: Announce Xilinx MicroBlaze support.
+
+
+ PR gdb/10757
+ * linux-nat.c (linux_nat_post_attach_wait): Adjust assert.
+ (lin_lwp_attach_lwp, linux_nat_attach): Handle disappearing LWP.
+
+
+ * record.c (record_insn_max_num): Make unsigned.
+ (_initialize_record): Use uinteger instead of zinteger for
+ set command, so that it will report "unlimited" for zero.
+
+
+ * record.c (record_reg_alloc): New function.
+ (record_reg_release): New function.
+ (record_mem_alloc): New function.
+ (record_mem_release): New function.
+ (record_end_alloc): New function.
+ (record_end_release): New function.
+ (record_entry_release): New function.
+ (record_list_release): Simplify, call record_entry_release.
+ (record_list_release_next): Rename to record_list_release_following.
+ Simplify and call record_entry_release.
+ (record_list_release_first): Simplify, comment, and use
+ record_entry_release.
+ (record_arch_list_add_reg): Simplify, call record_reg_alloc.
+ (record_arch_list_add_mem): Simplify, call record_mem_alloc.
+ (record_arch_list_add_end): Simplify, call record_end_alloc.
+
* record.c (record_list_release_first): Do not decrement
record_insn_num.