Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Don't define ELFSIZE
details: https://anonhg.NetBSD.org/src/rev/48d59f002b68
branches: trunk
changeset: 357364:48d59f002b68
user: christos <christos%NetBSD.org@localhost>
date: Tue Nov 07 14:55:30 2017 +0000
description:
Don't define ELFSIZE
diffstat:
sys/arch/luna68k/luna68k/machdep.c | 5 ++---
sys/arch/mac68k/mac68k/machdep.c | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r c567af6cac70 -r 48d59f002b68 sys/arch/luna68k/luna68k/machdep.c
--- a/sys/arch/luna68k/luna68k/machdep.c Tue Nov 07 12:39:07 2017 +0000
+++ b/sys/arch/luna68k/luna68k/machdep.c Tue Nov 07 14:55:30 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.100 2017/03/09 14:05:59 tsutsui Exp $ */
+/* $NetBSD: machdep.c,v 1.101 2017/11/07 14:55:30 christos Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.100 2017/03/09 14:05:59 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.101 2017/11/07 14:55:30 christos Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -68,7 +68,6 @@
#include <sys/kgdb.h>
#endif
#include <sys/boot_flag.h>
-#define ELFSIZE 32
#include <sys/exec_elf.h>
#include <sys/cpu.h>
diff -r c567af6cac70 -r 48d59f002b68 sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c Tue Nov 07 12:39:07 2017 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c Tue Nov 07 14:55:30 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.351 2017/08/15 09:26:56 maya Exp $ */
+/* $NetBSD: machdep.c,v 1.352 2017/11/07 14:56:03 christos Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.351 2017/08/15 09:26:56 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.352 2017/11/07 14:56:03 christos Exp $");
#include "opt_adb.h"
#include "opt_copy_symtab.h"
@@ -114,7 +114,6 @@
#ifdef KGDB
#include <sys/kgdb.h>
#endif
-#define ELFSIZE 32
#include <sys/exec_elf.h>
#include <sys/device.h>
#include <sys/cpu.h>
Home |
Main Index |
Thread Index |
Old Index