jb
74780e6b04
Make a bit of FreeBSD-specific code a bit more specific => i386 only.
1998-05-13 22:55:44 +00:00
phk
4c734c0e4d
.Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT
...
PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
1998-05-13 07:57:49 +00:00
steve
24792483ec
Fix spelling error.
...
PR: 6572
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-05-11 03:44:55 +00:00
peter
a82eba7c6c
Update for some -current quirks, and some other things taken from the
...
*bsd bind-8 ports.
(our setpwent() was changed to return void, but our setgrent() returns
int still!)
1998-05-03 04:55:44 +00:00
peter
b8bc3bc233
Old files moved/replaced/obsoleted by bind-8
1998-05-03 04:44:20 +00:00
peter
3a554077f3
This commit was generated by cvs2svn to compensate for changes in r35629,
...
which included commits to RCS files with non-trunk default branches.
1998-05-03 04:11:49 +00:00
peter
0666320b4e
Import (trimmed) ISC bind-8.1.2-t3b. This will be updated to 8.1.2 on
...
final release.
Obtained from: ftp.isc.org
1998-05-03 04:11:49 +00:00
peter
58ca52f417
Import ISC bind v4.9.7-T1B as a reference. We may need this if we update
...
-stable to 4.9.7 instead of 8.1.2 for whatever reason.
1998-05-02 11:04:44 +00:00
peter
a8be3d0818
This commit was generated by cvs2svn to compensate for changes in r35618,
...
which included commits to RCS files with non-trunk default branches.
1998-05-02 11:04:44 +00:00
ache
c8a064d400
Back out complex and semi-correct workaround and commit one line fix
...
for 'echo' problem instead
1998-05-02 08:33:59 +00:00
jb
cf7f1dd2f4
If not interactive, we need the traditional behaviour of the input
...
not being echoed to the output. So as a _hack_ to get the world building
again, redirect the readline rl_outstream to stderr when not interactive.
The proper way to handle non-interactive mode is to read from stdin
and don't worry about edit mode, but this is GNU so it's not worth the
time thinking about. I'm already pissed off that I even had to look
at this "nice code".
1998-05-02 03:28:43 +00:00
peter
a72a36cdca
partially revert rev 1.2 spammage. This file is broken as shipped and
...
depends on the typo in the #ifdef in order to work.. Since the line has
been touched, leave a note there so that nobody else tries to "fix" it
again.
PR: 2035
1998-04-30 17:31:22 +00:00
ache
b85011086f
Remove generated bc.h
1998-04-30 16:02:01 +00:00
ache
60027966f4
Add removed files to the removed list
1998-04-30 08:21:28 +00:00
ache
008b6ec313
Remove junk files that occupes space: Flex/Bison output and TeX macros
1998-04-30 08:00:49 +00:00
dfr
0925595f73
Use the dynamic symtab of the runtime linker when looking for places to set
...
breakpoints. It may have been installed stripped.
1998-04-30 07:56:18 +00:00
andreas
3a033668d7
Added short instruction for FreeBSD how to import
1998-04-29 21:57:35 +00:00
andreas
a17a6a2830
This commit was generated by cvs2svn to compensate for changes in r35516,
...
which included commits to RCS files with non-trunk default branches.
1998-04-29 21:53:01 +00:00
andreas
0ec6169bea
Import GNU bc 1.04
...
PR: 4183
1998-04-29 21:53:01 +00:00
ache
470efec49a
Fix merge errors
1998-04-28 07:37:54 +00:00
ache
f66beda6a7
Merge local changes
1998-04-28 06:49:42 +00:00
ache
57352a1b33
This commit was generated by cvs2svn to compensate for changes in r35486,
...
which included commits to RCS files with non-trunk default branches.
1998-04-28 06:22:20 +00:00
ache
27ef633cd3
V2.2 import
1998-04-28 06:22:20 +00:00
peter
9527a97222
-pg was causing a link with -lc_r... :-]
...
Submitted by: Dmitry Khrustalev <dima@xyzzy.machaon.ru>
PR: 6287
1998-04-13 14:12:34 +00:00
peter
05ae376d90
Argh!.. Spot the deliberate mistake that was probably causing the
...
leftover files in /tmp.. (this commit brought to you by 'cvs update -j')
1998-04-11 16:12:07 +00:00
jb
035d92130a
Document the FreeBSD specific options from LIB_SPEC.
1998-04-10 09:19:11 +00:00
bde
9a3bc82878
Removed yacc output files so that it is impossible to mix them with
...
new ones that we generate.
1998-03-27 11:14:12 +00:00
bde
bba68a1ec1
Removed yacc output files so that it is impossible to mix them with
...
new ones that we generate. We used to always mix the old header with
the new .cc file. This worked because Cygnus's yacc is surprisingly
compatible with our yacc.
1998-03-27 11:13:47 +00:00
peter
8643af65b3
Some tweaks to get this to compile for the userland tools.
1998-03-21 13:39:11 +00:00
peter
02d7d423ae
This commit was generated by cvs2svn to compensate for changes in r34739,
...
which included commits to RCS files with non-trunk default branches.
1998-03-21 10:04:55 +00:00
peter
58e3555d88
Import ipfilter 3.2.3
1998-03-21 10:04:55 +00:00
jb
813e1f6dac
Ouch, my local cvs walloped the version I thought I was committing.
...
Here is what I intended.
1998-03-14 03:02:19 +00:00
jb
7b1976eca5
On i386, freebsd.h and freebsd-elf.h have been merged to combine
...
aout and elf support. freebsd-elf.h died as a result, so the BINFORMAT
test for elf in src/gnu/usr.bin/cc/cc_tool/Makefile will need to
use freebsd.h, not freebsd-elf.h. That means that alpha will have to
go the same way. The new alpha/freebsd.h has the alpha/freebsd-elf.h
definitions merged in.
1998-03-13 21:12:12 +00:00
jb
cb348fd0d5
Nuke crti.o from the STARTFILE_SPEC again. No asm code is needed on alpha.
...
Add the define that lets gas know how to ".set" and enable pragmas
so that #pragma weak will work.
1998-03-11 20:56:24 +00:00
peter
d0208572aa
Tweak from the cvs sources just after the 1.9.26 release:
...
1998-03-07 Tim Pierce <twp@skepsis.com>
* rcs.c (RCS_checkout): Negation bug when checking out symlinks:
existence_error should be !existence_error.
This shouldn't cause any major merge problems later.
1998-03-11 09:30:51 +00:00
jraynard
400707d96e
Remove test sub-directory.
1998-03-10 19:28:47 +00:00
peter
6b449debea
Merge changes from vendor branch into mainline
1998-03-10 13:58:02 +00:00
peter
a194b78bd2
This commit was generated by cvs2svn to compensate for changes in r34461,
...
which included commits to RCS files with non-trunk default branches.
1998-03-10 13:40:57 +00:00
peter
0c111e2b51
Import cvs-1.9.26 onto vendor branch
1998-03-10 13:40:57 +00:00
jb
c736173442
Change the LINK_SPEC to specify the same runtime loader as used on
...
i386-elf because that is what will be used for FreeBSD/Alpha.
Change the STARTFILE_SPEC to match the non-aout version of i386 so
that the csu files can be built in exactly the same way as i386-elf.
This means that FreeBSD/Alpha departs from NetBSD/Alpha which uses
crt0 and crtbegin/crtend. Since i386-aout uses crt0, I guess it was
decided that i386-elf should use crt1. i386-elf also references
crti and with this change, so does FreeBAS/Alpha.
I think it is important for FreeBSD to have a consistent implementation
across architectures and since ELF is quite compatible (ignoring
differences in 32 and 64 bits), gcc might as well be configured the
same.
Another change is that the entry symbol is _start, not __start as
in NetBSD.
1998-03-10 06:47:14 +00:00
peter
b0d1291cc8
Both our a.out (hacked) gas and the binutils gas support .weak
...
Prompted by: bde
1998-03-09 04:47:58 +00:00
peter
b4375c6592
Only do a.out/elf switching on i386 family
1998-03-09 04:13:31 +00:00
jb
dce663f91f
This commit was generated by cvs2svn to compensate for changes in r34351,
...
which included commits to RCS files with non-trunk default branches.
1998-03-09 03:38:19 +00:00
jb
31cb88078d
Import an extra source file from binutils 2.8.1 that is included on
...
alpha.
1998-03-09 03:38:19 +00:00
jb
64938d6e9c
Add a FreeBSD entry for alpha-elf.
1998-03-09 03:34:53 +00:00
peter
b13939a64c
Don't disable the use of $ in assembler labels.. It changes libstdc++
...
and libg++ so that they won't work with existing binaries (including
netscape!!).
1998-03-09 03:26:57 +00:00
jb
875cc1421c
Our default rules tend to shove asm code through cpp, so comments
...
starting with hashes have a sub-optimal impact. This change adds
/* */ around the block comment in the header of each file to make
them friendly to cpp. Also added an Id keyword cause I like to
see revision numbers in source.
1998-03-08 21:09:04 +00:00
peter
075f262da2
Spell -Bshareable correctly... :-]
1998-03-08 16:09:57 +00:00
peter
5a58d42fe2
svr4.h defines ASM_IDENTIFY_GCC, but neglects to define
...
ASM_IDENTIFY_LANGUAGE. Use the osfrose.h method, because gdb assumes
'C' by default, so there's no need to further clutter the symbol table.
1998-03-08 13:26:15 +00:00
peter
d616a733c3
Cosmetic cleanup for a.out asm generation.. Don't put the end-of-file
...
markers that the stabs-in-elf system uses.
1998-03-08 12:47:45 +00:00