mrg
12448037ad
apply the changes in PR#22489.
...
2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
PR c/11449
* fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
of HOST_WIDE_INT.
(fold_single_bit_test): If sign_bit_p() fails, assume that the
bit being tested is not a sign bit.
2003-07-04 Jeff Law <law@redhat.com>
PR c/11428
* expr.c (do_store_flag): Pass in the correct result type
when calling fold_single_bit_test.
* fold-const.c (fold_single_bit_test): Use result_type for the
result when folding a sign bit test.
2003-07-02 Jeff Law <law@redhat.com>
* expr.c (do_store_flag): Remove special case folding for
single bit tests. Instead call back into the commonized folder
routine.
* fold-const.c (fold_single_bit_test): New function, mostly
extracted from do_store_flag, with an additional case extracted
from fold.
(fold): Call fold_single_bit_test appropriately.
* tree.h (fold_single_bit_test): Prototype.
2004-04-05 14:32:56 +00:00
matt
e5795ee03a
Add libraries needed for configure
2004-04-04 20:17:27 +00:00
mrg
4f693be191
re-enable ppc-gdb "target sim" support.
2004-04-02 13:36:32 +00:00
mrg
df1f7747e1
#endif /* MUST NOT HAVE TOKENS AFTER IT */
2004-04-02 13:36:24 +00:00
mrg
dd567aa2f5
- (required) const poison
...
- fix some function argument type issues (struct _bfd vs bfd)
2004-04-02 13:34:50 +00:00
mrg
80a13c7a72
labels must have statements:;
2004-04-02 13:33:04 +00:00
mrg
37135b824f
make this build again.
2004-04-02 13:12:35 +00:00
mrg
e32ba6cc2a
delete these unused sources
2004-04-02 13:11:37 +00:00
mrg
b52423ebbe
copy the files from gnu/usr.bin/sim over here.
2004-04-02 13:06:01 +00:00
mrg
c2dbce328f
oops; exit on failure with the previous.
2004-04-02 11:12:29 +00:00
mrg
10872ccc93
use mktemp(1) for safe temp files.
2004-04-02 11:11:22 +00:00
enami
71f20d1fa2
Correctly fallback into the normal path when SETXID_SUPPORT is defined
...
but the binary was the normal one. Fixes PR#23471.
2004-04-01 01:51:04 +00:00
perry
55b6a027e7
Add 3.0 as well. (Hi Wiz!)
2004-03-29 13:59:47 +00:00
wiz
f85aad9f0f
Change default to 2.0, and add 2.1.
2004-03-29 11:02:47 +00:00
tron
79dac9a13b
Remove generated sources files "__gcc_bcmp.c", "_bb.c" and "_eprintf.c"
...
in "cleandir" target.
2004-03-29 09:32:49 +00:00
heas
a612917e3c
Add new files from 2.0.19
2004-03-27 16:39:00 +00:00
heas
f32166d8a9
merge from 2.0.19 import
2004-03-27 16:31:19 +00:00
heas
c7fd7e15fb
Postfix 2.0.19
2004-03-27 16:09:35 +00:00
jdolecek
2eb16b781e
move the GNU awk-based awk.texi back under src/gnu/dist/gawk/,
...
it's covered by GNU Documentation Licence and thus shouldn't be mixed
with free code
2004-03-27 11:34:11 +00:00
dan
0909a31142
Note master.cf change and provide instructions regarding the fact that
...
postfix does not listen on the network by default.
2004-03-27 00:07:48 +00:00
dan
7c20c92e67
Make postfix not listen on the network by default, requiring user
...
configuration to enable inbound mail reception.
This is in line with general security policy, so that postfix is
"safe" until other required configuration steps have been taken.
This way, systems enabling this mailer for local mail delivery only
won't be vulnerable to surprise exploits, being used as relays,
/var/mail filling up with spam, etc.
2004-03-27 00:03:16 +00:00
jdolecek
0c4ea4cbc7
delete GNU gawk 3.1.3 sources. they are available in cvs with
...
"cvs co -r gawk-3-1-3-before-remove src/gnu/dist/gawk".
2004-03-26 17:16:24 +00:00
mrg
bcf0c1fd21
delete GNU gzip 1.2.4 sources. you can find them again by running
...
"cvs co -r gzip-1-2-4-before-deletion src/gnu/usr.bin/gzip".
2004-03-26 09:15:02 +00:00
mrg
1d5769dcfc
switch over to mrg gzip.
2004-03-26 08:52:26 +00:00
atatat
7a69658f37
resolve conflicts, pull 8.12.11 to head
2004-03-25 19:14:30 +00:00
atatat
8d2f43c39d
sendmail 8.12.11
2004-03-25 18:57:22 +00:00
skrll
79ddf7b5dc
Remove the LIB2FUNCS_ST objects from libgcc_s.
2004-03-25 07:48:34 +00:00
martin
8998b47e17
Pull in sparc64 fix from gcc cvs:
...
Forbid mode changes from SImode for lower FP regs if ARCH64.
Fixes PR 23380 and PR 23124.
2004-03-22 22:56:09 +00:00
skrll
db31f1ccba
Build the -fPIC exception handling objects with the right flags, e.g.
...
-fexceptions and link the shared library with the standard startup files.
2004-03-22 17:08:23 +00:00
skrll
ddc6c41839
Remove ${CPICFLAGS} from .o rules
2004-03-22 17:02:57 +00:00
mrg
f433e33bb4
also define __sparcv9. noted by heas@
2004-03-21 01:22:12 +00:00
skrll
44e60dd983
Fix forced MKPIC=no builds using the trick suggested by Luke. Thanks!
2004-03-18 19:48:15 +00:00
scw
a8bb5642ca
Results of mknative run with gcc3.3.3 on sh5el.
2004-03-17 09:02:06 +00:00
matt
eca4702ec5
Indicate that sparc64*-*-netbsd* and x86_64*-*-netbsd* are host64 platforms.
2004-03-14 00:46:39 +00:00
matt
2fcaa9eb41
On 64bit hosts or bdf64 is enabled, add x86_64 support when configuring
...
i386-*-netbsdelf. This part of 1 on letting i386 crossbuild on amd64.
2004-03-14 00:45:16 +00:00
jdolecek
c370e5310e
switch awk to nawk; gawk sources will be removed after some grace period
...
change blessed by core@
2004-03-13 22:28:47 +00:00
cgd
959bb13f95
Redo the linux cross-build fixes, from rev 1.24 of the master groff version:
...
http://www.ffii.org/cgi-bin/viewcvs.cgi/groff/Makefile.comm
(The previous fixes still ended up with syntactically-invalid shell
code for the 'for' loops, which would fail on some versions of linux.
The ignore-error marking for the command would allow the build to finish,
but it would leave extraneous "Failed" bits in the build output.)
2004-03-11 07:23:02 +00:00
skrll
44d317c631
Remove local variables when building the .hidden objects.
2004-03-10 22:18:17 +00:00
matt
5132bfefdc
Add support for traversing through signal handler frames.
2004-03-10 01:22:29 +00:00
skrll
b09e6d0dfe
Whitespace
2004-03-08 14:47:27 +00:00
skrll
3539722ee8
Check for G_LIB1ASMFUNCS (not LIB1ASMFUNCS) being non-empty before
...
creating rules for LIB1ASMFUNCS. This is better for old makes (and
readability.)
As highlighted by grifo3000@interfree.it on current-users
2004-03-08 14:45:07 +00:00
skrll
bda33b4f10
NO* variable re-order. No functional change.
2004-03-05 10:55:16 +00:00
wiz
de65560a4a
Bump PACKAGE_VERSION to 1.11.11 too, for consistency.
2004-03-04 19:57:04 +00:00
skrll
824aa68c5a
Add __PIC__ and __pic__ to TARGET_OS_CPP_BUILTINS for all NetBSD platforms
...
and object formats.
This fixes a problem in libgcc_s.so on powerpc pointed out to me by
Aymeric Vincent in private email.
OK'd by Jason.
2004-03-03 20:09:51 +00:00
pooka
abd87603f6
.XE without .XS should complain about that, not about .XS without .XE
...
i.e. fix tyop/thinko in error message
2004-03-01 14:43:44 +00:00
skrll
d68db0e48c
Oops! Remove harmless -DNH=${MKPIC}
2004-03-01 08:52:53 +00:00
mrg
eaa3c8ce1b
backout part of rev1.6: don't set machine_suffix and just_machine_suffix
...
in NETBSD_NATIVE mode. from enami.
2004-03-01 07:36:59 +00:00
mrg
d9c305d49d
merge gcc 3.3.3 cornflakes
2004-03-01 07:27:18 +00:00
mrg
18e7b0d6a5
initial import of GCC 3.3.3, which fixes a few more bugs from the prior
...
3.3.3-pre snapshot we were using.
visit http://gcc.gnu.org/gcc-3.3/changes.html#3.3.3 for more details.
2004-03-01 03:43:04 +00:00
mrg
ec14d423fc
initial import of GCC 3.3.3, which fixes a few more bugs from the prior
...
3.3.3-pre snapshot we were using.
visit http://gcc.gnu.org/gcc-3.3/changes.html#3.3.3 for more details.
2004-03-01 03:32:51 +00:00