Joel Sherrill
af063f6c01
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* cpu.c: Fix prototypes.
* rtems/score/cpu.h: Use memcpy() initialize FP structure and avoid
many casts and potential warnings.
2008-08-19 19:10:46 +00:00
Joel Sherrill
930775ddb7
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* libnetworking/kern/kern_sysctl.c, libnetworking/libc/res_debug.c: Fix
warnings.
2008-08-19 18:47:54 +00:00
Joel Sherrill
1a7c300001
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* rtems/score/cpu.h: Fix type when initializing FP context.
2008-08-19 18:46:20 +00:00
Joel Sherrill
14d1db6cdb
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/rpcio.c:
Remove some warnings. Using ASSERT/assert macros confuses gcc who is
unsure actions take place. More importantly if you ever compiled with
NDEBUG set wrong, intended actions would not occur. Likely I did not
catch all of these.
2008-08-19 18:18:54 +00:00
Joel Sherrill
6bdeeb3111
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
2008-08-19 17:42:03 +00:00
Joel Sherrill
d3b8e4a35d
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* clock/clock.c: Move extern outside of braces.
2008-08-19 17:41:56 +00:00
Joel Sherrill
593297e428
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* libchip/display/disp_hcms29xx.c: Do not make these static. They
appear to be unused that way.
2008-08-19 17:39:05 +00:00
Joel Sherrill
4a7fc5df42
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* startup/bspstart.c, startup/init5282.c: Fixed warnings.
2008-08-19 17:38:42 +00:00
Joel Sherrill
49a4016507
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* dswifi/arm7/makefile, dswifi/include/netinet/in.h,
libnds/basicARM7/source/defaultARM7.c, libnds/include/gbfs.h,
libnds/include/nds/bios.h, libnds/include/nds/card.h,
libnds/include/nds/dma.h, libnds/include/nds/interrupts.h,
libnds/include/nds/ipc.h, libnds/include/nds/jtypes.h,
libnds/include/nds/registers_alt.h, libnds/include/nds/system.h,
libnds/include/nds/timers.h, libnds/include/nds/arm7/audio.h,
libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
libnds/include/nds/arm7/touch.h, libnds/include/nds/arm9/boxtest.h,
libnds/include/nds/arm9/cache.h, libnds/include/nds/arm9/console.h,
libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/video.h,
libnds/include/nds/arm9/videoGL.h, libnds/source/arm7/audio.c,
libnds/source/arm7/clock.c, libnds/source/arm7/microphone.c,
libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
libnds/source/arm9/boxtest.c, libnds/source/arm9/gurumeditation.c,
libnds/source/arm9/ndsmotion.c, libnds/source/arm9/videoGL.c,
libnds/source/common/card.c,
libnds/source/common/interruptDispatcher.S, touchscreen/reco.c: Fix
various warnings by fixing prototypes. Remove unused .bin files.
Convert all files to UNIX CF/LF.
* libnds/source/arm9/COS.bin, libnds/source/arm9/SIN.bin,
libnds/source/arm9/TAN.bin, libnds/source/arm9/default_font.bin: Removed.
2008-08-19 15:47:14 +00:00
Joel Sherrill
e1730f64f8
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* bin2s.c: Fix various warnings by fixing prototypes. Remove unused
.bin files. Convert all files to UNIX CF/LF.
2008-08-19 15:47:04 +00:00
Joel Sherrill
d80c921dbc
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* startup/bspstart.c: Fixed nested extern declarations.
2008-08-19 15:45:01 +00:00
Joel Sherrill
aec17f1a2c
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* libchip/shmdr/shm_driver.h: Correct prototypes.
2008-08-19 15:22:41 +00:00
Joel Sherrill
f4e7c5190c
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* httpd/uemf.h: Add empty braces to macro.
2008-08-19 15:08:05 +00:00
Ralf Corsepius
1925dad2cb
Add missing prototypes.
2008-08-19 14:47:33 +00:00
Ralf Corsepius
8d7fe6221f
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* sh7032/timer/timer.c, sh7045/timer/timer.c, sh7750/timer/timer.c:
Add missing prototypes.
2008-08-19 14:47:08 +00:00
Joel Sherrill
f132a3d8dd
2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
...
PR 1296/cpukit.
* psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
incorrect repeat interval. This patch fixes the following problems in
the test.
(1) Adds test for value of it_interval.tv_nsec.
(2) Corrects test for absolute timer in past.
(3) Modifies test to use different initial and repeat periods.
(4) Updates psxtimer01.scn to match results.
2008-08-19 14:46:52 +00:00
Ralf Corsepius
e77c723878
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* trap34/console-io.c: Add missing prototypes.
2008-08-19 14:45:32 +00:00
Joel Sherrill
753c05ab02
2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
...
PR 1296/cpukit.
* posix/src/timersettime.c: POSIX timers use incorrect repeat interval.
This patch fixes the following problems in timer_settime: 1) Uses
value.it_interval for repeat period. 2) Corrects test for incorrect
value of it_value.tv_nsec (should reject 1000000000).
2008-08-19 14:45:15 +00:00
Joel Sherrill
ea0586b1a1
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* shared/m68kbspgetworkarea.c: Move extern of global symbols from
linkcmds outside function.
2008-08-19 14:39:21 +00:00
Joel Sherrill
60a3fa0c2e
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* cpu.c, rtems/score/cpu.h: Add extern for bfffo table and rename it to
indicate that it is specific to this architecture.
2008-08-19 14:19:12 +00:00
Ralf Corsepius
3fe64cb577
Add missing prototypes.
2008-08-19 13:59:12 +00:00
Ralf Corsepius
c85b78ac7a
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* timerstub.c: Add missing prototypes.
2008-08-19 13:58:58 +00:00
Ralf Corsepius
21a62ef002
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/__main.c: Add missing prototypes.
2008-08-19 13:47:11 +00:00
Ralf Corsepius
bec7639374
Add missing prototypes.
2008-08-19 13:47:03 +00:00
Joel Sherrill
55cf0bf2a5
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* score/inline/rtems/score/threadmp.inl: Add include of
rtems/score/mpci.h and remove extern.
2008-08-19 13:18:40 +00:00
Joel Sherrill
639e1319ec
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* libcsupport/include/clockdrv.h: Add Clock_Exit prototype.
2008-08-19 12:42:10 +00:00
Joel Sherrill
f3eaba9a0c
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* include/bootcard.h, bootcard.c, bsplibc.c: Changed parameter types of
bsp_libc_init() to match RTEMS_Malloc_Initialize().
* bsppost.c, bsppredriverhook.c: Include bootcard.h.
* src/irq-generic.c: Fixed warnings.
2008-08-19 12:41:03 +00:00
Joel Sherrill
a9c2508f60
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* shared/clock/clock.c: Fixed warnings.
2008-08-19 12:39:55 +00:00
Joel Sherrill
699c2be07f
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* include/bsp.h, network/network.c, spi/spi_init.c, startup/cpuinit.c,
startup/uboot_support.c: Fixed warnings.
2008-08-19 12:38:41 +00:00
Joel Sherrill
54c7a7fef6
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
variables and made methods static.
2008-08-19 12:27:47 +00:00
Ralf Corsepius
396e2af102
2008-08-19 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* rtems/inline/rtems/rtems/asr.inl,
rtems/inline/rtems/rtems/attr.inl,
rtems/inline/rtems/rtems/barrier.inl,
rtems/inline/rtems/rtems/dpmem.inl,
rtems/inline/rtems/rtems/event.inl,
rtems/inline/rtems/rtems/eventset.inl,
rtems/inline/rtems/rtems/message.inl,
rtems/inline/rtems/rtems/modes.inl,
rtems/inline/rtems/rtems/options.inl,
rtems/inline/rtems/rtems/part.inl,
rtems/inline/rtems/rtems/ratemon.inl,
rtems/inline/rtems/rtems/region.inl,
rtems/inline/rtems/rtems/sem.inl,
rtems/inline/rtems/rtems/status.inl,
rtems/inline/rtems/rtems/support.inl,
rtems/inline/rtems/rtems/tasks.inl,
rtems/inline/rtems/rtems/timer.inl,
Add header guard to force indirect inclusion.
2008-08-19 12:09:54 +00:00
Ralf Corsepius
4d24fccb93
Add header guard to force indirect inclusion.
2008-08-19 12:09:40 +00:00
Ralf Corsepius
07f20cb14b
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/score/cpu.h: Add missing prototype.
2008-08-19 12:07:39 +00:00
Ralf Corsepius
6932bceeeb
Add missing prototype.
2008-08-19 12:07:28 +00:00
Ralf Corsepius
b79c595205
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/init5235.c: Add missing prototypes.
2008-08-19 11:25:13 +00:00
Ralf Corsepius
a840853385
Add missing prototypes.
2008-08-19 11:25:05 +00:00
Ralf Corsepius
1b778dcc9b
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/init5206e.c: Add missing prototypes.
2008-08-19 11:23:29 +00:00
Ralf Corsepius
349a9fcb06
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/bspstart.c: Add missing prototypes.
2008-08-19 11:22:18 +00:00
Ralf Corsepius
bbc99ce2d0
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* clock/clock.c, startup/init5329.c: Add missing prototypes.
2008-08-19 11:19:52 +00:00
Ralf Corsepius
ddb6ac6ac6
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/init5272.c: Add missing prototypes.
2008-08-19 11:18:08 +00:00
Ralf Corsepius
7220bf85d4
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/init5282.c: Add missing prototypes.
2008-08-19 11:16:19 +00:00
Ralf Corsepius
686d078369
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* clock/clock.c, startup/init52235.c: Add missing prototypes.
2008-08-19 11:14:49 +00:00
Ralf Corsepius
5df7515e73
Add missing prototypes.
2008-08-19 10:28:06 +00:00
Ralf Corsepius
d54ef06065
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* timer/timer.c: Add missing prototypes.
2008-08-19 10:27:55 +00:00
Ralf Corsepius
07426924d6
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* shared/bspspuriousinit.c: Add missing prototypes.
2008-08-19 10:26:35 +00:00
Ralf Corsepius
8bd13f1f61
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* clock/ckinit.c, console/leds.c, console/mc68ec.c,
startup/bspstart.c, timer/timer.c: Add missing prototypes.
2008-08-19 10:24:31 +00:00
Ralf Corsepius
4377b904f4
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* console/sci.c, startup/bspstart.c, startup/start_c.c,
timer/timer.c: Add missing prototypes.
2008-08-19 10:23:15 +00:00
Ralf Corsepius
7b68eedc1d
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/bspclean.c, timer/timer.c: Add missing prototypes.
2008-08-19 10:21:43 +00:00
Ralf Corsepius
1249bb2226
Add missing prototypes.
2008-08-19 09:19:39 +00:00
Ralf Corsepius
6a324ea827
2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/bspclean.c, timer/timer.c: Add missing prototypes.
2008-08-19 09:19:33 +00:00