This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build/2361: gdb 6.7 solib-irix.c: implicit declaration `solib_add'


>Number:         2361
>Category:       build
>Synopsis:       gdb 6.7 solib-irix.c: implicit declaration `solib_add'
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 19 02:18:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     gary@intrepid.com
>Release:        gdb-6.7.1
>Organization:
>Environment:

>Description:
Attempt to build gdb 6.7 on SGI Irix 6.5 system fails:

gcc -c -g -O2    -I. -I.././gdb -I.././gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I.././gdb/../include/opcode -I.././gdb/../readline/.. -I../bfd -I.././gdb/../bfd -I.././gdb/../include -I./../intl  -DMI_OUT=1 -DTUI=1  -Wall -Wpointer-arith -Wformat-nonliteral -Wno-unused -Wno-switch -Wno-char-subscripts -Werror solib-irix.c
solib-irix.c: In function `irix_solib_create_inferior_hook':
solib-irix.c:458: warning: implicit declaration of function `solib_add'

(gcc version is 3.3)

Comparing this 6.7 version of solib-irix.c against the CVS version:

35a36,38
> #include "solib.h"
> #include "solib-irix.h"
> 

It appears that a new file solib-irix.h was added.

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]