diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-07-03 23:58:36 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-07-03 23:58:36 +0200 |
commit | ba568e7ceef45fb80c588b81710f93dd3d6bfd25 (patch) | |
tree | 4ed825362fa8786ca09a0e22b0141386b1569d1b /toolchain/elfosabi_gnu.mdwn | |
parent | 2f8880d2154cef27428b06be4e9856abc1bbcb1e (diff) | |
download | web-ba568e7ceef45fb80c588b81710f93dd3d6bfd25.tar.gz web-ba568e7ceef45fb80c588b81710f93dd3d6bfd25.tar.bz2 web-ba568e7ceef45fb80c588b81710f93dd3d6bfd25.zip |
open_issues/binutils: Update.
Diffstat (limited to 'toolchain/elfosabi_gnu.mdwn')
-rw-r--r-- | toolchain/elfosabi_gnu.mdwn | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/toolchain/elfosabi_gnu.mdwn b/toolchain/elfosabi_gnu.mdwn new file mode 100644 index 00000000..76711e3b --- /dev/null +++ b/toolchain/elfosabi_gnu.mdwn @@ -0,0 +1,32 @@ +[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!meta title="ELFOSABI_GNU"]] + +GNU/Hurd uses the `ELFOSABI_GNU` value for operating system/ABI identification. +This is shared with GNU/Linux. + + +# History + + * [[!debbug 630180]] + * [sourceware bug + 12913](http://sourceware.org/bugzilla/show_bug.cgi?id=12913) + * [libc-alpha + thread](http://sourceware.org/ml/libc-alpha/2011-06/threads.html#00087) + ([continues](http://sourceware.org/ml/libc-alpha/2011-07/threads.html#00031)) + * [bug-hurd + thread](http://lists.gnu.org/archive/html/bug-hurd/2011-06/threads.html#00060) + ([continues](http://lists.gnu.org/archive/html/bug-hurd/2011-07/threads.html#00020)) + * [generic-abi + thread](http://groups.google.com/group/generic-abi/browse_frm/thread/194697b94a189063) + * [binutils + thread](http://sourceware.org/ml/binutils/2011-06/threads.html#00218) + ([continues](http://sourceware.org/ml/binutils/2011-07/threads.html#00033)) |