From: Luis Machado <lgustavo@codesourcery.com>
To: Samuel Bronson <naesten@gmail.com>
Cc: "'gdb-patches@sourceware.org'" <gdb-patches@sourceware.org>
Subject: Re: [PATCH] Fix gdb.base/code_elim.exp failures for PowerPC 32-bit
Date: Tue, 08 Jul 2014 05:48:00 -0000 [thread overview]
Message-ID: <53BB8603.6050201@codesourcery.com> (raw)
In-Reply-To: <87k37ok45r.fsf@naesten.mooo.com>
On 07/08/2014 02:52 AM, Samuel Bronson wrote:
> Luis Machado <lgustavo@codesourcery.com> writes:
>
>> For PowerPC 32-bit though, the small initialized global int variable
>> is sent to the .sdata section as an optimization. Since there is no
>> more data to store, the .data section doesn't get created.
>>
>> GDB complains about the lack of such a section and expect doesn't like
>> seeing that warning, which results in a couple failures for powerpc.
>
> Hmm, seems like a silly thing to complain about ...
>
>> One of them:
>>
>> [snip]
>> add-symbol-file gdb.base/code_elim2 0x200000 -s .data 0x210000 -s .bss 0x220000^M
>> add symbol table from file "gdb.d/gdb.base/code_elim2" at^M
>> .text_addr = 0x200000^M
>> .data_addr = 0x210000^M
>> .bss_addr = 0x220000^M
>> (y or n) y^M
>> Reading symbols from gdb.base/code_elim2...warning: section .data not
>> found in gdb.base/code_elim2^M
>> done.^M
>> (gdb) FAIL: gdb.base/code_elim.exp: order1: add-symbol-file code_elim2
>> 0x200000
>>
>> I have tweaked the testcase sources a little to hold a bigger
>> initialized global variable, forcing the linker to create a regular
>> .data section in order to prevent GDB's warning. The testcase still
>> runs fine, but now PowerPC 32-bit sees full passes on this one.
>
> Is tweaking the testcase really the best approach here? Shouldn't GDB
> just be less picky?
>
Either solution is fine with me, but the warning is actually somewhat
informative since the .data section is relatively common.
The testcase, on the other hand, is not designed to behave the same in
all architectures.
Luis
next prev parent reply other threads:[~2014-07-08 5:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-01 9:46 Luis Machado
2014-07-08 1:53 ` Samuel Bronson
2014-07-08 5:48 ` Luis Machado [this message]
2014-07-08 8:43 ` Pedro Alves
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=53BB8603.6050201@codesourcery.com \
--to=lgustavo@codesourcery.com \
--cc=gdb-patches@sourceware.org \
--cc=naesten@gmail.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