/*
* Architecture-dependent application data
- * This is just Plan 9's mach.h, tweaked to support only amd64 for now.
*/
-/*
- * Start of Plan 9 a.out.h
- * Don't use system a.out; instead just lay in the Plan 9 one for now.
- */
-/*
-#include "a.out.h"
-*/
typedef struct Exec Exec;
struct Exec
vlong gotype;
int sequence; // order in file
};
-/*
- * End of Plan 9 a.out.h
- * Don't use system a.out; instead just lay in the Plan 9 one for now.
- */
/*
rm -rf $GOROOT/pkg/[0-9a-zA-Z_]*
rm -f $GOROOT/lib/*.[6a]
-for i in lib9 libbio libmach_amd64 libregexp cmd pkg
+for i in lib9 libbio libmach libregexp cmd pkg
do
cd $i
case $i in
ar.$O\
$(TARG): $(OFILES)
- $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) -lmach_amd64 -lbio -l9
+ $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) -lmach -lbio -l9
clean:
rm -f $(OFILES) $(TARG)
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#include <ar.h>
#undef select
tree.h\
$(TARG): $(OFILES)
- $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) -lmach_amd64 -lregexp9 -lbio -l9
+ $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) -lmach -lregexp9 -lbio -l9
clean:
rm -f $(OFILES) $(TARG)
#include "tree.h"
#include <ureg_amd64.h>
-#include <mach_amd64.h>
+#include <mach.h>
typedef struct Ureg Ureg;
void
nm.$O\
$(TARG): $(OFILES)
- $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) -lmach_amd64 -lbio -l9
+ $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) -lmach -lbio -l9
clean:
rm -f $(OFILES) $(TARG)
// Inferno utils/nm/nm.c
// http://code.google.com/p/inferno-os/source/browse/utils/nm/nm.c
-//
-// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
-// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
-// Portions Copyright © 1997-1999 Vita Nuova Limited
-// Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
-// Portions Copyright © 2004,2006 Bruce Ellis
-// Portions Copyright © 2005-2007 C H Forsyth (forsyth@terzarima.net)
-// Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
-// Portions Copyright © 2009 The Go Authors. All rights reserved.
-//
+//
+// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
+// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
+// Portions Copyright © 1997-1999 Vita Nuova Limited
+// Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
+// Portions Copyright © 2004,2006 Bruce Ellis
+// Portions Copyright © 2005-2007 C H Forsyth (forsyth@terzarima.net)
+// Revisions Copyright © 2000-2007 Lucent Technologies Inc. and others
+// Portions Copyright © 2009 The Go Authors. All rights reserved.
+//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
-//
+//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
-//
+//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
#include <libc.h>
#include <ar.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
enum{
CHUNK = 256 /* must be power of 2 */
# fns.h\
$(TARG): $(OFILES)
- $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) -lmach_amd64 -lbio -l9
+ $(LD) -o $(TARG) -L$(GOROOT)/lib $(OFILES) -lmach -lbio -l9
clean:
rm -f $(OFILES) $(TARG)
#include <ctype.h>
#include <ureg_amd64.h>
-#include <mach_amd64.h>
+#include <mach.h>
char* file = "6.out";
static Fhdr fhdr;
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#include "../cmd/5l/5.out.h"
#include "obj.h"
#include <libc.h>
#include <bio.h>
#include "ureg_amd64.h"
-#include <mach_amd64.h>
+#include <mach.h>
#define REGOFF(x) offsetof(struct Ureg, x)
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#include "../cmd/6l/6.out.h"
#include "obj.h"
#include <u.h>
#include <bio.h>
#include <ureg_x86.h>
-#include <mach_amd64.h>
+#include <mach.h>
#define REGOFF(x) (uintptr)(&((struct Ureg *) 0)->x)
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#define Ureg UregAmd64
#include <ureg_amd64.h>
#undef Ureg
findsym(pc, CTEXT, &s);
(*trace)(map, pc, sp, &s1); // morestack's caller; caller's caller's PC/SP
continue;
- }
+ }
if(pc == lessstack) {
// ../pkg/runtime/runtime.h
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#include "../cmd/8l/8.out.h"
#include "obj.h"
include ../Make.conf
-LIB=libmach_amd64.a
+LIB=libmach.a
OFILES=\
executable.$O\
fakeobj.$O\
6obj.$O\
8obj.$O\
$(GOOS).$O\
-# v.$O\
-# k.$O\
-# u.$O\
-# q.$O\
-# 0.$O\
-# 2.$O\
-# 5.$O\
-# 7.$O\
-# 9.$O\
-# vdb.$O\
-# kdb.$O\
-# udb.$O\
-# qdb.$O\
-# 2db.$O\
-# 5db.$O\
-# 7db.$O\
-# vobj.$O\
-# kobj.$O\
-# uobj.$O\
-# 2obj.$O\
-# 7obj.$O\
-# 9obj.$O\
-# qobj.$O\
-# vcodas.$O\
-HFILES=$(GOROOT)/include/mach_amd64.h elf.h macho.h obj.h
+HFILES=$(GOROOT)/include/mach.h elf.h macho.h obj.h
install: $(LIB)
cp $(LIB) $(GOROOT)/lib
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
static int mget(Map*, uvlong, void*, int);
static int mput(Map*, uvlong, void*, int);
#include <errno.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#define Ureg Ureg32
#include <ureg_x86.h>
#undef Ureg
// Inferno libmach/executable.c
// http://code.google.com/p/inferno-os/source/browse/utils/libmach/executable.c
//
-// Copyright © 1994-1999 Lucent Technologies Inc.
-// Power PC support Copyright © 1995-2004 C H Forsyth (forsyth@terzarima.net).
-// Portions Copyright © 1997-1999 Vita Nuova Limited.
-// Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com).
-// Revisions Copyright © 2000-2004 Lucent Technologies Inc. and others.
+// Copyright © 1994-1999 Lucent Technologies Inc.
+// Power PC support Copyright © 1995-2004 C H Forsyth (forsyth@terzarima.net).
+// Portions Copyright © 1997-1999 Vita Nuova Limited.
+// Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com).
+// Revisions Copyright © 2000-2004 Lucent Technologies Inc. and others.
// Portions Copyright © 2009 The Go Authors. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
#include <libc.h>
#include <bio.h>
#include <bootexec.h>
-#include <mach_amd64.h>
+#include <mach.h>
#include "elf.h"
#include "macho.h"
sizeof(Machhdr),
nil,
machdotout },
- { MACH32_MAG, /* 64-bit MACH (apple mac) */
+ { MACH32_MAG, /* 32-bit MACH (apple mac) */
"mach executable",
nil,
FI386,
#include <libc.h>
#include <bio.h>
#include <ar.h>
-#include <mach_amd64.h>
+#include <mach.h>
#include "obj.h"
int _is2(char* x) { return 0; }
#include <errno.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#define Ureg Ureg32
#include <ureg_x86.h>
#undef Ureg
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#define STARTSYM "_main"
#define PROFSYM "_mainp"
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
Map *
newmap(Map *map, int n)
#include <libc.h>
#include <bio.h>
#include <ar.h>
-#include <mach_amd64.h>
+#include <mach.h>
#include "obj.h"
#define islocal(t) ((t)=='a' || (t)=='p')
/*
* update the type of a global text or data symbol
*/
-static void
+static void
objupdate(int id, int type)
{
Sym *s;
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
/* table for selecting machine-dependent parameters */
typedef struct machtab Machtab;
#include <u.h>
#include <libc.h>
#include <bio.h>
-#include <mach_amd64.h>
+#include <mach.h>
#define HUGEINT 0x7fffffff
#define NNAME 20 /* a relic of the past */
cp quietgcc.bash $GOBIN/quietgcc
chmod +x $GOBIN/quietgcc
-for i in lib9 libbio libmach_amd64 libregexp cmd pkg cmd/ebnflint cmd/godoc cmd/gofmt
+for i in lib9 libbio libmach libregexp cmd pkg cmd/ebnflint cmd/godoc cmd/gofmt
do
# The ( ) here are to preserve the current directory
# for the next round despite the cd $i below.