From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9148 invoked by alias); 19 Oct 2016 15:45:45 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 9131 invoked by uid 89); 19 Oct 2016 15:45:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Wow X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 15:45:44 +0000 Received: by mail-oi0-f52.google.com with SMTP id y2so35370886oie.0 for ; Wed, 19 Oct 2016 08:45:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=SRyBlhM2byvR63OdoUpI8c6Ymx6GgrJ3TWR+iNocoVI=; b=VupdGnf3o/MPQwGg7P5fv/hJ1pQrpOoKjKayufeSdBrqgN1eH0pMQxvKOBIoweEmeR JsWsfWAhgIZvv7UHZOLiJnuOWts23wZhh7xSvOwMKZJgRCSBDJ7FikvJxK0UVfuiXpon 9RVvKzPqNLzH39xCR5C5XC0pv9+XCPtp1LzvNFe0KYItC3yyLneCaTRPhK5e9+jVJn89 LfKkhoP6N4KVohSDa5op2txwfKlfH/c27wAN6c04z7822Iv6ZJguFz5wjD/Ej142MjDF vDHhafswxFzcd6UqcPTcd/xEG3mQ3w4/Eqf3Z61ofJxE/bGeptpiYhy+35SyBzVAwwfj VcXw== X-Gm-Message-State: AA6/9RnHrYZ2bD08MKGuyxJuQyo1tTmSgS83JhXqkglall4LWEY6OH19TxTiev5iZSKl0+xYyxHUVCXErzshfA== X-Received: by 10.202.104.222 with SMTP id o91mr5016104oik.31.1476891942605; Wed, 19 Oct 2016 08:45:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.193.5 with HTTP; Wed, 19 Oct 2016 08:45:41 -0700 (PDT) In-Reply-To: References: From: Yao Qi Date: Wed, 19 Oct 2016 15:45:00 -0000 Message-ID: Subject: Re: VxWorks Target To: Stephen Pape Cc: GDB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00033.txt.bz2 On Wed, Oct 19, 2016 at 3:36 PM, Stephen Pape wrote: > Wow, so it's ancient history. If that's the case, there is some > leftover VxWork code hanging around. I was even able to compile gdb > with "--target=3Dpowerpc-vxworks", and there are a few files with the > name still in the source: > > ./include/elf/vxworks.h > ./bfd/elf-vxworks.c > ./bfd/elf-vxworks.h > > The configure script has some VxWorks leftovers as well: > > case "${target}" in > *-*-vxworks*) > # VxWorks uses the Dinkumware C++ library. > noconfigdirs=3D"$noconfigdirs target-libstdc++-v3" > ;; > VxWorks support in GDB was removed, but its support in other components, like linker, are still there. They are not leftover. However, configure should be adjusted so that gdb shouldn't be configured at all if target is *-*-vxworks*. --=20 Yao (=E9=BD=90=E5=B0=A7)