From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69891 invoked by alias); 24 Nov 2017 12:49:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 64116 invoked by uid 89); 24 Nov 2017 12:49:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=3073 X-HELO: mail-qt0-f171.google.com Received: from mail-qt0-f171.google.com (HELO mail-qt0-f171.google.com) (209.85.216.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Nov 2017 12:49:03 +0000 Received: by mail-qt0-f171.google.com with SMTP id w10so19316580qtb.10 for ; Fri, 24 Nov 2017 04:49:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=QxdqgSm7KRR3XV6Q+Ni9rMzfY7S3fpoQi7DNrma4i10=; b=CB0Y6KYtpcs8mhcMbfbY9daA+2SA9Frr+KpnAE1e2kub2lFRDjqheUD+fiRXscyuFC mDdLlAoZAnBcwgrs29bT43uM0J6l/kiuNwrBihkZCGBAVlqZVW+TPHJD5u3HDTViNf8E Z78H9Jgvoiiz0gBCZ1AeX1l3a0+RvdAmfPuNfu6f34RdcEgvcgVcMBG9j8GxYAhYK7vi huShZUkFqfcGCGmbDALyRAVHmCArCdqwGkLc1XpcSKDjFQJo+dpr776j3fq/Gya93ibb iMMkT0AgzRKa5gI1zNjwORI+mO5LTfB6zkwUTD7pjSIjmo/bbkSWkR/FI5KEnBsL1PrB Al+Q== X-Gm-Message-State: AJaThX7B2lZsuPefTrSQ8qfo5Cnn7As+jcEbrU8NHDli8Yt7VEwdVs0s k3s1Q8IoPv7fm6zdr+r1B+FS35rtvkrzuCVIRXvmvQ== X-Google-Smtp-Source: AGs4zMaCppqZEHjF0LGLmnS2yPYWPWEZ6pFdBHlK+4zeDfy0VLXKSx+P/Mqxr0ACax04XkmclV6gpkSIzfxrlgy4XZQ= X-Received: by 10.200.50.39 with SMTP id x36mr47782997qta.255.1511527741398; Fri, 24 Nov 2017 04:49:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.153.208 with HTTP; Fri, 24 Nov 2017 04:49:00 -0800 (PST) In-Reply-To: <20992757-30DB-41BE-AFBE-5EDB3CE8C5BE@arm.com> References: <86h8ugyenj.fsf@gmail.com> <8EE70574-8937-414B-9903-0E427D388B07@arm.com> <86a7zzwrs5.fsf@gmail.com> <86zi7eqps4.fsf@gmail.com> <20171123175034.GJ318@1170ee0b50d5> <20992757-30DB-41BE-AFBE-5EDB3CE8C5BE@arm.com> From: Yao Qi Date: Fri, 24 Nov 2017 12:49:00 -0000 Message-ID: Subject: Re: [PATCH 3/4] Use flexible target descriptors for aarch64 To: Alan Hayward Cc: "gdb-patches@sourceware.org" , nd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00595.txt.bz2 On Fri, Nov 24, 2017 at 11:34 AM, Alan Hayward wrote: > > > All 4 Patches pushed. > They break aarch64-elf build. aarch64-tdep.o: In function `aarch64_read_description()': binutils-gdb/gdb/aarch64-tdep.c:2837: undefined reference to `aarch64_create_target_description()' binutils-gdb/gdb/aarch64-tdep.c:2837: undefined reference to `aarch64_create_target_description()' aarch64-tdep.o: In function `_initialize_aarch64_tdep()': binutils-gdb/gdb/aarch64-tdep.c:3073: undefined reference to `aarch64_create_target_description()' collect2: error: ld returned 1 exit status https://ci.linaro.org/job/tcwg-binutils/4251/ --=20 Yao (=E9=BD=90=E5=B0=A7)