simonb
393d075aa5
Fix bogus uninitialised warning.
2003-10-28 09:52:32 +00:00
scw
39fe0cf03e
Delete the symbolsize variable. It's not useful here.
...
Reported by Shoichi Miyake in port-arm/23293.
2003-10-28 08:26:33 +00:00
scw
fe5371e8a9
Fix an uninitialised variable warning, reported by Shoichi Miyake
...
in port-arm/23293.
2003-10-28 08:22:55 +00:00
mrg
902f36f19f
note mdsetimage/installboot sun2/gcc3 hacks.
2003-10-28 08:22:48 +00:00
mrg
00b48119d0
XXX: build mdsetimage.c / installboot/ffs.c with -O0 on sun2 as GCC3
...
barfs on these for now.
2003-10-28 08:21:26 +00:00
lukem
b43426c867
Move the rule to disable .cc -> NULL transforms, so it works again.
2003-10-28 08:13:39 +00:00
lukem
b947f38eae
don't need .cc->NULL rule here
2003-10-28 08:12:32 +00:00
mrg
f06db78213
NULL -> 0 bogon.
2003-10-28 08:00:36 +00:00
lukem
3c82ede8bd
clean the "stripped" mdoc files
2003-10-28 07:46:16 +00:00
lukem
5966f94e07
Move the rule to disable .cc -> NULL transforms, so it works again.
...
Fixes "includes" when exception.cc is newer than inc/exception.
Noted in private mail by Havard Eidnes.
2003-10-28 07:38:57 +00:00
mrg
76dbb1d8cc
GCC3:
...
- move m68000 into "mostly working" section
GDB53:
- move m68000 & armeb into "in progress" section
- enable sh3eb
2003-10-28 07:22:55 +00:00
simonb
c78d65c886
Sort MACHINE_ARCH's in the GDB section.
2003-10-28 07:09:03 +00:00
mrg
93b8296886
m68k_make_fpu_idle_frame() is not needed/wanted if defined(M68010)
2003-10-28 06:55:45 +00:00
briggs
5a770ba2d8
Toggle the default value of ip6_v6only. Also provide a sample sysctl to
...
retain the existing behavior.
2003-10-28 06:31:28 +00:00
junyoung
68a06a8528
Fix indent level.
2003-10-28 04:59:18 +00:00
fredb
137eabcb90
Fix that last warning in a prettier (and less befuddling) way, as
...
suggested by Dave Huang.
2003-10-28 04:56:23 +00:00
jmc
782579c57a
SUSE3 says htonl and friends come in via arpa/inet.h. This will actually not
...
hurt on NetBSD and makes hosting on non-native for tools/ work correctly
2003-10-28 04:00:51 +00:00
lukem
ad700b72aa
replace $(SHELL) with ${HOST_SH}
2003-10-28 02:51:56 +00:00
cl
b8d68ee313
note 'm68k {u,}int64_t used uninitialized' bug.
...
add reference to gcc bug report.
mark all (known) occurrences.
2003-10-28 02:01:46 +00:00
uwe
375b04dc77
Default to the little-endian bfd_elf32_shlnbsd_vec.
2003-10-28 01:58:23 +00:00
mrg
45e224e8d4
fix a typo in previous pointed out by lukem
2003-10-28 01:25:33 +00:00
matt
a54bd8931a
Fix tpyo. (ieee854 -> ieee754)
2003-10-28 01:24:06 +00:00
mrg
e2c8806fcf
compile (but not run-time) tested sh3eb-netbsdelf-gdb support.
2003-10-28 01:21:37 +00:00
uwe
398db2f8fd
Item 1 - mention that you can configure and build in a scratch
...
directory, thus saving the trouble of doing distclean and cvs update.
Item 4 - it's defs.mk, not defs.h.
New bullet - in defs.mk set G_BFD_CPPFLAGS from `tdefaults' variable
of the generated bfd/Makefile.
2003-10-28 01:12:11 +00:00
christos
239484d9e9
eliminate oldsp variable, and don't save the original sp with STACK_OFFSET.
2003-10-28 01:10:50 +00:00
kleink
91af1eaa96
#define __HAVE_LONG_DOUBLE on platforms which implement a distinct
...
`long double' type.
2003-10-28 00:55:28 +00:00
wiz
a1a9c97ba0
Bump date for previous; fix a typo; use .Dq instead of \*( construct.
2003-10-28 00:28:56 +00:00
wiz
3122f2a2f2
Grammar fixes in previous; use Nx in one place;
...
sort examples; replace < and > with \*[Lt] and \*[Gt] respectively.
Bump date for previous.
2003-10-28 00:26:17 +00:00
fvdl
44954feab8
Add a driver for the Intel IGPE1000 PHY as found on 82541 and 82547 chips.
...
Not yet enabled anywhere.
2003-10-28 00:15:40 +00:00
kleink
fdb80dd054
Ignore the explicit integer bit here, too; otherwise an infinity with the
...
explicit integer bit set could be classified as NaN.
2003-10-28 00:13:22 +00:00
mrg
d103a27279
compile-tested sun2 support for GDB 5.3.
2003-10-27 23:56:55 +00:00
mrg
1b3f9cdd10
revert previous
2003-10-27 23:56:14 +00:00
mrg
8dcb3c2e33
allow -traditional-cpp to be overridden when making dependancies
2003-10-27 23:52:57 +00:00
simonb
f85a32fc57
Set the CPU frequency parameters from YAMON if available, and fall back
...
to the timer/RTC based calibration loops otherwise.
2003-10-27 23:47:00 +00:00
simonb
eb24c3d567
Add a function to query YAMON for the CPU frequency, and set up the
...
parameters for delay() from this.
2003-10-27 23:41:42 +00:00
kleink
39dd1b6e20
pmap_print_mmuregs(): move initialization of addr before its first use;
...
reported by David Young.
2003-10-27 23:35:41 +00:00
fredb
3fef8c6042
Fix a befuddling error from gcc.
2003-10-27 23:11:23 +00:00
dyoung
9dbaa63583
Stop false uninitialized variable warning.
2003-10-27 23:08:12 +00:00
fredb
fc4e07a00b
Appease gcc3 "-Wno-uninitialized".
2003-10-27 23:06:15 +00:00
fredb
fa27252b6c
Appease gcc3 -Wno-uninitialized (even though blkno is clearly assigned in
...
each branch of a conditional).
2003-10-27 23:03:05 +00:00
dyoung
9a73ec4e1e
Stop false uninitialized variable warning.
2003-10-27 22:48:20 +00:00
lukem
f4f2cda6de
minor consistency tweaks
2003-10-27 22:38:39 +00:00
lukem
c176c56887
fix typo in comment
2003-10-27 22:29:59 +00:00
christos
8b40dcaecf
Make readline csh-like history work.
...
From Gerry Swislow <gerry at certif dot com>.
2003-10-27 22:26:35 +00:00
fredb
2ba4302402
Initialize some "might (not) be used uninitialized" variables.
2003-10-27 22:16:04 +00:00
kleink
397f6db8f4
Add <vax/vaxfp.h>.
2003-10-27 21:54:24 +00:00
kleink
8b8e22cb01
Enter vaxfp.h, the VAX pendant of <machine/ieee.h>.
2003-10-27 21:52:03 +00:00
mellon
de4e43d0c5
- Add declarations for lhs_context and rhs_context. For some reason these
...
were missing from the diff between 3.0.1rc11 and 3.0.1rc12, so the previous
commit didn't compile. :'(
2003-10-27 21:08:25 +00:00
mellon
0f26f5c9ea
- Apply patches from ISC DHCP 3.0.1rc12 to correct a parser bug that causes
...
the ISC DHCP server to fail to start when it is configured to use the
ad-hoc DNS update mechanism. This fixes PR#20460 and PR#23284 (once
this is pulled up to the 1.6 branch).
2003-10-27 20:16:09 +00:00
uwe
faa73a6d7e
In test_error() use <& to duplicate input descriptors,
...
correct the order of descriptors in redirection that saves stdin.
2003-10-27 20:09:49 +00:00