summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Introduce SLOT_SET macro and use it in place of casts as lvalues.kan2004-07-283-12/+16
|
* Avoid casts as lvalues.kan2004-07-2811-24/+37
|
* Avoid casts as lvalues. Declare local variable as u_char * instead ofkan2004-07-281-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.kan2004-07-281-0/+1
|
* Forced commit to note that prevois commit has nothing to do with castskan2004-07-280-0/+0
| | | | as lvalues. I meant to replace a bogus function cast with less bogus one.
* Avoid casts as lvalues.kan2004-07-283-7/+6
|
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-2811-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 inkan2004-07-281-6/+6
| | | | 16bit locations.
* Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for thatdavidxu2004-07-281-1/+1
| | | | purpose.
* Avoid casts as lvalues.kan2004-07-283-4/+4
|
* Avoid casts as lvalues.kan2004-07-286-17/+33
|
* Make __packed attribute apply to structs themselves, not their typedefs.kan2004-07-281-14/+17
| | | | GCC 3.4.2 issues warning about that.
* Name non-physical devices.ps2004-07-281-1/+1
|
* Initialize s variable early to shut up GCC warnings.kan2004-07-284-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-tunedkan2004-07-281-1/+3
| | | | later.
* Avoid casts as lvalues.kan2004-07-282-2/+2
|
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-282-8/+0
|
* Downgrade WARNS level until GCC 3.4.2 warning are fixed.kan2004-07-282-1/+2
|
* Avoid casts as lvalues.kan2004-07-282-4/+11
|
* Downgrade WARNS level until GCC 3.4.2 warning have been fixed.kan2004-07-281-1/+1
|
* Work around known GCC 3.4.x problem and use ANSI prototype for dremf().kan2004-07-281-2/+2
|
* Downgrade WARNS level for GCC 3.4.2.kan2004-07-283-2/+3
|
* Avoid casts as lvalues.kan2004-07-281-2/+2
|
* Downgrage WARNS level for GCC 3.4.x.kan2004-07-281-1/+1
|
* Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc tokan2004-07-281-9/+0
| | | | predefined symbols on all SPARC platforms and FreeBSD follows the crowd.
* s/round/fpround/ to avoid naming clash with GCC builtin function.kan2004-07-281-8/+8
|
* Add NO_WERROR here. Binutils as does not compile cleanly with GCC 3.4.x.kan2004-07-281-0/+1
|
* Add missing () to function invocation.kan2004-07-281-1/+1
|
* Do not use casts as lvalues.kan2004-07-282-2/+4
|
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-2826-1216/+1348
|
* We generate this file from config.h automatically.kan2004-07-281-1227/+0
|
* Merge rev. 1.2 (allow profiling of FORTRAN77 programs) infokan2004-07-281-31/+23
| | | | GCC 3.4.3-prerelease sources.
* Merge FreeBSD changes into GCC 3.4.2-prerelease:kan2004-07-281-55/+30
| | | | 1.2 Printf format errors fixes.
* Use stock version of this file now.kan2004-07-281-5697/+1493
|
* Update sparc64 MD bits to GCC 3.4.2-prerelease.kan2004-07-281-21/+13
|
* Merge FreeBSD changes into GCC 3.4.2-prerelease:kan2004-07-281-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_SIZEkan2004-07-281-601/+271
| | | | overridable from the command line).
* Merge r1.11 (-mno-align-long-strings).kan2004-07-281-1845/+3132
|
* Update Amd64 MD bits for GCC 3.4.2-prerelease.kan2004-07-281-6/+9
|
* Update i386 MD bits for GCC 3.4.2-prerelease.kan2004-07-281-7/+12
|
* Update Alpha config MD bits for GCC 3.4.2-prerelease.kan2004-07-281-10/+13
|
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-43/+30
| | | | 1.8 Change symbol values to match freebsd.h.
* Update MI config bits for GCC 3.4.2-prerelease.kan2004-07-281-7/+4
|
* Update for GCC 3.4.2. Bump __FreeBSD_cc_version_ and use correct ELFkan2004-07-281-7/+12
| | | | interpreter on FreeBSD 5.x series.
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-3/+1
| | | | 1.2 Localize the version string.
* -O0 -O1 should optimize alignment for time, not size. Moved from toplev.c.kan2004-07-281-1/+3
|
* Merge FreeBSD modifications into gcc 3.4.2-prelelease:kan2004-07-281-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:kan2004-07-281-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.kan2004-07-281-945/+1095
| | | | 1.19 Fix -mprofiler-epilogue on i386.
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-264/+651
| | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 teach GCC about %y for DDB.
OpenPOWER on IntegriCloud