diff options
author | Christian Kujau <lists@nerdbynature.de> | 2013-02-21 19:43:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 20:22:20 -0500 |
commit | 242260fb858e99674289484bc2bfe3b41f9c4cbb (patch) | |
tree | 09dcf9a2a5c21d27ed06f028c0096a727eaf64f3 /include/uapi/linux/elf.h | |
parent | 76e8402619cf777a3adae9cd70e56a848a9bf952 (diff) |
sun.com documentation fixes
After I came across a help text for SUNGEM mentioning a broken sun.com
URL, I felt like fixing those up, as they are now pointing to oracle.com
URLs.
Signed-off-by: Christian Kujau <lists@nerdbynature.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/uapi/linux/elf.h')
-rw-r--r-- | include/uapi/linux/elf.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h index 126a8175e3e2..900b9484445b 100644 --- a/include/uapi/linux/elf.h +++ b/include/uapi/linux/elf.h | |||
@@ -49,14 +49,14 @@ typedef __s64 Elf64_Sxword; | |||
49 | * | 49 | * |
50 | * Specifications are available in: | 50 | * Specifications are available in: |
51 | * | 51 | * |
52 | * - Sun microsystems: Linker and Libraries. | 52 | * - Oracle: Linker and Libraries. |
53 | * Part No: 817-1984-17, September 2008. | 53 | * Part No: 817–1984–19, August 2011. |
54 | * URL: http://docs.sun.com/app/docs/doc/817-1984 | 54 | * http://docs.oracle.com/cd/E18752_01/pdf/817-1984.pdf |
55 | * | 55 | * |
56 | * - System V ABI AMD64 Architecture Processor Supplement | 56 | * - System V ABI AMD64 Architecture Processor Supplement |
57 | * Draft Version 0.99., | 57 | * Draft Version 0.99.4, |
58 | * May 11, 2009. | 58 | * January 13, 2010. |
59 | * URL: http://www.x86-64.org/ | 59 | * http://www.cs.washington.edu/education/courses/cse351/12wi/supp-docs/abi.pdf |
60 | */ | 60 | */ |
61 | #define PN_XNUM 0xffff | 61 | #define PN_XNUM 0xffff |
62 | 62 | ||