public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: will schmidt <will_schmidt@vnet.ibm.com>
To: Mike Frysinger <vapier@gentoo.org>, gdb-patches@sourceware.org
Subject: Re: [PATCH] sim: ppc: use silent build rules here too
Date: Tue, 02 Nov 2021 18:58:40 -0500	[thread overview]
Message-ID: <1ea9acfe0f21e4b430867d75c8b8529b3a27d197.camel@vnet.ibm.com> (raw)
In-Reply-To: <20211031092705.5744-1-vapier@gentoo.org>

On Sun, 2021-10-31 at 05:27 -0400, Mike Frysinger via Gdb-patches
wrote:
> The ppc codebase is unique and doesn't leverage common/, so have to
> add silent rules to it specifically.

Hi,
  I may have evidence to the contrary.  :-)   I don't see any changes
here or in the recent patches that I can specifically identify as
troublesome, but something seems fishy between sim/ppc/libsim.a and
sim/common/libcommon.a ;      I'm seeing this error during recent build
attempts on ppc64le, sometime since late last week. 


/home/willschm/install/bin/ld:
../sim/ppc/libsim.a(callback.o):(.toc+0x10): undefined reference to
`cb_init_errno_map'
/home/willschm/install/bin/ld:
../sim/ppc/libsim.a(callback.o):(.toc+0x18): undefined reference to
`cb_init_signal_map'
/home/willschm/install/bin/ld:
../sim/ppc/libsim.a(callback.o):(.toc+0x20): undefined reference to
`cb_init_open_map'


The 'missing' symbols appear to be located in sim/common/libcommon.a 

Thanks,
-Will



> ---
>  sim/ppc/Makefile.in | 96 ++++++++++++++++++++++---------------------
> --
>  sim/ppc/dgen.c      |  2 +
>  sim/ppc/igen.c      |  2 +
>  3 files changed, 50 insertions(+), 50 deletions(-)

<snip>



  reply	other threads:[~2021-11-02 23:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-31  9:27 Mike Frysinger
2021-11-02 23:58 ` will schmidt [this message]
2021-11-03  3:07   ` Mike Frysinger
2021-11-03 15:38     ` will schmidt
2021-11-03 23:47       ` [PATCH 1/2] sim: ppc: switch to common builds for callback objects Mike Frysinger
2021-11-03 23:47         ` [PATCH 2/2] sim: ppc: inline common sim-fpu.c logic Mike Frysinger
2021-11-03 23:48       ` [PATCH] sim: ppc: use silent build rules here too Mike Frysinger
2021-11-03 16:55     ` will schmidt

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=1ea9acfe0f21e4b430867d75c8b8529b3a27d197.camel@vnet.ibm.com \
    --to=will_schmidt@vnet.ibm.com \
    --cc=gdb-patches@sourceware.org \
    --cc=vapier@gentoo.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).