From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3496 invoked by alias); 8 Jan 2004 18:04:07 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3488 invoked from network); 8 Jan 2004 18:04:05 -0000 Received: from unknown (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sources.redhat.com with SMTP; 8 Jan 2004 18:04:05 -0000 Received: from hiauly1.hia.nrc.ca (hiauly1.hia.nrc.ca [127.0.0.1] (may be forged)) by hiauly1.hia.nrc.ca (8.12.9-20030917/8.12.9) with ESMTP id i08I3vIc025832; Thu, 8 Jan 2004 13:03:57 -0500 (EST) Received: (from dave@localhost) by hiauly1.hia.nrc.ca (8.12.9-20030917/8.12.9/Submit) id i08I3u0x025831; Thu, 8 Jan 2004 13:03:56 -0500 (EST) Date: Thu, 08 Jan 2004 18:04:00 -0000 From: John David Anglin To: Michael Elizabeth Chastain Cc: gdb@sources.redhat.com, brobecker@act-europe.fr Subject: Re: Proposal: obsolete target hppa*-hp-hpux10.* Message-ID: <20040108180355.GB25693@hiauly1.hia.nrc.ca> References: <20040108025031.4FA984B35A@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040108025031.4FA984B35A@berman.michael-chastain.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-01/txt/msg00090.txt.bz2 On Wed, Jan 07, 2004 at 09:50:31PM -0500, Michael Elizabeth Chastain wrote: > I propose to obsolete this target in gdb 6.1 and remove it in gdb 6.2: > > hppa*-hp-hpux10.* > > This does not include hppa*-hp-hpux11.*, which has active development. > > Reasons for removing this configuration: > > . gdb 6.0 does not build on this configuration. I downloaded yesterdays CVS source for gdb and built it under hppa1.1-hp-hpux10.20. I configured it as follows: ../src/configure --build=hppa1.1-hp-hpux10.20 --host=hppa1.1-hp-hpux10.20 --pref ix=/usr/local --with-included-regex --disable-nls Since I don't have an assignment for gdb, I'll just say that the only change necessary was to delete "NUM_REGS" from line hpux-thread.c:221. I suspect that there may be regmap issues with the 64-bit hpux port, which has a different number of registers, but that's an HP-UX 11 issue. I saw the following warnings from the gdb portion of the build: gcc -c -g -O2 -D__HP_CURSES -Dvfork=fork -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/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 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral ../../src/gdb/valprint.c ../../src/gdb/valprint.c: In function `print_longest': ../../src/gdb/valprint.c:331: warning: format not a string literal, argument types not checked ../../src/gdb/valprint.c:340: warning: format not a string literal, argument types not checked ../../src/gdb/valprint.c:346: warning: format not a string literal, argument types not checked ../../src/gdb/valprint.c:349: warning: format not a string literal, argument types not checked ../../src/gdb/valprint.c:352: warning: format not a string literal, argument types not checked ../../src/gdb/valprint.c:355: warning: format not a string literal, argument types not checked ../../src/gdb/valprint.c:358: warning: format not a string literal, argument types not checked gcc -c -g -O2 -D__HP_CURSES -Dvfork=fork -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/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 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral ../../src/gdb/printcmd.c ../../src/gdb/printcmd.c: In function `printf_command': ../../src/gdb/printcmd.c:1965: warning: format not a string literal, argument types not checked ../../src/gdb/printcmd.c:1971: warning: format not a string literal, argument types not checked ../../src/gdb/printcmd.c:1978: warning: format not a string literal, argument types not checked ../../src/gdb/printcmd.c:1988: warning: format not a string literal, argument types not checked gcc -c -g -O2 -D__HP_CURSES -Dvfork=fork -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/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 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral ../../src/gdb/hppa-tdep.c ../../src/gdb/hppa-tdep.c: In function `hppa_frame_saved_pc': ../../src/gdb/hppa-tdep.c:1072: warning: implicit declaration of function `hppa32_hpux_frame_saved_pc_in_sigtramp' ../../src/gdb/hppa-tdep.c: In function `hppa_frame_chain': ../../src/gdb/hppa-tdep.c:1326: warning: implicit declaration of function `hppa32_hpux_frame_base_before_sigtramp' ../../src/gdb/hppa-tdep.c:1271: warning: `u' might be used uninitialized in this function ../../src/gdb/hppa-tdep.c: In function `pa_register_look_aside': ../../src/gdb/hppa-tdep.c:2834: warning: format not a string literal and no form at arguments ../../src/gdb/hppa-tdep.c: In function `hppa_frame_find_saved_regs': ../../src/gdb/hppa-tdep.c:4045: warning: implicit declaration of function `hppa32_hpux_frame_find_saved_regs_in_sigtramp' ../../src/gdb/hppa-tdep.c:4149: warning: integer constant is too large for "long " type gcc -c -g -O2 -D__HP_CURSES -Dvfork=fork -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/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 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral ../../src/gdb/hppah-nat.c ../../src/gdb/hppah-nat.c: In function `store_inferior_registers': ../../src/gdb/hppah-nat.c:199: warning: format not a string literal and no format arguments ../../src/gdb/hppah-nat.c: In function `fetch_register': ../../src/gdb/hppah-nat.c:277: warning: format not a string literal and no format arguments gcc -c -g -O2 -D__HP_CURSES -Dvfork=fork -I. -I../../src/gdb -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/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 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -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_fetch_registers': ../../src/gdb/hpux-thread.c:294: warning: implicit declaration of function `memset' ../../src/gdb/hpux-thread.c: In function `hpux_thread_store_registers': ../../src/gdb/hpux-thread.c:363: warning: cast to pointer from integer of different size Dave