Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Robert Millan <rmh@gnu.org>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: [PATCH] Detect GNU/kFreeBSD and set osabi appropiately
Date: Sun, 09 Jan 2011 09:36:00 -0000	[thread overview]
Message-ID: <AANLkTinK9tNAWx2f_MGrMEdSm3cUjLaPhTbDHGcZvhM8@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

Thank you.  Would you please consider this one too?

(ChangeLog entry in patch header)

-- 
Robert Millan

[-- Attachment #2: osabi.diff --]
[-- Type: text/plain, Size: 593 bytes --]

2011-01-09  Robert Millan  <rmh@gnu.org>

	* configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
	appropiately.

=== modified file 'gdb/configure.tgt'
--- gdb/configure.tgt	2010-12-29 16:15:40 +0000
+++ gdb/configure.tgt	2011-01-08 10:40:17 +0000
@@ -629,7 +629,8 @@ esac
 # map target onto default OS ABI
 
 case "${targ}" in
-*-*-freebsd*)	gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
+*-*-freebsd* | *-*-kfreebsd*-gnu)
+		gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
 *-*-linux*)	gdb_osabi=GDB_OSABI_LINUX ;;
 *-*-nto*)	gdb_osabi=GDB_OSABI_QNXNTO ;;
 m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;


             reply	other threads:[~2011-01-09  9:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-09  9:36 Robert Millan [this message]
2011-01-12  2:40 ` Joel Brobecker
2011-01-12  7:17   ` Robert Millan
2011-01-12 10:48     ` Joel Brobecker
2011-01-12 13:08 ` Joel Brobecker

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=AANLkTinK9tNAWx2f_MGrMEdSm3cUjLaPhTbDHGcZvhM8@mail.gmail.com \
    --to=rmh@gnu.org \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /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