From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8676 invoked by alias); 20 Apr 2007 12:20:20 -0000 Received: (qmail 8668 invoked by uid 22791); 20 Apr 2007 12:20:20 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 20 Apr 2007 13:20:18 +0100 Received: (qmail 28717 invoked from network); 20 Apr 2007 12:17:15 -0000 Received: from unknown (HELO ?10.0.0.2?) (shinwell@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Apr 2007 12:17:15 -0000 Message-ID: <4628AFF9.8080700@codesourcery.com> Date: Fri, 20 Apr 2007 23:33:00 -0000 From: Mark Shinwell User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Andreas Schwab CC: gdb-patches@sourceware.org Subject: Re: Debugging of signal handlers on m68k targets References: <4627E7F5.2020706@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00302.txt.bz2 Andreas Schwab wrote: >> === gdb/Makefile.in >> ================================================================== >> --- gdb/Makefile.in (revision 169301) >> +++ gdb/Makefile.in (local) >> @@ -2285,7 +2285,7 @@ >> $(floatformat_h) $(frame_h) $(target_h) $(gdb_string_h) \ >> $(gdbtypes_h) $(osabi_h) $(regcache_h) $(objfiles_h) $(symtab_h) \ >> $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h) $(glibc_tdep_h) \ >> - $(solib_svr4_h) >> + $(solib_svr4_h) $(observer_h) $(elf_common_h) > > You'll also need to add $(auxv_h). Ah yes. I've fixed that and committed the patch (I'm afraid I accidentally applied the ChangeLog entry to src/ChangeLog instead of src/gdb/ChangeLog, but it is fixed now). Thanks, Mark