From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4312 invoked by alias); 29 Jul 2010 19:40:38 -0000 Received: (qmail 4290 invoked by uid 48); 29 Jul 2010 19:40:38 -0000 Date: Thu, 29 Jul 2010 19:40:00 -0000 Message-ID: <20100729194038.4289.qmail@sourceware.org> From: "danglin at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20031007181800.8516.dave.anglin@nrc-cnrc.gc.ca> References: <20031007181800.8516.dave.anglin@nrc-cnrc.gc.ca> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug build/8516] Build of gdb-6.0 on hppa1.1-hp-hpux10.20 fails X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00127.txt.bz2 ------- Additional Comments From danglin at gcc dot gnu dot org 2010-07-29 19:40 ------- Current status is: gcc -g -O2 -I. -I../../src/gdb -I../../src/gdb/common -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../src/gdb/../opcodes/.. -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd -I../../src/gdb/../include -I../libdecnumber -I../../src/gdb/../libdecnumber -I../../src/gdb/gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o hpux-thread.o -MT hpux-thread.o -MMD -MP -MF .deps/hpux-thread.Tpo -I../../src/gdb/osf-share -I../../src/gdb/osf-share/HP800 \ -I/usr/include/dce ../../src/gdb/hpux-thread.c ../../src/gdb/hpux-thread.c: In function 'hpux_thread_store_registers': ../../src/gdb/hpux-thread.c:349: warning: passing argument 1 of 'deprecated_child_ops.to_store_registers' from incompatible pointer type ../../src/gdb/hpux-thread.c:349: note: expected 'struct target_ops *' but argument is of type 'struct regcache *' ../../src/gdb/hpux-thread.c:349: warning: passing argument 2 of 'deprecated_child_ops.to_store_registers' makes pointer from integer without a cast ../../src/gdb/hpux-thread.c:349: note: expected 'struct regcache *' but argument is of type 'int' ../../src/gdb/hpux-thread.c:349: error: too few arguments to function 'deprecated_child_ops.to_store_registers' ../../src/gdb/hpux-thread.c: In function 'init_hpux_thread_ops': ../../src/gdb/hpux-thread.c:551: warning: assignment from incompatible pointer type ../../src/gdb/hpux-thread.c:563: warning: assignment from incompatible pointer type make[2]: *** [hpux-thread.o] Error 1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=8516 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.