summaryrefslogtreecommitdiff
path: root/hurd/translator
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-06-10 15:43:02 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-06-10 15:43:02 +0200
commit30cc6497724b295c50e69e564e3821204fafb47e (patch)
treecf6621c5524a51484f3cef8e0536c463680879d7 /hurd/translator
parentf6d7366069d3df0cb2cce6ef47f26dbd6576cbd0 (diff)
open_issues/gcc: 2a3496bebfe9d89f11d0b7a591afac55e11d5263 (2013-06-06; 3a930d3fc68785662f5f3f4af02474cb21a62056 (2013-06-06))
Diffstat (limited to 'hurd/translator')
-rw-r--r--hurd/translator/procfs/jkoenig/discussion.mdwn13
1 files changed, 11 insertions, 2 deletions
diff --git a/hurd/translator/procfs/jkoenig/discussion.mdwn b/hurd/translator/procfs/jkoenig/discussion.mdwn
index d26f05f9..00215dec 100644
--- a/hurd/translator/procfs/jkoenig/discussion.mdwn
+++ b/hurd/translator/procfs/jkoenig/discussion.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2010, 2011, 2012 Free Software Foundation,
+[[!meta copyright="Copyright © 2010, 2011, 2012, 2013 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -213,10 +213,12 @@ Needed by glibc's `pldd` tool (commit
11988f8f9656042c3dfd9002ac85dff33173b9bd).
-# `/proc/self/exe`
+## `/proc/self/exe`
[[!message-id "alpine.LFD.2.02.1110111111260.2016@akari"]]. Needed by glibc's
`stdlib/tst-secure-getenv.c`.
+`HAVE_PROC_SELF_EXE` in `[GCC]/libjava/configure.ac`.
+Also used in `[GCC]/libgfortran/runtime/main.c`:`store_exe_path`.
Is it generally possible to use something like the following instead?
Disadvantage is that every program using this needs to be patched.
@@ -314,6 +316,13 @@ This is used in `[LLVM]/lib/Support/Unix/Path.inc`.
report why the test suite failed
+## `/proc/self/maps`
+
+`HAVE_PROC_SELF_MAPS` in `[GCC]/libjava/configure.ac`.
+Also used in `[GCC]/intl/relocatable.c`:`find_shared_library_fullname` for
+`#ifdef __linux__`.
+
+
# `/proc/[PID]/cwd`
## IRC, freenode, #hurd, 2012-06-30