Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Remove the incorrect and unused Elf64_Shalf.



details:   https://anonhg.NetBSD.org/src/rev/fcf19da67607
branches:  trunk
changeset: 325702:fcf19da67607
user:      dsl <dsl%NetBSD.org@localhost>
date:      Fri Jan 03 16:54:48 2014 +0000

description:
Remove the incorrect and unused Elf64_Shalf.
At one time it was used for a 32bit item - but that definition has long
  since been changed to use a reasonable 32bit type.

diffstat:

 sys/sys/exec_elf.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 41b6842ed368 -r fcf19da67607 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Fri Jan 03 16:50:54 2014 +0000
+++ b/sys/sys/exec_elf.h        Fri Jan 03 16:54:48 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.134 2014/01/02 19:15:07 christos Exp $  */
+/*     $NetBSD: exec_elf.h,v 1.135 2014/01/03 16:54:48 dsl Exp $       */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -73,8 +73,6 @@
 typedef uint64_t       Elf64_Off;
 typedef int64_t                Elf64_SOff;
 #define ELF64_FSZ_OFF  8
-typedef int32_t                Elf64_Shalf;
-#define ELF64_FSZ_SHALF 4
 
 typedef int32_t                Elf64_Sword;
 #define ELF64_FSZ_SWORD 4



Home | Main Index | Thread Index | Old Index