Module Name: src Committed By: msaitoh Date: Mon Mar 7 09:04:58 UTC 2016
Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Fix for ticket 1132. Not EM_IAMCU but STT_GNU_IFUNC. To generate a diff of this commit: cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-7.1 diff -u src/doc/CHANGES-7.1:1.1.2.64 src/doc/CHANGES-7.1:1.1.2.65 --- src/doc/CHANGES-7.1:1.1.2.64 Mon Mar 7 08:20:07 2016 +++ src/doc/CHANGES-7.1 Mon Mar 7 09:04:58 2016 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.1,v 1.1.2.64 2016/03/07 08:20:07 msaitoh Exp $ +# $NetBSD: CHANGES-7.1,v 1.1.2.65 2016/03/07 09:04:58 msaitoh Exp $ A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1 release: @@ -2380,6 +2380,6 @@ sys/arch/xen/xen/if_xennet_xenbus.c 1.6 sys/sys/exec_elf.h 1.143 - Add definition of EM_IAMCU. This change fixes build break caused by - ticket 1126. + Add definition of STT_GNU_IFUNC. This change fixes build break caused + by ticket 1126. [htodd, ticket #1132]