Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce SLOT_SET macro and use it in place of casts as lvalues. | kan | 2004-07-28 | 3 | -12/+16 |
| | |||||
* | Avoid casts as lvalues. | kan | 2004-07-28 | 11 | -24/+37 |
| | |||||
* | Avoid casts as lvalues. Declare local variable as u_char * instead of | kan | 2004-07-28 | 1 | -6/+6 |
| | | | | declaring it as u_short * and casting it back to uchar * all over the place. | ||||
* | Initialize ; variable eraly to shut up GCC warning. | kan | 2004-07-28 | 1 | -0/+1 |
| | |||||
* | Forced commit to note that prevois commit has nothing to do with casts | kan | 2004-07-28 | 0 | -0/+0 |
| | | | | as lvalues. I meant to replace a bogus function cast with less bogus one. | ||||
* | Avoid casts as lvalues. | kan | 2004-07-28 | 3 | -7/+6 |
| | |||||
* | Avoid using casts as lvalues. Introduce DIP_SET macro which sets proper | kan | 2004-07-28 | 11 | -109/+120 |
| | | | | | inode field based on UFS version. Use DIP ro read values and DIP_SET to modify them throughout FFS code base. | ||||
* | Avoid casts as lvalues. While here, avoid storing 32bit quantities in | kan | 2004-07-28 | 1 | -6/+6 |
| | | | | 16bit locations. | ||||
* | Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for that | davidxu | 2004-07-28 | 1 | -1/+1 |
| | | | | purpose. | ||||
* | Avoid casts as lvalues. | kan | 2004-07-28 | 3 | -4/+4 |
| | |||||
* | Avoid casts as lvalues. | kan | 2004-07-28 | 6 | -17/+33 |
| | |||||
* | Make __packed attribute apply to structs themselves, not their typedefs. | kan | 2004-07-28 | 1 | -14/+17 |
| | | | | GCC 3.4.2 issues warning about that. | ||||
* | Name non-physical devices. | ps | 2004-07-28 | 1 | -1/+1 |
| | |||||
* | Initialize s variable early to shut up GCC warnings. | kan | 2004-07-28 | 4 | -14/+31 |
| | | | | | | | Do not declare inline functions without body as this is useless in general and generates a warning with GCC 3.4.x. Glanced over by: dhartmei | ||||
* | Allow for aggressive function inlining. This might have to be fine-tuned | kan | 2004-07-28 | 1 | -1/+3 |
| | | | | later. | ||||
* | Avoid casts as lvalues. | kan | 2004-07-28 | 2 | -2/+2 |
| | |||||
* | Define our own memcpy here instead of relying on GCC to provide one. | kan | 2004-07-28 | 2 | -8/+0 |
| | |||||
* | Downgrade WARNS level until GCC 3.4.2 warning are fixed. | kan | 2004-07-28 | 2 | -1/+2 |
| | |||||
* | Avoid casts as lvalues. | kan | 2004-07-28 | 2 | -4/+11 |
| | |||||
* | Downgrade WARNS level until GCC 3.4.2 warning have been fixed. | kan | 2004-07-28 | 1 | -1/+1 |
| | |||||
* | Work around known GCC 3.4.x problem and use ANSI prototype for dremf(). | kan | 2004-07-28 | 1 | -2/+2 |
| | |||||
* | Downgrade WARNS level for GCC 3.4.2. | kan | 2004-07-28 | 3 | -2/+3 |
| | |||||
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+2 |
| | |||||
* | Downgrage WARNS level for GCC 3.4.x. | kan | 2004-07-28 | 1 | -1/+1 |
| | |||||
* | Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc to | kan | 2004-07-28 | 1 | -9/+0 |
| | | | | predefined symbols on all SPARC platforms and FreeBSD follows the crowd. | ||||
* | s/round/fpround/ to avoid naming clash with GCC builtin function. | kan | 2004-07-28 | 1 | -8/+8 |
| | |||||
* | Add NO_WERROR here. Binutils as does not compile cleanly with GCC 3.4.x. | kan | 2004-07-28 | 1 | -0/+1 |
| | |||||
* | Add missing () to function invocation. | kan | 2004-07-28 | 1 | -1/+1 |
| | |||||
* | Do not use casts as lvalues. | kan | 2004-07-28 | 2 | -2/+4 |
| | |||||
* | Bmake glue for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 26 | -1216/+1348 |
| | |||||
* | We generate this file from config.h automatically. | kan | 2004-07-28 | 1 | -1227/+0 |
| | |||||
* | Merge rev. 1.2 (allow profiling of FORTRAN77 programs) info | kan | 2004-07-28 | 1 | -31/+23 |
| | | | | GCC 3.4.3-prerelease sources. | ||||
* | Merge FreeBSD changes into GCC 3.4.2-prerelease: | kan | 2004-07-28 | 1 | -55/+30 |
| | | | | 1.2 Printf format errors fixes. | ||||
* | Use stock version of this file now. | kan | 2004-07-28 | 1 | -5697/+1493 |
| | |||||
* | Update sparc64 MD bits to GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -21/+13 |
| | |||||
* | Merge FreeBSD changes into GCC 3.4.2-prerelease: | kan | 2004-07-28 | 1 | -16/+6 |
| | | | | 1.2 Tweaks to make this file live beside our hacked config. | ||||
* | Merge r1.10 (-mno-align-long-strings) and r1.11 (make LONG_TYPE_SIZE | kan | 2004-07-28 | 1 | -601/+271 |
| | | | | overridable from the command line). | ||||
* | Merge r1.11 (-mno-align-long-strings). | kan | 2004-07-28 | 1 | -1845/+3132 |
| | |||||
* | Update Amd64 MD bits for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -6/+9 |
| | |||||
* | Update i386 MD bits for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -7/+12 |
| | |||||
* | Update Alpha config MD bits for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -10/+13 |
| | |||||
* | Merge FreeBSD modifications into gcc 3.4.2-prerelease: | kan | 2004-07-28 | 1 | -43/+30 |
| | | | | 1.8 Change symbol values to match freebsd.h. | ||||
* | Update MI config bits for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -7/+4 |
| | |||||
* | Update for GCC 3.4.2. Bump __FreeBSD_cc_version_ and use correct ELF | kan | 2004-07-28 | 1 | -7/+12 |
| | | | | interpreter on FreeBSD 5.x series. | ||||
* | Merge FreeBSD modifications into gcc 3.4.2-prerelease: | kan | 2004-07-28 | 1 | -3/+1 |
| | | | | 1.2 Localize the version string. | ||||
* | -O0 -O1 should optimize alignment for time, not size. Moved from toplev.c. | kan | 2004-07-28 | 1 | -1/+3 |
| | |||||
* | Merge FreeBSD modifications into gcc 3.4.2-prelelease: | kan | 2004-07-28 | 1 | -2856/+2093 |
| | | | | | | | 1.2 -fformat-extensions. Remove r1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob for Alpha) as obsolete. Move r1.14 (-O0 -O1 optimize alignment for time, not size) to opts.c. | ||||
* | Merge FreeBSD modifications into gcc 3.4.2-prerelease: | kan | 2004-07-28 | 1 | -1002/+1126 |
| | | | | | | | 1.{2,15} FREEBSD_NATIVE. 1.21 "GCC_OPTIONS". 1.{16,25,27} Cross-compiling issues. 1.38 Correct priority for GCC_EXEC_PREFIX. | ||||
* | Merge FreeBSD changes into GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -945/+1095 |
| | | | | 1.19 Fix -mprofiler-epilogue on i386. | ||||
* | Merge FreeBSD modifications into gcc 3.4.2-prerelease: | kan | 2004-07-28 | 1 | -264/+651 |
| | | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 teach GCC about %y for DDB. |