kleink
|
72f016b386
|
Retire FPA support from this file at last; suggested by Richard Earnshaw
and not objected to by port-arm.
|
2003-10-28 21:44:04 +00:00 |
|
kleink
|
7b674621bf
|
Retire FPA support from this file at last; suggested by Richard Earnshaw
and not objected to by port-arm.
|
2003-10-28 21:27:08 +00:00 |
|
kleink
|
dbecd8cc2e
|
Similar to sparc, make available the extended-precision definitions for
_KERNEL; the FPE package will require it once it's used on sun2.
|
2003-10-28 21:23:47 +00:00 |
|
christos
|
bfac827045
|
include <malloc.h> only if we don't have <stdlib.h>
|
2003-10-28 20:43:51 +00:00 |
|
mycroft
|
dd65577904
|
Remove bogus initializer.
|
2003-10-28 20:39:54 +00:00 |
|
mycroft
|
d7f0f6de8f
|
Do the previous differently.
|
2003-10-28 20:27:22 +00:00 |
|
mycroft
|
a72eae7293
|
Fix previous differently.
|
2003-10-28 20:21:44 +00:00 |
|
mycroft
|
8655a8eb83
|
Also, if we're going to bail, we should free the memory we just allocated...
|
2003-10-28 20:16:28 +00:00 |
|
mycroft
|
52beeea9f1
|
Previous patch created a dead break.
|
2003-10-28 20:15:19 +00:00 |
|
mycroft
|
a071a627d4
|
Return a sensible error code in the previous.
|
2003-10-28 20:13:23 +00:00 |
|
skrll
|
c5a4c60e2e
|
Compile sys/kern/uipc_socket.c -fno-strict-aliasing for now. PR 23044.
|
2003-10-28 20:12:00 +00:00 |
|
matt
|
f22eb2930b
|
From gcc-patches:
* real.c (encode_ieee_single): Ensure proper promotion.
Back out change to i386.c
|
2003-10-28 19:08:12 +00:00 |
|
matt
|
ebe74b9e7f
|
fix bogus GCC uninitialized variable warning. Use TAILQ_FOREACH.
|
2003-10-28 18:35:06 +00:00 |
|
matt
|
e633976ebd
|
Elminate GCC uninitialized variable warning.
|
2003-10-28 18:21:49 +00:00 |
|
skrll
|
a366cd57d6
|
Add COPTS.<fn>, CPUFLAGS.<fn>, CPPFLAGS.<fn> to CFLAGS to mirror the
file specific flags support of bsd.{lib,prog}.mk.
From Christos.
|
2003-10-28 17:58:57 +00:00 |
|
tsutsui
|
2f551b5f25
|
NULL -> '\0'
|
2003-10-28 17:54:35 +00:00 |
|
hannken
|
f3ce5e583f
|
Get rid of uninitialized variable.
|
2003-10-28 17:37:25 +00:00 |
|
pooka
|
aa476f1628
|
Avoid splx() with uninitialized priority level by duplicating some code
to get rid of gotos.
While doing that, add more verbosity on what failed if attach is not succesful.
|
2003-10-28 17:35:30 +00:00 |
|
provos
|
57755c156a
|
use a hash table to bind to local ports; suggested by markus friedl
approved: fvdl@
|
2003-10-28 17:18:37 +00:00 |
|
pooka
|
aaff23d58d
|
Calculate controller number based on the controller number stored in
the soft context instead of hardcoding it to "1". Now we have a better
chance of working with multiple controllers.
|
2003-10-28 17:02:54 +00:00 |
|
pooka
|
f18fbee457
|
fix uninitialized uses caught by gcc
|
2003-10-28 17:01:19 +00:00 |
|
chs
|
395b58b692
|
keep the caller's defaults instead of supplying our own.
|
2003-10-28 16:25:29 +00:00 |
|
kleink
|
bff4c04c64
|
Make the extended-precision definitions available for _KERNEL (i.e. the
FPU support package), too; reported by Chuck Silvers.
|
2003-10-28 15:55:09 +00:00 |
|
chs
|
b42acb8d26
|
uninitialized variable.
|
2003-10-28 15:31:33 +00:00 |
|
chs
|
6ef2bc9b82
|
make this compile again.
|
2003-10-28 15:28:24 +00:00 |
|
chs
|
cd23cf5c7c
|
uninitialized variables.
|
2003-10-28 15:25:27 +00:00 |
|
yamt
|
a059d6caf4
|
appease gcc "uninitialized" warning.
|
2003-10-28 14:49:53 +00:00 |
|
he
|
bfc0aec0d7
|
Consolidate latest HACK entry into already existing entry documenting
same problem.
|
2003-10-28 14:26:47 +00:00 |
|
ad
|
f67ac65f3d
|
Uninitialized variable.
|
2003-10-28 14:18:39 +00:00 |
|
he
|
4bd87960fa
|
sys/dev/ata/wd.c causes spurious warning about blkno not
being initialized before used. This appears to be a bug
specific to (at least) the m68k target, and will be reported
to the GCC maintainers.
|
2003-10-28 12:11:31 +00:00 |
|
he
|
b563d90538
|
Include <stdlib.h> to pick up exit() prototype.
|
2003-10-28 11:46:39 +00:00 |
|
he
|
d820cc0029
|
Add -ffreestanding to CFLAGS, so that libsa prototypes do not conflict
with otherwise built-in functions and prototypes in the new gcc.
|
2003-10-28 11:41:46 +00:00 |
|
he
|
219781d5ed
|
Add include of <string.h> to pick up strlen() prototype.
|
2003-10-28 11:38:04 +00:00 |
|
he
|
81c0d141d8
|
Rename those assembly files which should be passed through the C
preprocessor from .s to .S to pick up CPPFLAGS.
|
2003-10-28 11:34:59 +00:00 |
|
jdolecek
|
0ff71b5cba
|
the arm ports are 'arm' and 'armeb'
pointed out by Shoichi Miyake
|
2003-10-28 11:34:14 +00:00 |
|
drochner
|
46e330c669
|
quell a gcc3 "uninitialized" warning by putting some more dead code
inside "#ifdef PNPBIOSEVENTS"
|
2003-10-28 11:17:14 +00:00 |
|
augustss
|
6f77e29fd2
|
Appease new awk by changing \$ to $.
|
2003-10-28 10:35:12 +00:00 |
|
augustss
|
5a1764fb26
|
Regen.
|
2003-10-28 10:33:18 +00:00 |
|
augustss
|
fe59444985
|
Add Treo 600. From kern/23290.
|
2003-10-28 10:32:54 +00:00 |
|
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 |
|