diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-29 22:26:02 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-29 22:26:02 +0200 |
commit | 6ff002a3ee341782567b71a42d0e7eb3be596480 (patch) | |
tree | 6b11afafc52b92986494394fabb6ca31de4eea53 /open_issues/glibc_madvise_vs_static_linking.mdwn | |
parent | a29dec0b89f2961c8af41e6cd851b4ed9c9d28d8 (diff) | |
download | web-6ff002a3ee341782567b71a42d0e7eb3be596480.tar.gz web-6ff002a3ee341782567b71a42d0e7eb3be596480.tar.bz2 web-6ff002a3ee341782567b71a42d0e7eb3be596480.zip |
open_issues/glibc: 8958805c11c741d9211e20612c86271d906c9a0b (2012-07-28; 2012-06-30)
Diffstat (limited to 'open_issues/glibc_madvise_vs_static_linking.mdwn')
-rw-r--r-- | open_issues/glibc_madvise_vs_static_linking.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/glibc_madvise_vs_static_linking.mdwn b/open_issues/glibc_madvise_vs_static_linking.mdwn index 1f766428..ab633b0f 100644 --- a/open_issues/glibc_madvise_vs_static_linking.mdwn +++ b/open_issues/glibc_madvise_vs_static_linking.mdwn @@ -11,7 +11,7 @@ License|/fdl]]."]]"""]] [[!tag open_issue_glibc]] -[[!sourceware_bug 4822]]. +[[!sourceware_PR 4822]]. $ echo 'int main() {}' | gcc -o /dev/null -static -x c - /usr/lib/gcc/i486-gnu/4.4.5/../../../libcrt.a(malloc.o): In function `_int_free': |