summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Update to Binutils 2.12.0 release.obrien2002-03-2026-78/+82
|
* Add www categorydes2002-03-201-0/+1
|
* Rename the (not really new but so far unused) sparc category to sparc64.des2002-03-191-1/+1
|
* Uncomment the powerpc category. It maps to the freebsd-ppc mailing list.des2002-03-191-1/+1
|
* Add a "standards" category at mike@'s request.des2002-03-191-0/+1
|
* Add an ia64 category; we'll need it sooner or later. Also add a commented-des2002-03-181-0/+3
| | | | | out entry for powerpc; I'll enable it when the powerpc port gets its own mailing list.
* FreeBSD 4.x bootstrapping aid (no eaccess(2) syscall).ru2002-03-181-0/+6
| | | | Reviewed by: markm
* Update for Perl 5.6.1.markm2002-03-1612-2128/+465
|
* GCC 3.1's cpp no longer searches for includes using hints from #line.obrien2002-03-161-5/+4
|
* Fix unaligned access in the GDB binary on Alpha.obrien2002-03-163-3/+10
| | | | Submitted by: gallatin
* Allow the use of the NO_PERL as well as NOPERL. The latter ismarkm2002-03-161-1/+1
| | | | going to go.
* Minor style nit.obrien2002-03-151-0/+1
|
* Update for binutils_2_12_anoncvs_20020221.obrien2002-03-151-452/+547
|
* Uggg!! LD ME HARDER!!obrien2002-03-151-1/+1
| | | | | | | | Rev 1.2 changed the default emulation from ``elf64_sparc'' to ``elf32_sparc'' and I never noticed it after my review of rev 1.1. Backing the change of the default emulation out, and Wa-la!, I can now build a native [and usable] binutils. WTF, the "-m elf64_sparc" parameter handed to `ld' by `gcc' wasn't DTRT is beyond me.
* Tune WARNS for Alpha.obrien2002-03-143-1/+10
|
* Support linking with -z combreloc (combine and sort reloc sections) and withobrien2002-03-136-18/+77
| | | | | | | | | | | | | --shared -z combreloc (shared library, combine & sort relocs) Submitted by: peter Bribed by: peter Fixes: IA-64, Kaffe, and QT Doesn't fix ports by: kris Tested on: make(1) release w/docproj Desired for: 5.0-DP#1 Approved by: murray Seconded by: jhb
* Turn up WARNS as high as possible.obrien2002-03-1315-0/+15
| | | | Tested by: gcc31, gcc32, /usr/bin/cc
* RETURN VALUES is for sections 2, 3 and 9, but here in section 1 man page,charnier2002-03-121-3/+5
| | | | | | DIAGNOSTICS should be used instead. Reviewed by: wosch
* Wrong spelling of PIC.obrien2002-03-111-1/+1
| | | | Submitted by: jake
* apropos(1) manual page doesn't tell that keyword can be regular expressionwosch2002-03-091-0/+4
| | | | | PR: gnu/31685 Submitted by: Andrey Simonenko <simon@simon.org.ua>
* The -a switch didn't cause send-pr to attach the specified file if thedd2002-03-091-0/+1
| | | | | | | PR template was obtained from the environment variable $PF_FORM. PR: 34831 Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>
* On the sparc64 platform we install this as "gawk" as Gawk is currentlyobrien2002-03-051-0/+7
| | | | borked on the sparc64. We are using BWK's AWK at the moment.
* Move the creation of the insn-*.c files from cc_tools to cc_int.obrien2002-03-022-7/+13
| | | | | | This gets rid of a cross build problem we have because we build everything in cc_tools during the `make build-tools' (or `make depend') stage.
* Use libgcc_p.a when -pg is in effect.obrien2002-02-241-0/+4
| | | | | | | | I am committing this here rather than in gcc/config/freebsd.h because the profiled libgcc only exists with the native system compiler. It is not created by a stock FSF build and we will never be able to get these bits committed to the FSF CVS repo. Thus this is very much a FreeBSD "native" issue.
* Sync this up to recent changes to our (userland) thread structure.deischen2002-02-231-42/+4
|
* Update for binutils_2_12_anoncvs_20020221.obrien2002-02-222-447/+546
|
* Update for binutils_2_12_anoncvs_20020221.obrien2002-02-221-443/+542
|
* Allow for better control over the GCC front-end when building a crossobrien2002-02-201-0/+5
| | | | | | | | | | | | compiler. * Undo the diking out of cross compiler logic from gcc.c rev 1.16. * Add the `CROSS_STARTFILE_PREFIX' knob. * Add our own definition of `STANDARD_INCLUDE_DIR'. This should have been included in freebsd-native.h rev 1.5. * Minimize a little bit more, things we dike out in the FREEBSD_NATIVE case. Submitted by: ru & obrien
* Clean up the style a little bit.obrien2002-02-201-8/+3
|
* Do not define a 'MD_EXEC_PREFIX'. It is not needed, not used in theobrien2002-02-201-8/+2
| | | | | | | | | | cross case, and just ends up causing "/usr/libexec" being added to the library search path. Also remove misleading comment about 'STANDARD_EXEC_PREFIX'. It is needed if one does not set 'MD_EXEC_PREFIX'. Submitted by: ru
* Fix kgdb in the face of the last round of KSE commits.gallatin2002-02-181-3/+9
| | | | The alpha world may actually build now..
* Add some verbiage to the comments at the top of the PR template:des2002-02-181-3/+12
| | | | | | | | - point at the FDP article rather than GNU's send-pr documentation - warn the user that PRs are public information and will be published in mailing lists and on the web - suggest that the user contact security-officer@ directly if the report concerns sensitive security issues.
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>.deischen2002-02-171-0/+1
|
* Nice set of fixes to use SCRIPT instead of PROG, thus fixing upmarkm2002-02-1019-88/+68
| | | | | | | a lot of nasty STRIP= problems. This has the added side effect if neatening up some leaf makefiles very nicely. Submitted by: ru
* Update this to 5.006.obrien2002-02-101-82/+291
|
* FreeBSD 4.1 bootstrapping aid (setproctitle(3) is in -lutil).ru2002-02-081-0/+7
| | | | | | | | | | | This backs out (sort of) delta 1.18 to perl/miniperl/Makefile. Update to the ld(1) comment by peter in this revision: ld(1) built as part of the cross-tools stage of buildworld has been fixed to look for dynamic dependencies in the right place, ${WORLDTMP}/usr/lib, effective binutils/ld/Makefile,v 1.20. Approved by: markm
* Fixed RCSLOCALID buffer overflow (by making an overflow condition fatal).ru2002-02-081-1/+1
| | | | Spotted by: John Johnson <bio.metrix@gte.net>
* Add missing &peter2002-02-082-2/+2
|
* Make this part compile and try and use the p_threads tailq. It might workpeter2002-02-082-4/+14
| | | | but I am not sure, I haven't been able to compile the rest of gdb yet.
* Add -i option (SUSv3) to patch(1). This allows one to specify amike2002-02-082-3/+17
| | | | | | | patch file on command line instead of stdin. Submitted by: Joseph Mallett <jmallett@xMach.org> MFC after: 1 month
* We do not need to use -I- any longer.obrien2002-02-071-3/+1
| | | | | | | | Presumably the issue was with arparse.[ch]. Those are now in FREEBSD-Xlist and FREEBSD-deletelist. So we do not import the Bison produced files that was causing the problem. Submitted by: ru
* When unpacking compressed archive check exit status of the child (gzip or bzip)sobomax2002-02-071-2/+20
| | | | | | | and exit with error code if that status != 0. PR: 30876 Submitted by: Simon Gerraty <sig@juniper.net>
* Set the SCRIPTDIR to be rooted at TOOLS_PREFIX rather than DESTDIR.obrien2002-02-077-7/+7
| | | | | | | | | | | | (the two may be different (ie, build vs. runtime)) Allow ldscript's SEARCH_DIR do be rooted somewhere other than `/'. (in this case at TOOLS_PREFIX) These changes are most helpful during `make buildworld' so that the shared libs built in the middle of `make buildworld' are used vs. the ones in /usr/lib on the build machine. Submitted by: ru
* I missed adding a file that was needed on the Alpha (and will be neededobrien2002-02-041-1/+1
| | | | | | on x86_64 also. Submitted by: ru
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-281-418/+716
|
* Special case the foreign platform vs. the native one.obrien2002-01-281-4/+4
|
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-281-828/+1854
|
* Support cross building from 64-bit machines.obrien2002-01-281-0/+4
|
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-281-416/+714
|
* Upgrade to a Binutils 2.12.0 snapshot.obrien2002-01-281-416/+713
|
OpenPOWER on IntegriCloud