Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so/arch/mips Don't include <machine/regdef.h>.



details:   https://anonhg.NetBSD.org/src/rev/ecef584ac3fb
branches:  trunk
changeset: 467735:ecef584ac3fb
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Mar 28 11:56:51 1999 +0000

description:
Don't include <machine/regdef.h>.

diffstat:

 libexec/ld.elf_so/arch/mips/rtld_start.S |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 356cba0a00be -r ecef584ac3fb libexec/ld.elf_so/arch/mips/rtld_start.S
--- a/libexec/ld.elf_so/arch/mips/rtld_start.S  Sun Mar 28 11:05:43 1999 +0000
+++ b/libexec/ld.elf_so/arch/mips/rtld_start.S  Sun Mar 28 11:56:51 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtld_start.S,v 1.3 1999/01/18 06:49:57 castor Exp $    */
+/*     $NetBSD: rtld_start.S,v 1.4 1999/03/28 11:56:51 simonb Exp $    */
 
 /*
  * Copyright 1997 Michael L. Hitch <mhitch%montana.edu@localhost>
@@ -27,7 +27,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <machine/regdef.h>
 #include <mips/asm.h>
 
 LEAF(rtld_start)



Home | Main Index | Thread Index | Old Index