mrg
952f507549
pull across a patch from .../toolchain/gcc/gcc.c that removes a whole
...
bunch of unrequired (and problem-causing) paths from various lists.
set (new) TOOLDIR_BASE_PREFIX and STANDARD_BINDIR_PREFIX defines in the
#ifdef NETBSD_NATIVE case as well as several other *_PREFIX defines.
2003-07-29 07:20:21 +00:00
mrg
30e5f75620
rework an expression to avoid 32 bit overflow
2003-07-27 15:16:54 +00:00
mrg
127fd99434
avoid redefining a symbol differently
2003-07-27 15:13:39 +00:00
mrg
6a0101cabe
#if 0 an assert that is always false. XXX not really always...
2003-07-27 05:03:51 +00:00
dsl
f2eecf77ab
Define and use xasprintf() so that memory allocate errors are reported.
2003-07-26 16:06:44 +00:00
dsl
d1fbc02d92
This should fix the recent cvs breakage - PR bin/22276
...
Use asprintf() instead of malloc(), sprintf() pairs.
Now that CVSADM_xxx is getCVSdir("xxx"), sizeof CVSADM_xxx isn't quite right!
(Who knows why gcc doesn't error 'sizeof function()' though?)
Note this compiles, but isn't tested (yet).
2003-07-26 14:36:18 +00:00
lukem
d028397570
Disable rules that attempt to update parse.c from parse.y.
...
Implemented using a method recommended by Chris Demetriou on source-changes.
2003-07-26 12:02:21 +00:00
christos
0f6cc2d0c8
Document -D
2003-07-25 20:39:25 +00:00
christos
e6a5f61128
Add -D dir option to be able to specify where cvs stores its bookkeeping files
...
(default to CVS as usual).
2003-07-25 20:37:31 +00:00
mrg
e70774a5af
oops, we need the generated-manpages target still.
2003-07-25 18:38:18 +00:00
mrg
5e7d44a059
comment some more rules that update read-only source trees
2003-07-25 18:33:19 +00:00
mrg
80b751809f
- comment the rules to rebuild .info files into $srcdir.
...
- don't try to link the (not yet built!) target libiberty.a for host programs(!)
2003-07-25 18:06:03 +00:00
mrg
20c6cdf6dc
make `cpp -gcc' the default on NetBSD.
2003-07-25 17:57:41 +00:00
mrg
731484776c
merge import conflicts.
2003-07-25 09:04:06 +00:00
simonb
f8d975a54e
Add rev 1.48 from binutils:
...
date: 2003/03/14 21:07:54; author: drow; state: Exp; lines: +1 -0
ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.
2003-07-24 03:40:17 +00:00
mrg
1da79fd671
initial import of GCC 3.3 sources. (this is the latest GCC 3.3.1
...
prerelease snapshot, 3.3.1-20030720, we will update to 3.3.1 when
it becomes available.)
2003-07-23 02:40:42 +00:00
wiz
fade40fe67
Add patch from groff repository:
...
revision 1.5
date: 2003/07/18 07:00:47; author: wlemb; state: Exp; lines: +38 -21
Don't ignore grotty's command line options if \X'tty: sgr ...' is
used to change the drawing scheme.
* src/devives/grotty/tty.cpp (bold_flag_option,
underline_flag_option, italic_flag_option, reverse_flag_option,
bold_underline_mode_option): New global variables.
(update_options): New function.
(tty_printer::special): Call update_options.
(main): Don't set xxx_flag but xxx_flag_option, then call
update_options.
2003-07-20 13:01:08 +00:00
drochner
994673f63c
As already done in binutils-2.14:
...
Use the "LL" suffix for 64-bit constants.
Now gcc-3.3 doesn't warn about "constants too large
for "long"" or so anymore.
2003-07-09 14:43:24 +00:00
drochner
82df414328
Fix another case where the %{R*} in LINK_SPEC got lost.
...
Should resolve PR toolchain/22098 by Richard Earnshaw.
2003-07-09 14:34:47 +00:00
wiz
11ec0bca58
Commit fix from ru@freebsd (already in groff CVS) to fix a problem
...
discovered by jmc@openbsd:
.Pp
.Bd -literal
had more whitespace than plain
.Bd -literal
without a .Pp directly before.
2003-07-06 02:23:45 +00:00
martin
6b51cb5150
Explicit dependencies for y.tab.h handling. Without this, parallel builds
...
break.
If someone finds a better way to do this (especially without modifying
this imported makefiles) please feel free to redo this differently.
2003-07-05 22:09:03 +00:00
martin
ef6eddfd4c
Fix obvious, very stupid bugs, that made compilation fail on 64 bit systems.
...
(unfriendly remarks removed before leaving editor)
2003-07-05 15:08:59 +00:00
wiz
22b7dfef23
Add a note about updating config.h.
2003-07-03 15:41:37 +00:00
wiz
336f920cb0
Reduce diff to texinfo-4.6.
2003-07-03 15:35:34 +00:00
wiz
f6bd3ce762
``autoreconf -f'' generates better output -- use that instead.
2003-07-03 15:24:01 +00:00
wiz
5852c21fa6
Merge 4.6 (includes aclocal/autoheader/autoconf/automake run
...
for local AM_MAINTAINER_MODE change).
2003-07-03 15:09:13 +00:00
wiz
501ee3dffd
Import of texinfo-4.6.
2003-07-03 14:58:40 +00:00
wiz
cdcc2dcba2
Remove another local patch: all fields of the NODE structure are
...
initialized manually, so no zeroing is necessary.
2003-07-03 12:59:54 +00:00
wiz
3fbb8762e8
Match 4.5 better (no functional change).
2003-07-03 12:53:07 +00:00
wiz
18f0270abb
Remove local patch that was (supposedly) a work-around for
...
libedit-emulating-readline problems, which appear fixed; at least
texinfo compiles just as well without the patch.
2003-07-03 12:50:09 +00:00
wiz
b12e18c6e7
No point in allocating x*2 if only x+2 is used (reverts local patch
...
pulled up from 3.12).
2003-07-03 12:47:32 +00:00
wiz
dd008107d1
Add 'signed' in some places so this compiles on platforms where
...
char by default is unsigned.
2003-07-03 06:27:50 +00:00
wiz
67d5c6a49b
Remove generated files.
2003-07-01 08:26:33 +00:00
mrg
68a081c5e1
delete these generated files
2003-07-01 08:15:28 +00:00
wiz
45404addfe
Add @SHELL@ before mkinstalldirs call, in case mkinstalldirs does
...
not have the right permissions.
2003-06-30 19:18:21 +00:00
wiz
31624bb944
Re-add (for now).
2003-06-30 19:05:32 +00:00
wiz
fa3255d80d
Disable SGR output; patch from Werner Lemberg (wl at gnu org).
2003-06-30 18:10:23 +00:00
wiz
95ed1d3161
Add patch from groff's CVS repository removing two superfluous lines
...
before the NAME header.
2003-06-30 18:08:51 +00:00
wiz
68ac378cc2
Comment out locale call, since sh(1) doesn't redirect "program not found"
...
errors to stdout, even if asked nicely.
2003-06-30 18:07:38 +00:00
wiz
3064bb2cdf
Remove versioned subdir from datasubdir to make tools/ building easier.
2003-06-30 18:05:20 +00:00
wiz
afcefcd756
Updated import script.
2003-06-30 18:02:48 +00:00
wiz
10663b019b
Update to 1.19.
2003-06-30 17:59:43 +00:00
wiz
5220bc5f6e
Import groff-1.19. Changes since 1.16.1: too many to list here (> 1000 lines
...
in the abridged version). Please read the included NEWS file for details.
2003-06-30 17:51:41 +00:00
wiz
1a6d2307a3
These man pages are not from the Berkeley distribution -- remove ".UC".
2003-06-30 14:09:51 +00:00
drochner
12d153b126
fix LINK_SPEC to pass "-R" to the linker
...
(approved by tv)
2003-06-26 19:16:21 +00:00
drochner
c712f01409
link shared objects against libgcc_pic also in the !native
...
(ie tools/cross) case, as already done in the native configuration
2003-06-26 17:50:32 +00:00
itojun
9053ad0b31
make the defafult value of CVS_RSH to "ssh".
2003-06-20 03:28:56 +00:00
thorpej
1d99a54efe
Bring in the following patch from FSF binutils mainline:
...
2003-06-13 Richard Earnshaw <rearnsha@arm.com>
* tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.
(FPU_DEFAULT, case TE_NetBSD): Default to FPU_ARCH_VFP for ELF,
FPU_ARCH_FPA for AOUT.
(md_begin): Don't try to guess the floating point architecture from
the CPU if the OS ABI (Linux, NetBSD) mandates a particular form.
...per Richard's suggestion.
2003-06-14 16:02:57 +00:00
atatat
f554d2662a
Pull sendmail 8.12.9 to the head, resolve the import conflict, and
...
make it build. Now we have $NetBSD$ tags.
2003-06-01 14:06:40 +00:00
atatat
7af571cc1a
sendmail 8.12.9
2003-06-01 14:01:14 +00:00