From: "Jim Blandy" <jimb@red-bean.com>
To: "Eli Zaretskii" <eliz@gnu.org>, "Jim Blandy" <jimb@red-bean.com>,
sje@cup.hp.com, gdb-patches@sourceware.org
Subject: Re: [PATCH] Remove gdb/nlm subdirectory
Date: Fri, 24 Mar 2006 20:30:00 -0000 [thread overview]
Message-ID: <8f2776cb0603240928o51829f9ahbfff35c4b8eafbce@mail.gmail.com> (raw)
In-Reply-To: <20060324144727.GA15703@nevyn.them.org>
On 3/24/06, Daniel Jacobowitz <drow@false.org> wrote:
> I'm fine with that if you'd prefer. I think we can ignore its old
> configure file for now, then, instead of worrying about upgrading it to
> 2.5x (which started this discussion).
How's this, then?
src/gdb/ChangeLog:
2006-03-24 Jim Blandy <jimb@codesourcery.com>
* NEWS: Mention that the 'nlm' code is on its way out.
* configure.tgt: Print an error message when configured for a
'-netware' target, and suggest that the user delete the code to
build there.
Index: src/gdb/NEWS
===================================================================
--- src.orig/gdb/NEWS
+++ src/gdb/NEWS
@@ -48,6 +48,14 @@ GDB now builds as a cross debugger hoste
native console support, and remote communications using either
network sockets or serial ports.
+* OBSOLETE features
+
+The support for Netware Loadable Modules (the 'gdb/nlm' subdirectory)
+is obsolete, and will be removed in the next release. For now, the
+code is still present, but the GDB 'configure' script prints an error
+message when configured for 'i*86-*-netware', explaining how to enable
+the code.
+
* REMOVED features
The ARM rdi-share module.
Index: src/gdb/configure.tgt
===================================================================
--- src.orig/gdb/configure.tgt
+++ src/gdb/configure.tgt
@@ -98,6 +98,21 @@ i[34567]86-*-linux*) gdb_target=linux
i[34567]86-*-gnu*) gdb_target=i386gnu ;;
i[34567]86-*-netware*) gdb_target=i386
build_nlm=yes
+
+### To re-enable Netware support, delete this line and all subsequent lines
+### up to and including the line that says 'exit 1' below the error message.
+ cat >&2 <<END
+
+We plan to remove support for Netware loadable modules (the code in
+the 'nlm' subdirectory) after this release of GDB, unless we can find
+volunteers to maintain it. If you are interested, please send mail to
+'gdb@sourceware.org'.
+
+For now, if you want to build GDB on Netware, delete this code
+in 'gdb/configure.tgt', and try running 'configure' again.
+END
+ exit 1
+
;;
i[34567]86-*-cygwin*) gdb_target=cygwin ;;
i[34567]86-*-*) gdb_target=i386 ;;
next prev parent reply other threads:[~2006-03-24 17:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-24 3:27 Steve Ellcey
2006-03-24 8:31 ` Jim Blandy
2006-03-24 9:10 ` Daniel Jacobowitz
2006-03-24 20:21 ` Eli Zaretskii
2006-03-24 20:23 ` Daniel Jacobowitz
2006-03-24 20:30 ` Jim Blandy [this message]
2006-03-25 16:23 ` Eli Zaretskii
2006-03-25 0:04 ` Mark Kettenis
2006-03-25 6:57 ` Jim Blandy
2006-03-25 13:05 ` Eli Zaretskii
[not found] ` <20060328211848.GB10392@nevyn.them.org>
2006-03-28 22:18 ` Daniel Jacobowitz
2006-03-29 15:58 ` Eli Zaretskii
2006-03-27 13:25 ` Ian Lance Taylor
2006-03-27 14:52 ` Daniel Jacobowitz
2006-03-27 23:59 ` Ian Lance Taylor
2006-03-24 17:29 ` Eli Zaretskii
2006-03-29 23:40 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8f2776cb0603240928o51829f9ahbfff35c4b8eafbce@mail.gmail.com \
--to=jimb@red-bean.com \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=sje@cup.hp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox