From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25300 invoked by alias); 15 Apr 2002 05:43:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25293 invoked from network); 15 Apr 2002 05:43:17 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 15 Apr 2002 05:43:17 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E4F713CFC; Mon, 15 Apr 2002 01:43:18 -0400 (EDT) Message-ID: <3CBA6876.6070409@cygnus.com> Date: Sun, 14 Apr 2002 22:43:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com, law@cygnus.com, Tom Tromey Subject: Re: [patch/5.2] (hopefully) Handle HP/UX -Ae References: <3CBA567B.2030007@cygnus.com> <3CBA6308.6030201@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00530.txt.bz2 > bcache.c doesn't compile. > > HP/UX: 5; GDB 1 well .. $ TMPDIR=/var/tmp make rm -f gdb cc -Ae -g -D__HP_CURSES -Dvfork=fork -o gdb \ main.o libgdb.a cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-disas.o mi-main.o mi-parse.o mi-getopt.o ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ./../intl/libintl.a ../libiberty/libiberty.a -lHcurses -lm ../libiberty/libiberty.a \ /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (main.o) was detected. The linked output may not run on a PA 1.x system. pxdb: internal error. File won't be debuggable (still a valid executable) HP/UX 10.20: 5; GDB 2! Andrew