CVS commit: src/lib/libarch/alpha

2017-02-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 20 15:23:43 UTC 2017 Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Fix -O0 build; should be included after ".arch ev56" pseudo-op. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/li

CVS commit: src/lib/libarch/alpha

2013-01-09 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 9 08:49:45 UTC 2013 Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Include for alpha_mb() definition. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libarch/alpha/alpha_pci_io.c Pl

CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:54:48 UTC 2012 Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Add a cast of the shift count to int32_t, so that we don't try to do int32_t << long, since ANSI C doesn't perform "balancing" before the

CVS commit: src/lib/libarch/alpha

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:52:22 UTC 2012 Modified Files: src/lib/libarch/alpha: alpha_bus_window.c Log Message: Make 'i' unsigned to avoid signed/unsigned comparison warnings from lint. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.