public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "john at calva dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/8588] symbols present in multiple files are displayed wrongly
Date: Wed, 30 Jan 2013 09:08:00 -0000	[thread overview]
Message-ID: <bug-8588-4717-iDyGt5fGiS@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-8588-4717@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=8588

John Hughes <john at calva dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |john at calva dot com
         Resolution|FIXED                       |

--- Comment #3 from John Hughes <john at calva dot com> 2013-01-30 09:08:26 UTC ---
(In reply to comment #2)
> I'm pretty sure it has...

I'm pretty sure it hasn't.

john@celtic:~$ cat a.c
#include <unistd.h>

int main()
{
    printf("%p\n", &optind);
}
john@celtic:~$ gcc -g a.c
a.c: In function ‘main’:
a.c:5:2: warning: incompatible implicit declaration of built-in function
‘printf’ [enabled by default]
john@celtic:~$ gdb a.out 
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/john/a.out...done.
(gdb) b main
Breakpoint 1 at 0x400550: file a.c, line 5.
(gdb) r
Starting program: /home/john/a.out 

Breakpoint 1, main () at a.c:5
5        printf("%p\n", &optind);
(gdb) p &optind
$1 = (int *) 0x7ffff7dd7130
(gdb) c
Continuing.
0x600930
[Inferior 1 (process 25283) exited with code 011]
(gdb) q
john@celtic:~$ nm a.out | grep optind
0000000000600930 B optind@@GLIBC_2.2.5

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


  parent reply	other threads:[~2013-01-30  9:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-8588-4717@http.sourceware.org/bugzilla/>
2013-01-27  0:30 ` naesten at gmail dot com
2013-01-28  3:26 ` naesten at gmail dot com
2013-01-29 23:56 ` naesten at gmail dot com
2013-01-30  9:08 ` john at calva dot com [this message]
2013-02-01 21:56 ` naesten at gmail dot com
2013-02-01 22:56 ` naesten at gmail dot com
2013-02-02 11:27 ` john at calva dot com
2013-02-04 17:43 ` tromey at redhat dot com
2013-02-04 20:15 ` naesten at gmail dot com
2013-02-04 20:18 ` naesten at gmail dot com
2013-02-04 20:18 ` naesten at gmail dot com
2013-09-16 15:40 ` tromey at redhat dot com
2014-11-06 18:41 ` pguttmann at bloomberg dot net
2021-10-18 17:39 ` peter.weber at flapflap dot eu

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=bug-8588-4717-iDyGt5fGiS@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).