public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* frv-tdep.c won't compile, (and no maintainer?)
@ 2003-07-16  1:11 Doug Evans
  2003-07-16 23:31 ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: Doug Evans @ 2003-07-16  1:11 UTC (permalink / raw)
  To: gdb

With current gdb sources I'm getting this.
target=frv-elf

Is it on anyone's plate to fix this?
I don't see the frv listed in MAINTAINERS.

gcc -c -g -O2    -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/samantha/gnu-pure/rel/share/locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd  -I../../src/gdb/../include -I../intl -I../../src/gdb/../intl  -DMI_OUT=1 -DGDBTK -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  ../../src/gdb/frv-tdep.c
../../src/gdb/frv-tdep.c:38: parse error before "stupid_useless_init_extra_frame_info"
../../src/gdb/frv-tdep.c:38: warning: type defaults to `int' in declaration of `stupid_useless_init_extra_frame_info'
../../src/gdb/frv-tdep.c:38: warning: data definition has no type or storage class
../../src/gdb/frv-tdep.c:39: parse error before "frv_push_arguments"
../../src/gdb/frv-tdep.c:39: warning: type defaults to `int' in declaration of `frv_push_arguments'
../../src/gdb/frv-tdep.c:39: warning: data definition has no type or storage class
../../src/gdb/frv-tdep.c:40: parse error before "frv_saved_pc_after_call"
../../src/gdb/frv-tdep.c:40: warning: type defaults to `int' in declaration of `frv_saved_pc_after_call'
../../src/gdb/frv-tdep.c:40: warning: data definition has no type or storage class
../../src/gdb/frv-tdep.c: In function `new_variant':
../../src/gdb/frv-tdep.c:145: warning: implicit declaration of function `memset'
../../src/gdb/frv-tdep.c: In function `frv_frame_chain':
../../src/gdb/frv-tdep.c:276: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:276: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:277: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:280: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c: In function `frv_frame_saved_pc':
../../src/gdb/frv-tdep.c:288: warning: implicit declaration of function `frv_frame_init_saved_regs'
../../src/gdb/frv-tdep.c:292: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:292: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:293: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:297: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:298: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:304: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:309: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c: In function `frv_analyze_prologue':
../../src/gdb/frv-tdep.c:394: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:662: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:675: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:675: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:678: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c: At top level:
../../src/gdb/frv-tdep.c:719: warning: `frv_frame_init_saved_regs' was declared implicitly `extern' and later `static'
../../src/gdb/frv-tdep.c:288: warning: previous declaration of `frv_frame_init_saved_regs'
../../src/gdb/frv-tdep.c:719: warning: type mismatch with previous implicit declaration
../../src/gdb/frv-tdep.c:288: warning: previous implicit declaration of `frv_frame_init_saved_regs'
../../src/gdb/frv-tdep.c:719: warning: `frv_frame_init_saved_regs' was previously implicitly declared to return `int'
../../src/gdb/frv-tdep.c: In function `frv_frame_init_saved_regs':
../../src/gdb/frv-tdep.c:720: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:724: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:724: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:731: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c: In function `frv_extract_return_value':
../../src/gdb/frv-tdep.c:739: warning: implicit declaration of function `memcpy'
../../src/gdb/frv-tdep.c: At top level:
../../src/gdb/frv-tdep.c:766: `frv_saved_pc_after_call' redeclared as different kind of symbol
../../src/gdb/frv-tdep.c:40: previous declaration of `frv_saved_pc_after_call'
../../src/gdb/frv-tdep.c:766: warning: `frv_saved_pc_after_call' was declared `extern' and later `static'
../../src/gdb/frv-tdep.c: In function `frv_init_extra_frame_info':
../../src/gdb/frv-tdep.c:774: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:775: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c: At top level:
../../src/gdb/frv-tdep.c:784: `frv_push_arguments' redeclared as different kind of symbol
../../src/gdb/frv-tdep.c:39: previous declaration of `frv_push_arguments'
../../src/gdb/frv-tdep.c:784: warning: `frv_push_arguments' was declared `extern' and later `static'
../../src/gdb/frv-tdep.c: In function `frv_pop_frame_regular':
../../src/gdb/frv-tdep.c:904: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:911: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:916: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c:919: dereferencing pointer to incomplete type
../../src/gdb/frv-tdep.c: In function `frv_check_watch_resources':
../../src/gdb/frv-tdep.c:942: warning: implicit declaration of function `strcmp'
../../src/gdb/frv-tdep.c: In function `frv_gdbarch_init':
../../src/gdb/frv-tdep.c:1093: warning: passing arg 2 of `set_gdbarch_remote_translate_xfer_address' from incompatible pointer type
make: *** [frv-tdep.o] Error 1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: frv-tdep.c won't compile, (and no maintainer?)
  2003-07-16  1:11 frv-tdep.c won't compile, (and no maintainer?) Doug Evans
@ 2003-07-16 23:31 ` Andrew Cagney
  2003-07-16 23:57   ` Doug Evans
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cagney @ 2003-07-16 23:31 UTC (permalink / raw)
  To: Doug Evans; +Cc: gdb

> With current gdb sources I'm getting this.
> target=frv-elf

> Is it on anyone's plate to fix this?
> I don't see the frv listed in MAINTAINERS.

Why are you trying to build the frv?

It's contribution hit a road block that has only just been resolved
http://sources.redhat.com/ml/gdb-patches/2003-06/msg00125.html).

Andrew


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: frv-tdep.c won't compile, (and no maintainer?)
  2003-07-16 23:31 ` Andrew Cagney
@ 2003-07-16 23:57   ` Doug Evans
  2003-07-17  2:17     ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: Doug Evans @ 2003-07-16 23:57 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb

Andrew Cagney writes:
 > > With current gdb sources I'm getting this.
 > > target=frv-elf
 > 
 > > Is it on anyone's plate to fix this?
 > > I don't see the frv listed in MAINTAINERS.
 > 
 > Why are you trying to build the frv?
 > 
 > It's contribution hit a road block that has only just been resolved
 > http://sources.redhat.com/ml/gdb-patches/2003-06/msg00125.html).

I don't see how that relates to frv-tdep.c.

If redhat has a working version of frv-tdep.c in its internal tree
then great - there's no point in investing some time fixing what's
on sources.  Does it?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: frv-tdep.c won't compile, (and no maintainer?)
  2003-07-16 23:57   ` Doug Evans
@ 2003-07-17  2:17     ` Andrew Cagney
  2003-07-17 15:51       ` Doug Evans
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cagney @ 2003-07-17  2:17 UTC (permalink / raw)
  To: Doug Evans; +Cc: gdb

> Andrew Cagney writes:
>  > > With current gdb sources I'm getting this.
>  > > target=frv-elf
>  > 
>  > > Is it on anyone's plate to fix this?
>  > > I don't see the frv listed in MAINTAINERS.
>  > 
>  > Why are you trying to build the frv?

So why are you trying to build the frv?

>  > It's contribution hit a road block that has only just been resolved
>  > http://sources.redhat.com/ml/gdb-patches/2003-06/msg00125.html).
> 
> I don't see how that relates to frv-tdep.c.

The contribution isn't complete so there has never been an expectation 
that it will build.

Andrew


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: frv-tdep.c won't compile, (and no maintainer?)
  2003-07-17  2:17     ` Andrew Cagney
@ 2003-07-17 15:51       ` Doug Evans
  2003-07-17 16:43         ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: Doug Evans @ 2003-07-17 15:51 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb

Andrew Cagney writes:
 > >  > Why are you trying to build the frv?
 > 
 > So why are you trying to build the frv?

[The lights go out.  Bam.  Windows get shattered, several helicopters
buzz overhead, and men in full swat gear bust in.  "Ok, whose been trying
to build the frv port?"]

Heh.

I wanted to study it.  OOC, why do you ask?

 > The contribution isn't complete so there has never been an expectation 
 > that it will build.

Interesting.

What's the schedule for completing the installation into the FSF tree?
There's no a priori point in multiple people spending time on the same
thing, especially if one is being paid to and one is not.
[which is why I posted in the first place]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: frv-tdep.c won't compile, (and no maintainer?)
  2003-07-17 15:51       ` Doug Evans
@ 2003-07-17 16:43         ` Andrew Cagney
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Cagney @ 2003-07-17 16:43 UTC (permalink / raw)
  To: Doug Evans; +Cc: gdb

> Andrew Cagney writes:
>  > >  > Why are you trying to build the frv?
>  > 
>  > So why are you trying to build the frv?
> 
> [The lights go out.  Bam.  Windows get shattered, several helicopters
> buzz overhead, and men in full swat gear bust in.  "Ok, whose been trying
> to build the frv port?"]
> 
> Heh.
> 
> I wanted to study it.  OOC, why do you ask?

Because it makes for a very strange thing to do (you noted its absence 
from the MAINTAINERS file).

>  > The contribution isn't complete so there has never been an expectation 
>  > that it will build.


> 
> What's the schedule for completing the installation into the FSF tree?

Schedule?





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-07-17 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-16  1:11 frv-tdep.c won't compile, (and no maintainer?) Doug Evans
2003-07-16 23:31 ` Andrew Cagney
2003-07-16 23:57   ` Doug Evans
2003-07-17  2:17     ` Andrew Cagney
2003-07-17 15:51       ` Doug Evans
2003-07-17 16:43         ` Andrew Cagney

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).