[Cell/B.E.] Fix wrong relocation for TLS variable offset
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a761854170bcae2195ff443317abd5137bf949c9..399cdaa0bd9bb4e67f6514e2a427094b492df0d9 100644 (file)
@@ -1,3 +1,70 @@
+2015-08-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
+       attempt to relocate a TLS variable offset.
+
+2015-08-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
+       registered yet.  Set inferior_ptid while calling target_read_memory.
+
+2015-08-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
+       (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
+       * linux-nat.c (check_stopped_by_breakpoint): Use
+       GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
+
+2015-08-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * linux-thread-db.c (thread_db_get_thread_local_address): If the
+       thread was not yet discovered, use thread_from_lwp instead of
+       calling thread_db_find_new_threads_1.
+
+2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
+       statements.
+
+2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * NEWS: Document support for non-8-bits addressable memory.
+
+2015-08-27  Pedro Alves  <palves@redhat.com>
+
+       * configure.ac: Remove AC_TYPE_SIGNAL call.
+       * configure, config.in: Regenerate.
+
+2015-08-27  Pedro Alves  <palves@redhat.com>
+
+       * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
+       * extension-priv.h: Include signal.h.
+       (struct signal_handler) <handler>: Change type to sighandler_t.
+       * extension.c (install_gdb_sigint_handler): Use sighandler_t.
+       * inflow.c (sigint_ours, sigquit_ours): Change type to
+       sighandler_t.
+       (child_terminal_inferior): Remove casts.
+       (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
+       (osig): Change type to sighandler_t.
+       * nto-procfs.c (ofunc): Change type to sighandler_t.
+       (procfs_wait): Remove casts.
+       * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
+       * remote-sim.c (gdbsim_wait): Use sighandler_t.
+       * utils.c (wait_to_die_with_timeout): Use sighandler_t.
+
+2015-08-27  Pedro Alves  <palves@redhat.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
+       * gnulib/aclocal.m4: Renegerate.
+       * gnulib/config.in: Renegerate.
+       * gnulib/configure: Renegerate.
+       * gnulib/import/Makefile.am: Update.
+       * gnulib/import/Makefile.in: Regenerate.
+       * gnulib/import/m4/gnulib-cache.m4: Update.
+       * gnulib/import/m4/gnulib-comp.m4: Update.
+       * gnulib/import/m4/signal_h.m4: New file.
+       * gnulib/import/signal.in.h: New file.
+
 2015-08-27  Pedro Alves  <palves@redhat.com>
 
        * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
This page took 0.02626 seconds and 4 git commands to generate.