From: Klee Dienes <klee@apple.com>
To: Jim Blandy <jimb@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] Handle stack underflow in dbxread.c
Date: Mon, 18 Nov 2002 13:53:00 -0000 [thread overview]
Message-ID: <2AAA2FE4-FB40-11D6-84AF-00039396EEB8@apple.com> (raw)
In-Reply-To: <vt2bs4mlhgj.fsf@zenia.red-bean.com>
[-- Attachment #1: Type: text/plain, Size: 141 bytes --]
Thanks for the catch.
2002-11-18 Klee Dienes <kdienes@apple.com>
* Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
[-- Attachment #2: make.txt --]
[-- Type: text/plain, Size: 994 bytes --]
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)
[-- Attachment #3: Type: text/plain, Size: 167 bytes --]
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?
prev parent reply other threads:[~2002-11-18 21:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-15 1:02 Klee Dienes
2002-11-15 12:18 ` Jim Blandy
2002-11-15 13:19 ` Klee Dienes
2002-11-18 9:57 ` Jim Blandy
2002-11-18 11:16 ` Klee Dienes
2002-11-18 12:42 ` Andrew Cagney
2002-11-18 13:06 ` Klee Dienes
2002-11-18 13:18 ` Andrew Cagney
2002-11-18 13:43 ` Klee Dienes
2002-11-18 13:18 ` Jim Blandy
2002-11-18 13:53 ` Klee Dienes [this message]
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=2AAA2FE4-FB40-11D6-84AF-00039396EEB8@apple.com \
--to=klee@apple.com \
--cc=gdb-patches@sources.redhat.com \
--cc=jimb@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