From f822c95b5924efa87dbb0cfff0a9ec8039a8c175 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 8 Jan 2007 18:56:30 +0000 Subject: * NEWS: Add "set sysroot" and "show sysroot". * solib.c (solib_absolute_prefix): Delete. Replace all uses with gdb_sysroot. (_initialize_solib): Add "set sysroot" and "show sysroot". Make "solib-absolute-prefix" an alias to it. * gdb.texinfo (Commands to specify files): Describe "set sysroot" and "show sysroot". (Using the `gdbserver' program): Lowercase argument to @var. Expand description of setting up GDB on the host. --- gdb/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index db9e6a5..708df77 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -37,6 +37,12 @@ catch exception unhandled catch assert Stop the program execution when an Ada assertion failed. +set sysroot +show sysroot + Set an alternate system root for target files. This is a more + general version of "set solib-absolute-prefix", which is now + an alias to "set sysroot". + * New native configurations OpenBSD/sh sh*-*openbsd* -- cgit v1.1