lukem
1fdf0d0e12
remove
2002-01-23 02:31:33 +00:00
lukem
5647b7df77
Merge create_fsinode() into create_fsnode(), so that a newly created
...
fsnode always has a valid inode member. Problem noted by Artem Belevich.
2002-01-23 02:26:21 +00:00
lukem
e30101d9d6
more stuff
2002-01-23 02:14:19 +00:00
lukem
d369b2c6a5
fix compilation problems on my alpha
2002-01-23 01:45:41 +00:00
thorpej
7e8a4549fd
Update ELFSIZE and VARPSZ arch lists.
2002-01-23 01:38:57 +00:00
thorpej
e05ba164ef
Need <sys/types.h> early on.
2002-01-23 01:09:15 +00:00
thorpej
0b621a0221
It's a C program, but it uses libgroff, which uses C++, so we
...
need to use PROG_CXX here as well.
2002-01-22 23:57:19 +00:00
aymeric
5927ef00d8
Redefine ENTRY properly for both ELF and a.out
...
Now we can compile profiled m68k programs that use libc.
2002-01-22 22:44:43 +00:00
thorpej
a3d761116e
Fix some MKGDB=no bugs.
2002-01-22 21:16:28 +00:00
thorpej
d00b294ffa
Split compat definitions into a separate file so that autoconf
...
doesn't comment out #undef's that we want to keep.
2002-01-22 20:42:59 +00:00
thorpej
0f3aee340f
Don't pull in <sys/param.h> if we don't have to.
2002-01-22 20:41:21 +00:00
chris
fc6b067849
Update/remove prototypes.
2002-01-22 19:14:48 +00:00
thorpej
122a3fe161
Re-add -mcmodel=large .. we'll just have to use a patched gcc
...
for now.
2002-01-22 18:57:39 +00:00
thorpej
cf6dc8e084
Update for ISA autoconfiguration changes.
2002-01-22 18:53:02 +00:00
ross
a583e1d1dc
we need the compat_13 sys_sigreturn to do osf1 emulation
...
closes port-alpha/8788
2002-01-22 18:37:06 +00:00
thorpej
470bbfb229
Update for ISA autoconfiguration changes.
2002-01-22 18:36:51 +00:00
augustss
fd7f5e11ae
Don't pretend we can handle i830; it needs a somewhat different AGP driver.
...
(I added i830 to quickly.)
2002-01-22 17:29:36 +00:00
yamt
9827e287a7
fix a long standing bug that setlocale(LC_ALL, NULL)
...
returns only 5 categories while we have 6 categories.
2002-01-22 17:08:02 +00:00
pk
8769ef5de3
Remove out-dated dependencies on Makefile.
2002-01-22 17:04:31 +00:00
mrg
7cda1e8c92
don't install psim
2002-01-22 17:02:08 +00:00
pk
6c51c2d3f4
Support for the ` Magma 2+1HS Sp' (from mouse on port-sparc):
...
- add sbus node name field to board info structure
2002-01-22 17:00:47 +00:00
pk
d29b3f6d0c
Support for the ` Magma 2+1HS Sp' (from mouse on port-sparc):
...
- allow for sbus node name matching
- get clock frequency from prom property.
2002-01-22 16:59:30 +00:00
mrg
47d0b44e4f
add PSIM support to gdb and install the stand alone in /usr/bin/psim. this
...
fixes the rest of port-powerpc/14307.
2002-01-22 16:55:19 +00:00
skrll
43a1bb37fd
Add a uuencoded binary of a.out arm32 ld.so and update Makefile to extract
...
on ELF platforms.
This file was created using the following revisions:
ld.h,v 1.2 1998/12/17 23:36:38 pk
malloc.c,v 1.7 2000/11/28 06:01:34 mycroft
rtld.c,v 1.82 2001/09/20 20:55:29 wiz
shlib.c,v 1.18 2000/05/27 06:53:30 matt
shlib.h,v 1.1 1998/12/15 23:16:14 pk
arm32 specific files:
md-static-funcs.c,v 1.1 1997/10/17 21:25:42 mark
md.c,v 1.11 1999/02/27 03:34:05 tv
md.h,v 1.4 2000/05/28 01:53:05 matt
mdprologue.S,v 1.1 1997/10/17 21:25:59 mark
2002-01-22 16:27:51 +00:00
mrg
6bdbccbb59
regenerate.
2002-01-22 15:52:53 +00:00
uch
a68b39d7c2
Reset configuration of bridge order before enumerating bridge devices.
...
This is required when two or more bridges on the same bus, and some of
them are incompletely initialized by BIOS.
Reported by NAKAGAWA Yoshihisa <y-nakaga@nwsl.mesh.ad.jp>
2002-01-22 15:08:53 +00:00
uch
29d84d9a58
Add pci_bridge_foreach ().
2002-01-22 15:07:27 +00:00
tron
cb9b650951
Define "HAVE_ERR_H" to fix native build.
2002-01-22 13:50:53 +00:00
mrg
e10f2bf04d
- get SIM_OBS for GDB.
...
- build a usr.bin/sim/arch tree, copy sim/ppc/config.h there for powerpc.
2002-01-22 13:13:00 +00:00
is
ef3617499c
add config.h when compiled as host tool.
2002-01-22 13:03:57 +00:00
mrg
f2f685f22a
* pull across fixes for PSIM from gdb-current on NetBSD:
...
2001-03-04 Andrew Cagney <ac131313@redhat.com>
* emul_netbsd.c [WITH_NetBSD_HOST]: Include <sys/mount.h> and
<errno.h>.
(do_stat): Only do SYS test when SYS_stat defined.
(do_sigprocmask): Ditto for SYS_sigprocmask.
(do_fstat): Ditto for SYS_fstat.
(do_getdirentries): Ditto for SYS_getdirentries.
(do_lstat): Ditto for SYS_lstat.
2001-01-15 Geoffrey Keating <geoffk@redhat.com>
* emul_netbsd.c (do_open): Translate the flag parameter to the
open syscall to the numbers supported by the host.
* part of port-powerpc/14307
2001-10-19 Andrew Cagney <ac131313@redhat.com>
* configure.in: When Linux or NetBSD, enable PowerPC simulator.
* configure: Re-generate.
2002-01-22 12:28:49 +00:00
mrg
858c824a54
* part of port-powerpc/14307: add psim support for nbsd & linux powerpc
...
gdb targets.
2001-10-18 Andrew Cagney <ac131313@redhat.com>
* config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
* config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
2002-01-22 12:25:56 +00:00
minoura
1dded0f21b
Back out the previous.
...
It was my misreading from the lack of mbuf usage...
Sorry for the mess.
2002-01-22 09:37:59 +00:00
junyoung
bb6d64e459
Regen.
2002-01-22 08:33:15 +00:00
junyoung
4d71cd5c7f
Rename RAGEXL to MACH64_GR.
2002-01-22 08:32:08 +00:00
itojun
ae1b9c29e9
make sure to check address family on route cache. with IPv4 mapped
...
address we can see both AF_INET/INET6.
2002-01-22 03:53:55 +00:00
itojun
d1f5dc17b6
do not taint ::/124 for localhost reverse table.
2002-01-22 03:27:24 +00:00
ichiro
e00f8610ea
regen
2002-01-22 03:17:28 +00:00
ichiro
c1227aa54e
supported RATOC Systems REX-USB60
2002-01-22 03:13:28 +00:00
ichiro
9684a618c1
add product
...
RATOC Systems USB serial adapter REX-USB60
2002-01-22 03:12:18 +00:00
junyoung
7ef377f884
Regen. Add Mach64 GS.
2002-01-22 02:39:59 +00:00
junyoung
1e4a315dcc
Add ATI Mach64 GS.
2002-01-22 02:35:46 +00:00
thorpej
3ef3a0aa2f
Be a little more careful when calling _mcount() (to prevent
...
clobbering $27).
2002-01-22 02:09:39 +00:00
ichiro
66a56d4efe
If the interface isn't up, up and scan.
...
then, down it when scanning is done.
point out from lha@stacken.kth.se , kern/15328
2002-01-22 02:09:11 +00:00
ross
97b7722dde
temporarily disable divrem
2002-01-22 01:51:24 +00:00
enami
d1998d430a
Use .Fl instead of hardcoding -.
2002-01-22 01:35:39 +00:00
mrg
81cfc30e85
turn on BLINK & bridge
2002-01-22 01:23:18 +00:00
ross
ce4e3aa2a0
Remove the old alpha divrem test and replace it with a new indep one.
...
The old one was never run because it required a remote host. The new
one has more knowledge of where the error cases are likely to be, and
instead of using a big file or remote test system, it just keeps an
md5 (in the Makefile) of the endian-indep known-good results.
2002-01-22 01:19:25 +00:00
thorpej
6e4e75cdae
Add a missing "break;" statement so that this actually works again.
2002-01-22 01:14:03 +00:00
thorpej
aaa59fa5b0
Need to set NOOBJ= before bsd.own.mk is included.
2002-01-22 00:59:46 +00:00