+
+ * gdb.texinfo (Print Settings): Document 'set print symbol'.
+
+
+ * gdb.texinfo (Dynamic Printf): New subsection.
+
+
+ * gdb.texinfo (Basic Python): Add description about the function
+ gdb.find_pc_line
+
+
+ * gdb.texinfo (Separate Debug Files): Use plural form for global
+ debugging information directory.
+
+
+ * gdb.texinfo (Operating System Auxiliary Information): Document new
+ 'info os' subcommands.
+
+
+ * gdb.texinfo (Auto-loading, Init File in the Current Directory)
+ (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
+ (dotdebug_gdb_scripts section): Add reference
+ to 'Auto-loading safe path'.
+
+
+ Implement multi-component --with-auto-load-dir.
+ * gdb.texinfo (Auto-loading): New references
+ for 'set auto-load scripts-directory'
+ and 'show auto-load scripts-directory'.
+ (Auto-loading safe path): Describe the new default. Move $ddir
+ substituation reference to 'objfile-gdb.py file'.
+ (objfile-gdb.py file): Describe script-name alias. Change real-name to
+ script-name. Describe new 'set auto-load scripts-directory'
+ and 'show auto-load scripts-directory'.
+
+
+ Provide $ddir substitution for --with-auto-load-safe-path.
+ * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
+ (Auto-loading safe path): Likewise. Mention the default value,
+ $ddir substitution, --with-auto-load-safe-path and
+ --without-auto-load-safe-path.
+ * observer.texi (gdb_datadir_changed): New.
+
+
+ * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
+ Twice.
+
+ * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
+ directory separator by path separator.
+
+
+ * gdb.texinfo (Auto-loading safe path): Make 'directories'
+ for 'set auto-load safe-path' optional. Mention if it is omitted.
+ Change disabling security protection condition to "/", twice.
+
+
+ * gdb.texinfo (Symbol Tables In Python): Add documentation about
+ the new methods global_block and static_block on gdb.Symtab
+ objects.
+
+
+ * gdb.texinfo (Blocks In Python): Add a note saying that future
+ improvements to GDB and its infrastructure can move symbols
+ across blocks within a symbol table.
+
+
+ * gdb.texinfo (Architectures): Remove menu entry `A29K'.
+ (A29K): Remove.
+
+
+ * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
+ and generic static probe support on GDB.
+
+
+ * gdb.texinfo (Go): Fix thinko.
+
+ * gdb.texinfo (Supported Languages): Add Go.
+ (Go): New node.
+
* gdbint.texinfo (Testsuite): New section `Board settings'.