public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* add_setshow_cmd_full static change breaks build
@ 2004-08-05 13:07 Phil Edwards
  2004-08-05 13:21 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Edwards @ 2004-08-05 13:07 UTC (permalink / raw)
  To: gdb, cagney

I'm about three days behind CVS HEAD, but in case it hasn't already been
reported, this change

    2004-07-28  Andrew Cagney  <cagney@gnu.org>

        * cli/cli-decode.c (add_setshow_cmd): Delete function.
        (add_setshow_cmd_full): Make static.

causes problems:

rm -f gdb
gcc -g -O2       \
        -o gdb gdb.o libgdb.a \
        rdi-share/libangsd.a  ../sim/arm/libsim.a ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a
+../libiberty/libiberty.a     -ltermcap -lm  ../libiberty/libiberty.a  -ldl -rdynamic
rdi-share/libangsd.a(hsys.o)(.text+0x12c1): In function `HandleSysMessage':
/home/pme/src/csl-arm-unified/gdb/rdi-share/hsys.c:830: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
libgdb.a(arm-tdep.o)(.text+0x33bb): In function `_initialize_arm_tdep':
/home/pme/src/csl-arm-unified/gdb/arm-tdep.c:2944: undefined reference to `add_setshow_cmd_full'
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1

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

* Re: add_setshow_cmd_full static change breaks build
  2004-08-05 13:07 add_setshow_cmd_full static change breaks build Phil Edwards
@ 2004-08-05 13:21 ` Andrew Cagney
  2004-08-05 13:42   ` Phil Edwards
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2004-08-05 13:21 UTC (permalink / raw)
  To: Phil Edwards; +Cc: gdb

> I'm about three days behind CVS HEAD, but in case it hasn't already been
> reported, this change

It was fixed 1/8.  I got a similar looking e-mail from a broken build 
bot this morning :-(

Andrew



>     2004-07-28  Andrew Cagney  <cagney@gnu.org>
> 
>         * cli/cli-decode.c (add_setshow_cmd): Delete function.
>         (add_setshow_cmd_full): Make static.
> 
> causes problems:
> 
> rm -f gdb
> gcc -g -O2       \
>         -o gdb gdb.o libgdb.a \
>         rdi-share/libangsd.a  ../sim/arm/libsim.a ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a
> +../libiberty/libiberty.a     -ltermcap -lm  ../libiberty/libiberty.a  -ldl -rdynamic
> rdi-share/libangsd.a(hsys.o)(.text+0x12c1): In function `HandleSysMessage':
> /home/pme/src/csl-arm-unified/gdb/rdi-share/hsys.c:830: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
> libgdb.a(arm-tdep.o)(.text+0x33bb): In function `_initialize_arm_tdep':
> /home/pme/src/csl-arm-unified/gdb/arm-tdep.c:2944: undefined reference to `add_setshow_cmd_full'
> collect2: ld returned 1 exit status
> make[1]: *** [gdb] Error 1



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

* Re: add_setshow_cmd_full static change breaks build
  2004-08-05 13:21 ` Andrew Cagney
@ 2004-08-05 13:42   ` Phil Edwards
  0 siblings, 0 replies; 3+ messages in thread
From: Phil Edwards @ 2004-08-05 13:42 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb

On Thu, Aug 05, 2004 at 09:20:59AM -0400, Andrew Cagney wrote:
> >I'm about three days behind CVS HEAD, but in case it hasn't already been
> >reported, this change
> 
> It was fixed 1/8.  I got a similar looking e-mail from a broken build 
> bot this morning :-(

Not broken, just well overloaded.

Good to hear it's fixed, cheers!


-phil

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

end of thread, other threads:[~2004-08-05 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-05 13:07 add_setshow_cmd_full static change breaks build Phil Edwards
2004-08-05 13:21 ` Andrew Cagney
2004-08-05 13:42   ` Phil Edwards

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