From owner-cvs-src-old@FreeBSD.ORG Fri Dec 19 09:32:43 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A981E1065674 for ; Fri, 19 Dec 2008 09:32:43 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 960DB8FC1A for ; Fri, 19 Dec 2008 09:32:43 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBJ9Whd8078713 for ; Fri, 19 Dec 2008 09:32:43 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBJ9WhGo078712 for cvs-src-old@freebsd.org; Fri, 19 Dec 2008 09:32:43 GMT (envelope-from kaiw@repoman.freebsd.org) Message-Id: <200812190932.mBJ9WhGo078712@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kaiw@repoman.freebsd.org using -f From: Kai Wang Date: Fri, 19 Dec 2008 09:32:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys elf_common.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2008 09:32:43 -0000 kaiw 2008-12-19 09:32:31 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: SVN rev 186316 on 2008-12-19 09:32:31Z by kaiw Update elf_common.h with new EM_ types found in the latest ELF gABI. This commit is slightly different from the original patch in the PR: 1. EM_ALPHA keeps the old value for compatibility reason. 2. Non-standard SHT_NUM is not added. 3. Style. PR: kern/118540 Submitted by: "Pedro F. Giffuni" Revision Changes Path 1.25 +58 -2 src/sys/sys/elf_common.h