From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2905 invoked by alias); 18 Nov 2002 21:53:38 -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 2884 invoked from network); 18 Nov 2002 21:53:37 -0000 Received: from unknown (HELO dc-mx11.cluster1.charter.net) (209.225.8.21) by sources.redhat.com with SMTP; 18 Nov 2002 21:53:37 -0000 Received: from [66.189.46.2] (HELO platinum.local.) by dc-mx11.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 176472; Mon, 18 Nov 2002 16:53:30 -0500 Date: Mon, 18 Nov 2002 13:53:00 -0000 Subject: Re: [RFA] Handle stack underflow in dbxread.c Content-Type: multipart/mixed; boundary=Apple-Mail-8--780335487 Mime-Version: 1.0 (Apple Message framework v543) Cc: gdb-patches@sources.redhat.com To: Jim Blandy From: Klee Dienes In-Reply-To: Message-Id: <2AAA2FE4-FB40-11D6-84AF-00039396EEB8@apple.com> X-SW-Source: 2002-11/txt/msg00474.txt.bz2 --Apple-Mail-8--780335487 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Content-length: 141 Thanks for the catch. 2002-11-18 Klee Dienes * Makefile.in (buildsym.o): Add dependency for gdb_assert.h. --Apple-Mail-8--780335487 Content-Disposition: attachment; filename=make.txt Content-Transfer-Encoding: 7bit Content-Type: text/plain; x-unix-mode=0644; name="make.txt" Content-length: 994 Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.279 diff -u -r1.279 Makefile.in --- Makefile.in 9 Nov 2002 03:14:11 -0000 1.279 +++ Makefile.in 18 Nov 2002 21:46:15 -0000 @@ -1548,9 +1548,9 @@ $(objfiles_h) $(linespec_h) $(completer_h) $(gdb_h) $(ui_out_h) \ $(cli_script_h) $(gdb_events_h) $(source_h) buildsym.o: buildsym.c $(defs_h) $(bfd_h) $(gdb_obstack_h) $(symtab_h) \ - $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(complaints_h) \ - $(gdb_string_h) $(expression_h) $(language_h) $(bcache_h) \ - $(filenames_h) $(macrotab_h) $(demangle_h) $(buildsym_h) \ + $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(gdb_assert_h) \ + $(complaints_h) $(gdb_string_h) $(expression_h) $(language_h) \ + $(bcache_h) $(filenames_h) $(macrotab_h) $(demangle_h) $(buildsym_h) \ $(stabsread_h) builtin-regs.o: builtin-regs.c $(defs_h) $(builtin_regs_h) $(gdbtypes_h) \ $(gdb_string_h) $(gdb_assert_h) --Apple-Mail-8--780335487 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Content-length: 167 On Monday, November 18, 2002, at 04:02 PM, Jim Blandy wrote: > By the way, buildsym.o now depends on gdb_assert.h. Could you add the > dependency to Makefile.in? --Apple-Mail-8--780335487--