https://sourceware.org/bugzilla/show_bug.cgi?id=20376
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://sourceware.org/bugzilla/show_bug.cgi?id=20376
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--
You are rece
https://sourceware.org/bugzilla/show_bug.cgi?id=20376
--- Comment #2 from Bo Gan ---
(In reply to H.J. Lu from comment #1)
> From
>
> http://www.sco.com/developers/gabi/latest/ch5.pheader.html
>
> p_paddr
>
> On systems for which physical addressing is relevant, this member is
> reserved for t
On Sat, Jul 16, 2016 at 09:06:10PM +0200, Albert Netymk wrote:
> == addr.c
>
> ```
> #include
>
> void f() { }
>
> int main(int argc, char **argv)
> {
> f();
> puts("done");
> return 0;
> }
> ```
>
> ```
> $ clang -g addr.c ; objdump -d a.out | grep -B 3 puts | tail -n 4
> 400556: