* bugfix gdb5.0/insight5.0
@ 2001-12-07 1:20 Jan Van Belle, Jan_VAN_BELLE/BE/ALCATEL
2001-12-07 6:38 ` Grant Edwards
0 siblings, 1 reply; 2+ messages in thread
From: Jan Van Belle, Jan_VAN_BELLE/BE/ALCATEL @ 2001-12-07 1:20 UTC (permalink / raw)
To: gdb
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
Hello all,
for those compiling for target arm-elf, I have a small bugfix at
compile-time.
remove: struct tm lt;
in two functions. (openLog() and closeLog() or something. It are the
first two functions in the file).
in file: xxx/xxx5.0/gdb/rdi-share/devsw.c
Otherwise I got: struct tm : size not known.
struct tm is declared in the two functions but not called in any way...
Regards,
Jan
[-- Attachment #2: Card for Jan Van Belle --]
[-- Type: text/x-vcard, Size: 296 bytes --]
begin:vcard
n:Van Belle;Jan
tel;work:+32 3 4503297
x-mozilla-html:FALSE
org:Alcatel Telecom;Broadband Networking Division
version:2.1
email;internet:Jan.Van_Belle@alcatel.be
adr;quoted-printable:;;de Villermontstraat 38B=0D=0AB2550 Kontich;;;;Belgium
x-mozilla-cpt:;2
fn:Jan Van Belle
end:vcard
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bugfix gdb5.0/insight5.0
2001-12-07 1:20 bugfix gdb5.0/insight5.0 Jan Van Belle, Jan_VAN_BELLE/BE/ALCATEL
@ 2001-12-07 6:38 ` Grant Edwards
0 siblings, 0 replies; 2+ messages in thread
From: Grant Edwards @ 2001-12-07 6:38 UTC (permalink / raw)
To: Jan Van Belle, Jan_VAN_BELLE/BE/ALCATEL; +Cc: gdb
On Fri, Dec 07, 2001 at 10:21:30AM +0100, Jan Van Belle wrote:
> for those compiling for target arm-elf, I have a small bugfix at
> compile-time.
>
> remove: struct tm lt;
>
> in two functions. (openLog() and closeLog() or something. It are the
> first two functions in the file).
>
> in file: xxx/xxx5.0/gdb/rdi-share/devsw.c
>
> Otherwise I got: struct tm : size not known.
> struct tm is declared in the two functions but not called in any way...
I see time.h was included a while back to get rid of the
warning, but it looks like Mr. Van Belle is right, the stuct is
never used, so both the declaration and the include of time.h
should be removed.
--
Grant Edwards
grante@visi.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-12-07 14:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-07 1:20 bugfix gdb5.0/insight5.0 Jan Van Belle, Jan_VAN_BELLE/BE/ALCATEL
2001-12-07 6:38 ` Grant Edwards
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox