From: Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
To: gdb@sources.redhat.com
Subject: optind
Date: Wed, 10 Dec 2003 14:20:00 -0000 [thread overview]
Message-ID: <20031210142045.GL23712@ata.cs.hacettepe.edu.tr> (raw)
Hello,
given the following program:
#include <unistd.h>
int main()
{
printf("%p\n", &optind);
}
I do:
gcc -g a.c
./a.out
nm a.out |grep optind
I see, respectively:
0x80495ac
080495ac B optind@@GLIBC_2.0
After that I do:
gdb a.out
b main
r
p &optind
I see:
$1 = (int *) 0x4014814c,
whereas I expect it to be 080495ac. Naturally, "p optind" displays
another value, too. What is going on?
Thanks in advance,
Baurjan.
next reply other threads:[~2003-12-10 14:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-10 14:20 Baurjan Ismagulov [this message]
2003-12-10 14:49 ` optind Daniel Jacobowitz
2003-12-10 16:09 ` optind Baurjan Ismagulov
2003-12-10 16:16 ` optind Andreas Schwab
2003-12-10 16:53 ` optind Baurjan Ismagulov
2003-12-10 17:04 ` optind Ian Lance Taylor
2003-12-10 17:17 ` optind Daniel Jacobowitz
2003-12-10 17:37 ` optind Baurjan Ismagulov
2003-12-11 14:10 ` optind Daniel Jacobowitz
2003-12-11 15:11 ` optind Baurjan Ismagulov
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=20031210142045.GL23712@ata.cs.hacettepe.edu.tr \
--to=ibr@ata.cs.hun.edu.tr \
--cc=gdb@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