summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily add newer copy of tc-sparc.c to build tokmacy2006-10-092-1/+4658
| | | | | | | | support building of sun4v. This can be removed once the binutils import happens. Reviewed by: kan Approved by: rwatson (mentor)
* The ARM platform does the setjmp/longjmp type of exception handling.obrien2006-10-051-0/+3
|
* Enable gdb on the arm. Some time ago I committed it, but had forgotten toimp2006-10-031-4/+0
| | | | | | enable it here. Noticed by: cognet
* Fix build due to the incomplete removal of demangle.h.ru2006-09-301-1/+1
|
* Reduce diffs with file generated by FSF configure.kan2006-09-221-12/+18
|
* Prepare to pick up manpages from their new location.ru2006-09-212-7/+2
|
* Bump __FreeBSD_cc_version in case someone cares for differences betweenkan2006-09-211-1/+1
| | | | GCC 3.4.4 and GCC 3.4.6 on -current.
* Correct multiple vulnerabilities in gzip(1).simon2006-09-194-20/+25
| | | | Security: FreeBSD-SA-06:21.gzip
* Add additional support for generating code for the arm. There's stillimp2006-09-185-0/+201
| | | | | | | | | a few issues in other parts of the tree, but those will be resolved separately. Submitted by: cogenet@ Reviewed by: kan@, obrien@ MFC After: 5 days
* This is not needed since src/gnu/usr.bin/cc/cc_int/Makefile,v 1.34.ru2006-09-161-54/+0
|
* Remove vestiges of GNU tar.ru2006-09-155-1190/+0
|
* A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructionsimp2006-09-151-1/+1
| | | | during buildworld. Comment it out for now.
* Remove redundant default vectorimp2006-09-141-2/+0
| | | | Submitted by: ru@
* Add cross debug support to arm.imp2006-09-141-1/+37
| | | | Submitted by: cognet@
* fix the build: add missing end of line cont characterimp2006-09-141-3/+5
|
* scripts for the arm port.imp2006-09-143-0/+45
| | | | | Submitted by: cognet@ Reviewed by: obrien and kan
* Fix the build and minor cleanup.imp2006-09-141-3/+4
|
* .end -> .endifimp2006-09-141-1/+1
|
* Architecture specific portions of gdb for arm.imp2006-09-148-0/+1477
| | | | Submitted by: cognet@
* Config file for arm assemblerimp2006-09-141-0/+3
|
* TARGET_BIG_ENDIAN isn't appropriate here. __ARMEB__ is sufficient andimp2006-09-141-2/+2
| | | | besides, TARGET_BIG_ENDIAN isn't defined anyway.
* Remove redundant defines alerady set by Makefile.fekan2006-09-121-3/+0
|
* Style sync.obrien2006-09-121-2/+0
|
* Move to more global Makefile.tgt vs. having to define in the leaves.obrien2006-09-121-4/+0
|
* Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined, and set an ARMobrien2006-09-121-0/+4
| | | | target default.
* Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined (& targeting ARM).obrien2006-09-121-0/+4
|
* Craft the FreeBSD/ARM ABI by hacking the New ARM ABI source.obrien2006-09-121-0/+24
| | | | Submitted by: cognet
* Default vector to big endian ARM if "TARGET_BIG_ENDIAN" is defined.obrien2006-09-121-4/+11
|
* Build 'ld' supporting a big endian ARM if "TARGET_BIG_ENDIAN" is defined.obrien2006-09-121-1/+5
|
* Configure for for big endian if TARGET_BYTES_BIG_ENDIAN is defined.obrien2006-09-121-2/+2
|
* Define build 'as' TARGET_BYTES_BIG_ENDIAN if "TARGET_BIG_ENDIAN" is defined.obrien2006-09-111-0/+3
| | | | This is needed for bi-sex architectures.
* Fix three whitespace nits.imp2006-09-111-3/+2
| | | | I think these are from kan@...
* Use the pcb in stoppcbs[] if it is present for threads that were runningjhb2006-08-251-2/+19
| | | | | | | | on other CPUs in system when a dump is written. Submitted by: ups Reviewed by: marcel MFC after: 3 days
* Add initial support for kgdb(1) on PowerPC.marcel2006-08-242-5/+186
|
* Build gdb on PowerPC.marcel2006-08-241-1/+1
|
* Add basic support for PowerPC. This excludes kgdb(1).marcel2006-08-244-1/+800
|
* Add rs6000 to the architectures on PowerPC. It's needed by gdb(1).marcel2006-08-241-0/+2
|
* Remove special handling for PC == 0. With this, kgdb can now properlyjhb2006-08-231-6/+1
| | | | | | | | unwind across a page fault due to a null function pointer. It does a better job than ddb now in fact. Reviewed by: marcel MFC after: 3 days
* Remove alpha-specific stuff.ru2006-08-234-977/+0
| | | | Approved by: marcel
* Build gperf(1) for/on PowerPC. There's no apparent reason not tomarcel2006-08-211-2/+0
| | | | | build it and nothing can be found in the commit logs. We won't know if there are runtime problems, until we build it...
* Update libsupc++ to include missing files. This was fixed in libstdc++kan2006-08-191-5/+6
| | | | | | | a long time ago, but libsupc++ was left out somehow, PR: gnu/99702 Submitted by: George Mitchell
* How stupid of me. :>> doesn't change a modification time.ru2006-08-142-4/+0
|
* - Include bsd.own.mk early so existsence check using ${SHAREDIR}ru2006-08-141-0/+4
| | | | | | | actually works. - Touch /usr/share/tmac/man.local if it already exists. MFC after: 3 days
* Touch `locale' and `se_locale' if they exist to stop people fromru2006-08-141-0/+2
| | | | | | | | thinking they are obsolete. Prodded by: kris Submitted by: des MFC after: 3 days
* Fix typo.obrien2006-08-101-1/+1
| | | | Submitted by: kevlo
* Add FreeBSD 6.2 to the list of known versions.ru2006-08-081-0/+1
|
* Add libbsm to the list of our standard libraries.yar2006-08-051-0/+1
| | | | Approved by: ru
* Add initial platform support.obrien2006-07-221-0/+196
| | | | Submitted by: cognet
* Add ARM platform Makefile for building BFD. We include the New ARM ABI only.obrien2006-07-221-17/+7
| | | | (rev 1.1 was an accidental commit)
* Be consistent in quoting.obrien2006-07-226-8/+36
|
OpenPOWER on IntegriCloud