From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20210 invoked by alias); 19 Oct 2016 14:36:58 -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 19483 invoked by uid 89); 19 Oct 2016 14:36:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:533, $noconfigdirs, noconfigdirs, hanging X-HELO: mail-it0-f50.google.com Received: from mail-it0-f50.google.com (HELO mail-it0-f50.google.com) (209.85.214.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 14:36:56 +0000 Received: by mail-it0-f50.google.com with SMTP id 66so29900424itl.1 for ; Wed, 19 Oct 2016 07:36:56 -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; bh=wLtnf6tOdYO4EszoT/ndcP75SFiEmDBkNBZbV1mWBWk=; b=gkSrfbebFn9zhqxxL/cHKDBdkKg18ui/Pz8RJL/3Y6NW3Sp22xUwU0XsQelEhVlEpZ SzZUM/n7tnTbhtt49V7oOzeF+qzUKM3f3Z0spA0FRwg0+AJQdrwlQuDPqXSzhFNfLuGJ saqe4tkKx36R7dF8cfD8MauhhF208wernzCK5xKZQdrHBH+cP0P6WPYL30vIqAvlKRgF JYug9cpIokDxSfOAs64qe69QB9P8cMv4k676NpbY0d6jWgKo0Wn8N5kDRsGponaErb2s 9VwFFC399E+gbS4iGni1r/DbL1imcfy7ZcJ2bne8Fmi1wCkJmRSnbYfAyzOxb7IQxEgU S/tg== X-Gm-Message-State: AA6/9RmdAoarM86zPkQs337Yb0snxI5hXwzFTmGXzgWG44Kw6VQuZ6jfI4nU2GaojApEbF8qkQQKGFks1LxG+g== X-Received: by 10.36.123.135 with SMTP id q129mr6655465itc.117.1476887815089; Wed, 19 Oct 2016 07:36:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.244.137 with HTTP; Wed, 19 Oct 2016 07:36:34 -0700 (PDT) In-Reply-To: References: From: Stephen Pape Date: Wed, 19 Oct 2016 14:36:00 -0000 Message-ID: Subject: Re: VxWorks Target To: Yao Qi Cc: GDB Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00032.txt.bz2 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=powerpc-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="$noconfigdirs target-libstdc++-v3" ;; Thanks for the reply. -Stephen