From: Daniel Jacobowitz <drow@false.org>
To: Randolph Chung <randolph@tausq.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfa] gdb_mbuild.sh build errors
Date: Tue, 18 May 2004 21:25:00 -0000 [thread overview]
Message-ID: <20040518212519.GB4036@nevyn.them.org> (raw)
In-Reply-To: <20040518050402.GF566@tausq.org>
On Mon, May 17, 2004 at 10:04:02PM -0700, Randolph Chung wrote:
> A few targets don't build correctly with the gdb_mbuild.sh script (using
> i386-linux as the host):
>
> alpha-elf:
> /home/tausq/gdb/gdb/gdb/alpha-tdep.c: In function `alpha_gdbarch_init':
> /home/tausq/gdb/gdb/gdb/alpha-tdep.c:1502: warning: integer constant is too large for "long" type
Got this one, and several others related - we must be using different
host compiler versions if you didn't see similar problems on a lot of
other targets.
> m32r-elf:
> mloop.c: In function `execute':
> mloop.c:115: too few arguments to function
> /home/tausq/gdb/gdb/sim/m32r/model.c: In function `m32r_init_cpu':
> /home/tausq/gdb/gdb/sim/m32r/model.c:4344: `m32rbf_engine_run_full' undeclared (first use in this function)
> /home/tausq/gdb/gdb/sim/m32r/model.c:4344: (Each undeclared identifier is reported only once
> /home/tausq/gdb/gdb/sim/m32r/model.c:4344: for each function it appears in.)
I'm guessing this is just another symptom of the same problem I just
checked in a fix for.
> Index: sim/v850/Makefile.in
> ===================================================================
> RCS file: /cvs/src/src/sim/v850/Makefile.in,v
> retrieving revision 1.7
> diff -u -r1.7 Makefile.in
> --- sim/v850/Makefile.in 16 May 2003 07:11:43 -0000 1.7
> +++ sim/v850/Makefile.in 18 May 2004 05:00:16 -0000
> @@ -124,6 +124,7 @@
> rm -f table.c simops.h gencode
>
> #interp.o: interp.c table.c $(INCLUDE)
> +interp.o: interp.c $(INCLUDE)
> simops.o: simops.c simops.h $(INCLUDE) targ-vals.h
> #table.o: table.c
> semantics.o: $(INCLUDE)
First of all, delete the line above your addition, and the commented
out rule for table.o, please. Secondly please update the copyright
year in the Makefile.
It looks like it needs these years added:
1998, 2001, 2002, 2003, 2004
--
Daniel Jacobowitz
prev parent reply other threads:[~2004-05-18 21:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-18 5:04 Randolph Chung
2004-05-18 21:25 ` Daniel Jacobowitz [this message]
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=20040518212519.GB4036@nevyn.them.org \
--to=drow@false.org \
--cc=gdb-patches@sources.redhat.com \
--cc=randolph@tausq.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