From: Andrew STUBBS <andrew.stubbs@st.com>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Fix dependency
Date: Mon, 07 Nov 2005 15:06:00 -0000 [thread overview]
Message-ID: <436F6ABF.4030306@st.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
I forgot to update the dependencies for my fix to the union comparison
in the TUI. It isn't exactly the end of the world but probably ought to
be sorted out.
The attached patch should address the issue.
Is this OK on both mainline and 6.4?
Thanks
Andrew Stubbs
[-- Attachment #2: deps.patch --]
[-- Type: text/plain, Size: 750 bytes --]
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
* Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies.
Index: src/gdb/Makefile.in
===================================================================
--- src.orig/gdb/Makefile.in 2005-11-07 14:26:39.000000000 +0000
+++ src/gdb/Makefile.in 2005-11-07 14:50:50.000000000 +0000
@@ -3139,7 +3139,7 @@ tui-winsource.o: $(srcdir)/tui/tui-winso
$(frame_h) $(breakpoint_h) $(value_h) $(source_h) $(tui_h) \
$(tui_data_h) $(tui_stack_h) $(tui_win_h) $(tui_wingeneral_h) \
$(tui_winsource_h) $(tui_source_h) $(tui_disasm_h) $(gdb_string_h) \
- $(gdb_curses_h)
+ $(gdb_curses_h) $(gdb_assert_h)
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-winsource.c
### end of the gdb Makefile.in.
next reply other threads:[~2005-11-07 14:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-07 15:06 Andrew STUBBS [this message]
2005-11-07 15:21 ` Daniel Jacobowitz
2005-11-07 19:07 ` Andrew STUBBS
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=436F6ABF.4030306@st.com \
--to=andrew.stubbs@st.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox