From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: gdb-patches@sourceware.org
Cc: Tristan Gingold <gingold@adacore.com>
Subject: [commit] syms_from_objfile: Relativize also MAINLINE
Date: Tue, 05 Jan 2010 16:04:00 -0000 [thread overview]
Message-ID: <20100105160349.GA1277@host0.dyn.jankratochvil.net> (raw)
Hi,
checked-in a part of already approved patch:
[patch 08/15] PIE: Base functionality
http://sourceware.org/ml/gdb-patches/2009-11/msg00175.html
as it is required to have no regression of:
Re: Regression on prelinked-sepdebug-shlibs
http://sourceware.org/ml/gdb-patches/2010-01/msg00076.html
patch fixing a regression of:
Re: [RFA] Make sym_read routines handle separate debug files
http://sourceware.org/ml/gdb-patches/2009-12/msg00117.html
http://sourceware.org/ml/gdb-cvs/2009-12/msg00042.html
ffb64a120e667bad7b2a79c5e617bdea7328f996
No regressions on {x86_64,x86_64-m32,i686}-fedora12-linux-gnu.
I do not fully understand the reasons but the !MAINLINE conditional was there
since initial import(s) of 1999.
Thanks,
Jan
http://sourceware.org/ml/gdb-cvs/2010-01/msg00039.html
--- src/gdb/ChangeLog 2010/01/04 15:06:09 1.11198
+++ src/gdb/ChangeLog 2010/01/05 15:51:01 1.11199
@@ -1,3 +1,7 @@
+2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
+
2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
* features/Makefile (WHICH): Add s390-linux32, s390-linux64,
--- src/gdb/symfile.c 2010/01/01 07:31:42 1.262
+++ src/gdb/symfile.c 2010/01/05 15:51:02 1.263
@@ -799,7 +799,7 @@
We no longer warn if the lowest section is not a text segment (as
happens for the PA64 port. */
- if (!mainline && addrs && addrs->other[0].name)
+ if (addrs && addrs->other[0].name)
{
asection *lower_sect;
asection *sect;
next reply other threads:[~2010-01-05 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-05 16:04 Jan Kratochvil [this message]
2010-01-05 16:12 ` Tristan Gingold
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=20100105160349.GA1277@host0.dyn.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=gingold@adacore.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