From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18085 invoked by alias); 12 Jun 2003 14:26:40 -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 18038 invoked from network); 12 Jun 2003 14:26:39 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 12 Jun 2003 14:26:39 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 25C2B2B63; Thu, 12 Jun 2003 10:26:36 -0400 (EDT) Message-ID: <3EE88D9C.3040300@redhat.com> Date: Thu, 12 Jun 2003 14:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Schwab Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] Fix tui compilation References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00415.txt.bz2 Did you check this in? If not, please do. > 2003-06-10 Andreas Schwab > > * Makefile.in (tuiDisassem.o): Update dependencies. > > --- gdb/Makefile.in.~1.395.~ 2003-06-09 22:53:37.000000000 +0200 > +++ gdb/Makefile.in 2003-06-10 00:14:42.000000000 +0200 > @@ -2693,7 +2693,7 @@ tuiDataWin.o: $(srcdir)/tui/tuiDataWin.c > tuiDisassem.o: $(srcdir)/tui/tuiDisassem.c $(config_h) $(defs_h) $(symtab_h) \ > $(breakpoint_h) $(frame_h) $(value_h) $(tui_h) $(tuiData_h) \ > $(tuiWin_h) $(tuiLayout_h) $(tuiSourceWin_h) $(tuiStack_h) \ > - $(tui_file_h) > + $(tui_file_h) $(disasm_h) > $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tuiDisassem.c > tuiGeneralWin.o: $(srcdir)/tui/tuiGeneralWin.c $(config_h) $(defs_h) \ > $(tui_h) $(tuiData_h) $(tuiGeneralWin_h) $(tuiWin_h) > > 2003-06-10 Andreas Schwab > > * tuiSource.c (tuiVerticalSourceScroll): Use get_frame_pc. > * tuiSourceWin.c (tuiHorizontalSourceScroll): Likewise. > * tuiStack.c (tui_get_function_from_frame): Likewise. > (tuiShowFrameInfo): Likewise. > * tuiWin.c (_makeVisibleWithNewHeight): Likewise. > * tui-hooks.c (tui_selected_frame_level_changed_hook): Likewise. > * tuiDisassem.c (tuiVerticalDisassemScroll): Likewise. > Include "disasm.h".