206846 Commits

Author SHA1 Message Date
macallan
31d5fb3019 regen 2011-11-02 05:00:11 +00:00
macallan
a49ef19b6f add entry for CY4636 LP RDK Bridge, used in Gdium 2011-11-02 04:59:51 +00:00
nisimura
b41d886fae VIA 82C586A/B 82C686A/B SouthBridges share PCI ID 0x1066-0571.
They are distinguishable by looking at PCI-ISA bridge PCI ID and
revision number.
2011-11-02 04:10:33 +00:00
christos
c1d5350b00 Fix the vax build under gcc-4.5 which now detects that floating constants
don't fit or are effectively 0.
2011-11-02 02:34:56 +00:00
dyoung
89986fc527 For simplicity's sake, use pcq(9) instead of my own circular-queue
implementation.  Saves 45 lines of code.
2011-11-02 01:17:59 +00:00
uwe
d36863b6ce Switch sh3 to gdb7. 2011-11-02 00:10:08 +00:00
wiz
f5088175d6 Fix typo, try to improve Nd. 2011-11-01 23:18:07 +00:00
wiz
d3abb97c4a Casing. 2011-11-01 23:17:59 +00:00
joerg
ecc1f89d09 Remove an unnecessary .WAIT between llvm-tblgen and clang-tblgen. 2011-11-01 23:11:55 +00:00
pgoyette
ccb4fdff6f ether_aton test has been atf-ified 2011-11-01 23:07:34 +00:00
pgoyette
aa36ba526f Add t_ether_aton test 2011-11-01 22:37:42 +00:00
pgoyette
b9c0a62ba4 atf-ify ether_aton test 2011-11-01 22:36:53 +00:00
pgoyette
da505ca133 Update license to reflect actual source of this code which was extracted
from a larger work.
2011-11-01 22:30:32 +00:00
uwe
f3172edb09 sh_frame_cache always tries to read FPSCR. Since frame.c uses gdb
exceptions now, there's an unplesant side effect that when FPSCR is
unavailable, your last display will get disabled just in case, "to
avoid infinite recursion".  That happens directly in throw_exception,
so even catching that NOT_AVAILABLE_ERROR doesn't help.

Tweak the code a bit so that sh_analyze_prologue only reads FPSCR as
needed, when an FMOV instruction is encountered in the prologue.

XXX: I'm not sure if this is the right thing to do, but it seems
minimally intrusive.
2011-11-01 21:47:53 +00:00
uwe
f60e8996ed Hook back into sh-tdep.c infrastructure for handling registers and
discard old code brought over from gdb6.

Add regmap for FPU regs.  We don't support it now but it's irrelevant
here (though we effectively commit to using the same layout as Linux
and OpenBSD).

Define GDB_OSABI_NETBSD_CORE like sparc does to be forward compatible
with upstream.
2011-11-01 21:37:08 +00:00
joerg
22c0e67d0f Reduce exposure of kernel internals for __KMEMUSER 2011-11-01 21:21:32 +00:00
joerg
ac992c4949 Hook up nbperf into the normal tool build. 2011-11-01 21:16:28 +00:00
phx
45ea03e509 The Apollo family of IDE interface chips has both channels disabled by
default, so we have to enable them in a new chipfix function. Also move
the channel enable code for the 82C686B from encpcifix() to pciide.c.
2011-11-01 16:32:57 +00:00
jym
7beb0e066c Avoid crashing when we do not explictly pass down a CPU when creating
a kthread(9) in the LSIDL (KTHREAD_IDLE) state.
2011-11-01 15:39:37 +00:00
christos
531a87f792 Test all digits. 2011-11-01 13:59:00 +00:00
yamt
358aee7f92 add skpc 2011-11-01 13:37:32 +00:00
yamt
30007d8b8f document skpc 2011-11-01 13:36:15 +00:00
yamt
f291fca369 add scanc 2011-11-01 13:35:38 +00:00
yamt
ac67f2ccea sort 2011-11-01 13:34:33 +00:00
yamt
e9ab523b8a document scanc 2011-11-01 13:33:05 +00:00
chs
0ac4272b25 use WARNS instead of mucking with CFLAGS directly. 2011-11-01 13:19:53 +00:00
ws
ad730b8b4f Replace ed usage with awk script.
Fixes PR toolchain/45532, generating the exact same output as previously.
Note that it doesn't address Tsutsui's additional check request.
2011-11-01 12:52:28 +00:00
martin
0d76365484 Enable INET6 in the installer 2011-11-01 09:28:14 +00:00
martin
e3288b80f0 If we are not building SMALLPROG, there is no need to strip out INET6
support.
2011-11-01 09:26:37 +00:00
tcort
fad5a928f9 Add new developer Thomas Cort (tcort) 2011-11-01 02:04:43 +00:00
uwe
cac1691902 elfcore_grok_netbsd_note: sync SuperH PT_GETREGS value with reality.
Recognize PT_GETFPREGS that we don't yet actually have, but for which
the number is now reserved.
2011-11-01 00:31:38 +00:00
uwe
b25f483145 Minor cosmetics to minimize diffs with vendor branch. 2011-10-31 23:30:27 +00:00
uwe
4ae94fd668 Since sh3 has got PT_STEP, nuke software single-stepping entirely. 2011-10-31 23:23:52 +00:00
uwe
4d93ce832f shnbsd_software_single_step: fix logic botch. Now that removal of
software single step breakpoints is handled by the caller we no longer
need to keep static next_pc around.
2011-10-31 23:10:16 +00:00
christos
f3d1a5e782 PR/45545 Yui NARUSE: pipe2's return value is wrong 2011-10-31 21:31:29 +00:00
christos
9c67f9d994 make this work 2011-10-31 21:30:16 +00:00
uwe
264117e445 struct reg has GBR since NetBSD 5, so bump up SHNBSD_SIZEOF_GREGS.
It would be nice to detect this dynamically, but gdb7 wouldn't work on
NetBSD 4 anyway.
2011-10-31 21:00:39 +00:00
christos
cb72177097 regen 2011-10-31 20:52:14 +00:00
uwe
10230b2353 get_netbsd_elfcore_note_type: sync SuperH PT_GETREGS value with
reality.  Recognize old PT___GETREGS40 (for struct __reg40 without
GBR).  Recognize PT_GETFPREGS that we don't yet actually have, but for
which the number is now reserved.
2011-10-31 19:12:48 +00:00
uwe
ebd5e6fb4e #if-0'ed defines for PT_GETFPREGS and PT_SETFPREGS. Not used yet, but
reserve the numbers as they are "leaked" to readelf(1), that has to know
them as NT_NETBSDCORE_FIRSTMACH + x (see get_netbsd_elfcore_note_type).
2011-10-31 19:08:45 +00:00
christos
f7e24ebe94 We need to allocate an inferior with our fake pid so that kernel core dumps
work.
2011-10-31 18:41:17 +00:00
christos
d5be487c28 enable kernel stack frames now that I have tested them. 2011-10-31 18:40:40 +00:00
pgoyette
7726fd7693 No need to keep on trying when this fails in the expected manner. We
really don't need to have 32k failures.


OK jruoho@
2011-10-31 18:37:01 +00:00
christos
eba0b3c2fd Move all pipe2 tests to a separate file. 2011-10-31 15:41:31 +00:00
christos
7b65040d43 add pipe2 tests 2011-10-31 15:37:17 +00:00
jakllsch
b052e03160 Constify structure pointed to by getataparams() return value. 2011-10-31 15:26:11 +00:00
jakllsch
bfe1863ea2 Remove write-only variable. 2011-10-31 14:50:10 +00:00
jakllsch
58fe39198a Wrap or shorten lines longer than 80 columns. 2011-10-31 14:44:07 +00:00
chs
8c0bc12273 switch everything except vax to gcc 4.5.
switch m68k to -Os since -O2 produces much bigger code
with gcc 4.5 than it did with gcc 4.1.
2011-10-31 14:20:11 +00:00
yamt
29af9462d1 annotate for lint 2011-10-31 13:27:51 +00:00