Commit Graph

2475 Commits

Author SHA1 Message Date
christos
d3f9240343 Provide regset functions and gut parts that the new debugging thread library
does not provide yet, so that we can link. As expected this does not work
yet.
2011-09-26 20:38:54 +00:00
christos
a6ca113b40 Resurrect old thread debugging code. Not hooked in, compiles. 2011-09-26 18:55:56 +00:00
tsutsui
234e509874 Set WARNS?=2. 2011-09-26 18:08:09 +00:00
tsutsui
431958d51c Regenerate these compiled files properly in our own
xsrc/external/mit/xkeyboard-config/dist/ directory, i.e.
- pull changes from xkeyboard-config 2.0 to 2.3
- put back entries for sharp machines (zaurus and hpcarm wzero3s)
  removed in rev 1.4 (xkeyboard-config 2.0 merge)

XXX1: can't we generate these files during build?
XXX2: hpcarm W-ZERO3 keyboard on X still has some troubles...
2011-09-26 15:19:45 +00:00
christos
09d11d2f8f use gstdint.h from libdecnumber. 2011-09-26 14:31:25 +00:00
mrg
5f7fcf61d3 mknative files for armeb / binutils 2.21.1a 2011-09-26 09:33:45 +00:00
mrg
8f6ce38a21 mknative files for arm / binutils 2.21.1a
(built with a hack to gas/config/tc-arm.c.)
2011-09-26 09:26:58 +00:00
christos
605c6d89d1 Build glue for x86_64. This is working gdb for amd64 minus kernel stacktrace
support. It is disabled for now because it breaks user program traces.
2011-09-26 03:02:44 +00:00
christos
3e93b50f82 Disable our custom stack unwinder for now. It is completely broken now because
gdb asserts when a frame returns 0. In previous versions of gdb, it just
printed 0, and stopped scanning. Our unwinder produces the same results in
both versions of gdb, i.e. it is broken and worse than the current gdb
default. We will need to revisit this for kernel debugging.
2011-09-26 02:35:33 +00:00
christos
5ecf4f1c7e #define _KMEMUSER so that the struct lwp test works. 2011-09-25 20:26:04 +00:00
christos
b5a43e29a1 - fix missing argument
- expose struct lwp by #define _KMEMUSER
2011-09-25 20:25:08 +00:00
christos
2aaaf67e44 disable .y.c rule. 2011-09-25 20:23:51 +00:00
apb
1bc22d31ed Disable rebuilding of elfedit.1 2011-09-25 19:40:36 +00:00
christos
a83ee50668 make amd64 compile. 2011-09-25 19:09:31 +00:00
christos
2cb320433e run autoreconf -f -i to disable maintainer mode. 2011-09-25 18:18:43 +00:00
christos
acd0381cfc Apply the diffs that are relevant from our old gdb6 source tree. 2011-09-25 16:30:24 +00:00
chs
623ee27088 m68k needs fpgnulib.c just like m68000 does. 2011-09-25 13:34:16 +00:00
chs
a9fd72b06c define PREFERRED_STACK_BOUNDARY to be the same as STACK_BOUNDARY,
gcc 4.5 wants them both.
2011-09-25 13:33:43 +00:00
chs
9f1b54794a libgcc is big enough to need the equivalent of -fPIC here now. 2011-09-25 13:33:11 +00:00
chs
bdcbc7d337 don't try to define LINK_EH_SPEC if it's already set,
netbsd.h already set it to what we want.
2011-09-25 13:32:17 +00:00
mrg
aa6f331642 mknative files for vax / binutils 2.21.1a 2011-09-25 11:10:45 +00:00
mrg
95deb5109b make this build again.
gimpy, please check the #if 0'd code that may or may not be useful? :)
2011-09-25 11:07:32 +00:00
mrg
175e62a9ff mknative files for m68* / binutils 2.21.1a 2011-09-25 10:55:04 +00:00
mrg
60fbfc044d mknative files for powerpc / binutils 2.21.1a 2011-09-25 10:27:01 +00:00
mrg
bd754ea449 mknative files for hppa / binutils 2.21.1a 2011-09-25 10:15:32 +00:00
mrg
2157e9516b mknative files for alpha / binutils 2.21.1a 2011-09-25 10:09:30 +00:00
mrg
cb8d4d4a13 mknative files for mips64eb / binutils 2.21.1a 2011-09-25 10:02:45 +00:00
mrg
68c15c8ed6 mknative files for mips64el / binutils 2.21.1a 2011-09-25 09:52:59 +00:00
mrg
47221e6236 add OPTION_FIX_LOONGSON2F_BTB and OPTION_NO_FIX_LOONGSON2F_BTB
options back to the enum.
2011-09-25 09:44:54 +00:00
mrg
a84ac1a7a0 mknative files for mipsel / binutils 2.21.1a 2011-09-25 09:42:48 +00:00
mrg
0f3608f275 mknative files for mipseb / binutils 2.21.1a 2011-09-25 09:37:28 +00:00
mrg
68db3a43ca mknative files for sh3eb / binutils 2.21.1a 2011-09-25 09:29:26 +00:00
mrg
34dc7e97c3 mknative files for sh3el / binutils 2.21.1a 2011-09-25 09:25:33 +00:00
mrg
88584aaf21 mknative-binutils for sparc64 / binutils 2.21.1a. 2011-09-25 08:01:41 +00:00
mrg
1a51c49807 mknative files for sparc / binutils 2.21.1a 2011-09-25 07:53:27 +00:00
mrg
7838ec379b mknative-binutils for i386 / binutils 2.21.1a. 2011-09-25 06:48:52 +00:00
christos
32998b1cb8 Merge new binutils. Only x86_64 works now; the rest will need to run mknative
again (at least).
2011-09-25 04:32:33 +00:00
christos
31799520c4 from ftp.gnu.org 2011-09-24 22:40:46 +00:00
christos
be12b8bcaf from ftp.gnu.org 2011-09-24 22:30:45 +00:00
christos
45548106ec from ftp.gnu.org 2011-09-24 22:20:22 +00:00
christos
be9ac0ea6d from ftp.gnu.org 2011-09-24 22:10:17 +00:00
christos
7dfc761b33 Add the rcs keyword chomper. 2011-09-24 20:52:37 +00:00
christos
7813712d29 make this compile. 2011-09-24 20:51:04 +00:00
christos
5af5d48181 fix stray rcsid files 2011-09-24 20:47:37 +00:00
christos
4e98e3e176 import 7.3.1 2011-09-24 19:57:51 +00:00
christos
98b9484c67 import 7.3.1 2011-09-24 19:47:50 +00:00
christos
473931cbb4 Initial revision 2011-09-24 19:47:49 +00:00
christos
597410b885 import 7.3.1 2011-09-24 19:41:43 +00:00
christos
00a6b36997 import 7.3.1 2011-09-24 19:41:36 +00:00
wiz
372160b738 Document 'cvs rdiff -p'. 2011-09-24 12:02:58 +00:00