diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-12 11:44:02 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-12 11:44:02 +0100 |
commit | 5c97e1e835712fccbfe793a4508490c589909513 (patch) | |
tree | 712ebecb337b8cd2581e9c122d8bbbf07d76d222 /hurd/translator | |
parent | 2604849369f81235f99d6c981b4cd9123139e77d (diff) |
gcc: 17f0f5acdcfb9181203ca9b6d8f8cbc64e5ce843 (2016-11-30)
Diffstat (limited to 'hurd/translator')
-rw-r--r-- | hurd/translator/procfs/jkoenig/discussion.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hurd/translator/procfs/jkoenig/discussion.mdwn b/hurd/translator/procfs/jkoenig/discussion.mdwn index 9f5316ae..d49e5fc5 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, 2013, 2014 Free Software +[[!meta copyright="Copyright © 2010, 2011, 2012, 2013, 2014, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -332,7 +332,6 @@ Needed by glibc's `pldd` tool (commit [[!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? @@ -462,7 +461,6 @@ This is used in `[LLVM]/lib/Support/Unix/Path.inc`. ## `/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__`. |