uebayasi
fce6fcbb2c
Teach crunchide(1) that mips64e[bl] is 64-bit ELF.
2009-12-14 14:01:10 +00:00
he
d1c69ed983
Move the include of <a.out.h> and <sys/exec_aout.h> until after
...
we have determined that the current machine actually supports a.out.
2009-08-20 17:40:26 +00:00
he
cff5554191
Remove the include of <a.out.h>, since these files do not appear
...
to need it. Fixes build for mips ports.
Also fix a comment: crunchide walks "the symbol table", not
just "the a.out symbol table".
2009-08-20 17:39:51 +00:00
martin
73946a9cc9
More missing <sys/exec_aout.h> includes
2009-08-16 18:15:28 +00:00
tsutsui
e7f34be0d2
Fix another -Wsign-compare issue.
...
XXX: is it really worth to keep non native aout/coff/ecoff support here?
2009-04-18 11:30:30 +00:00
dogcow
85e7c15ca3
more signed/unsigned comparison fixes
2009-04-15 02:07:20 +00:00
lukem
5b2a99f633
fix -Wsign-compare issues
2009-04-11 12:53:52 +00:00
scw
5764a76889
Remove support for NetBSD/{,evb}sh5.
2007-04-08 09:35:21 +00:00
ross
bcc364ea13
Check for powerpc64 when enumerating MACHINE_ARCH
2006-07-08 05:43:35 +00:00
wiz
cfb72c3de3
Adapt to /usr/share/misc/style.
...
Sync usage with man page.
Use getprogname()/setprogname().
2004-08-24 12:25:26 +00:00
wiz
71ad289a40
One object-file argument is mandatory, noted by jmc@openbsd.
...
New sentence, new line. Use more mdoc macros.
2004-08-24 12:11:44 +00:00
salo
0f5a0c156d
netbsd.org->NetBSD.org
2003-07-26 20:34:11 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
fvdl
286cf86961
Get the right formats for x86_64.
2002-12-05 01:38:26 +00:00
scw
4c8e482124
Add SH5 support. (Missed these during the last sweep of my local tree)
2002-07-11 21:46:21 +00:00
tsutsui
490896d4c4
Include <limits.h> for SIZE_T_MAX since time.h no longer
...
includes <machine/limits.h>.
2002-06-30 03:26:59 +00:00
ross
2a76afae02
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:36:18 +00:00
fredette
a01e8e37b1
Define both NLIST_AOUT and NLIST_ELF32 for m68000.
2001-12-12 22:14:46 +00:00
wiz
c0de7313ab
Whitespace fixes.
2001-10-04 11:20:17 +00:00
bjh21
b7abea421d
Build in ELF32 support on all ARM platforms.
2001-06-30 14:52:42 +00:00
tsutsui
de539bb089
Define both NLIST_AOUT and NLIST_ELF32 on all m68k
...
rather than checking ${MACHINE}.
2001-02-18 05:22:46 +00:00
itojun
92ee339d1c
sh3 split
2001-01-04 09:43:05 +00:00
simonb
0a76fbb1e6
Another object file format reference for hp300.
2001-01-02 12:30:14 +00:00
mrg
ad2b8edf8a
fix oversight in previous: also look for $MACHINE_ARCH of mipse[bl].
2000-12-23 09:06:06 +00:00
scw
9bb48d10db
Pick the supported object formats in the Makefile instead of extern.h.
...
This gives more control of which platforms support which formats.
(Basically because __%{MACHINE}__ is not pre-defined by the compiler)
2000-12-18 08:51:39 +00:00
lukem
279552d3db
fix up various .Nm abuses:
...
- keep the case consistent between the actual name and what's referenced.
e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
using `.Nm ""' if there's stuff following, or for the 2nd and so on
occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-11-07 06:43:24 +00:00
mrg
14e83027c8
add sparc64 support.
2000-08-09 14:22:15 +00:00
cgd
db755e7c76
sweep of my licenses (userland files w/o only my copyright) for
...
consistency. (no functional changes)
2000-06-14 17:24:02 +00:00
cgd
d220ca5ba3
fix up NetBSD RCS Ids to match the standard, and the leading comment as
...
to match as well. No functional changes.
2000-06-14 06:48:47 +00:00
bjh21
6c97e2bd78
Initial commit of arm26 port
2000-05-09 21:55:44 +00:00
mycroft
d14de3b0e1
__sparc -> __sparc__
2000-05-07 18:16:51 +00:00
msaitoh
049ad0d982
machine/exec_coff.h -> sys/exec_coff.h
2000-01-07 09:40:33 +00:00
msaitoh
17b68982ad
crunchide for coff (COFF executables not currently supported!)
1999-11-26 13:47:52 +00:00
erh
6752f572d8
Remove ELFNAME defines since they are defined in sys/exec_elf.h
1999-11-04 02:00:17 +00:00
kleink
522cbf0248
Update to match new SVR4-style definition names in <sys/exec_elf.h>.
1999-10-25 13:55:06 +00:00
hannken
b383db3e6c
Undo last change. While these macros are defined in exec_elf.h, they are
...
enclosed by `#ifdef _KERNEL'.
1999-10-22 10:47:37 +00:00
erh
e896ce55a0
Remove ELFNAME macros which are already defined in exec_elf.h
1999-10-21 21:16:07 +00:00
christos
f6ae64deff
Free the right thing.
1999-09-20 04:12:16 +00:00
garbled
9e44e9b578
More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Many more to
come.
1999-03-22 18:16:34 +00:00
mycroft
a1c657fe56
Clean up SYNOPSIS formatting.
1999-03-07 11:29:58 +00:00
christos
19a77af4a3
Add ELF for sparc and i386 (Andrew Gillham)
1999-03-03 12:23:20 +00:00
kleink
3ed4fcf61e
In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration
...
of errno.
1999-01-11 22:39:59 +00:00
cgd
ca87c75e7d
completely reimplement ELF symbol hiding. now it's even more of a gross
...
hack, but more likely to work on non-alpha ELF systems.
1998-11-03 02:30:16 +00:00
mycroft
c563c17d5a
Define NLIST_ELF32 on PowerPC.
1998-05-06 13:16:57 +00:00
lukem
3e8e744696
getopt returns -1 not EOF
1997-11-01 06:49:14 +00:00
jonathan
3153b91d91
Add elf32 for mips.
...
(probably doesn't work, due to GP-register-relative relocs.)
1997-08-20 01:21:37 +00:00
mikel
7b94178928
include <unistd.h> for prototypes and cleanup unused variables; from
...
Enami Tsugutomo in PR bin/3972.
while I'm here, sort #includes according to KNF.
1997-08-12 06:07:23 +00:00
hannken
dd99907a60
Get rid of compiler warning:
...
`warning: `cmp' might be used uninitialized in this function'.
1997-08-08 11:08:10 +00:00
perry
88a54d8a99
1) RCSid police
...
2) Add __RCSIDs where apropriate.
3) WARNS=1, and clean up sources for WARNS=1 (including replacement of
a mktemp with a mkstemp even though it was probably safe...)
4) Some other small cosmetic changes
1997-08-02 21:30:05 +00:00
cgd
2ea81b29dd
parens around macro value. (oops!)
1997-01-23 19:13:56 +00:00