| Commit message (Expand) | Author | Age | Files | Lines |
* | grep -P xxx file.txt | trhodes | 2006-10-10 | 1 | -5/+0 |
* | Temporarily add newer copy of tc-sparc.c to build to | kmacy | 2006-10-09 | 2 | -1/+4658 |
* | The ARM platform does the setjmp/longjmp type of exception handling. | obrien | 2006-10-05 | 1 | -0/+3 |
* | Enable gdb on the arm. Some time ago I committed it, but had forgotten to | imp | 2006-10-03 | 1 | -4/+0 |
* | Fix build due to the incomplete removal of demangle.h. | ru | 2006-09-30 | 1 | -1/+1 |
* | Reduce diffs with file generated by FSF configure. | kan | 2006-09-22 | 1 | -12/+18 |
* | Prepare to pick up manpages from their new location. | ru | 2006-09-21 | 2 | -7/+2 |
* | Bump __FreeBSD_cc_version in case someone cares for differences between | kan | 2006-09-21 | 1 | -1/+1 |
* | Correct multiple vulnerabilities in gzip(1). | simon | 2006-09-19 | 4 | -20/+25 |
* | Add additional support for generating code for the arm. There's still | imp | 2006-09-18 | 5 | -0/+201 |
* | This is not needed since src/gnu/usr.bin/cc/cc_int/Makefile,v 1.34. | ru | 2006-09-16 | 1 | -54/+0 |
* | Remove vestiges of GNU tar. | ru | 2006-09-15 | 5 | -1190/+0 |
* | A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructions | imp | 2006-09-15 | 1 | -1/+1 |
* | Remove redundant default vector | imp | 2006-09-14 | 1 | -2/+0 |
* | Add cross debug support to arm. | imp | 2006-09-14 | 1 | -1/+37 |
* | fix the build: add missing end of line cont character | imp | 2006-09-14 | 1 | -3/+5 |
* | scripts for the arm port. | imp | 2006-09-14 | 3 | -0/+45 |
* | Fix the build and minor cleanup. | imp | 2006-09-14 | 1 | -3/+4 |
* | .end -> .endif | imp | 2006-09-14 | 1 | -1/+1 |
* | Architecture specific portions of gdb for arm. | imp | 2006-09-14 | 8 | -0/+1477 |
* | Config file for arm assembler | imp | 2006-09-14 | 1 | -0/+3 |
* | TARGET_BIG_ENDIAN isn't appropriate here. __ARMEB__ is sufficient and | imp | 2006-09-14 | 1 | -2/+2 |
* | Remove redundant defines alerady set by Makefile.fe | kan | 2006-09-12 | 1 | -3/+0 |
* | Style sync. | obrien | 2006-09-12 | 1 | -2/+0 |
* | Move to more global Makefile.tgt vs. having to define in the leaves. | obrien | 2006-09-12 | 1 | -4/+0 |
* | Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined, and set an ARM | obrien | 2006-09-12 | 1 | -0/+4 |
* | Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined (& targeting ARM). | obrien | 2006-09-12 | 1 | -0/+4 |
* | Craft the FreeBSD/ARM ABI by hacking the New ARM ABI source. | obrien | 2006-09-12 | 1 | -0/+24 |
* | Default vector to big endian ARM if "TARGET_BIG_ENDIAN" is defined. | obrien | 2006-09-12 | 1 | -4/+11 |
* | Build 'ld' supporting a big endian ARM if "TARGET_BIG_ENDIAN" is defined. | obrien | 2006-09-12 | 1 | -1/+5 |
* | Configure for for big endian if TARGET_BYTES_BIG_ENDIAN is defined. | obrien | 2006-09-12 | 1 | -2/+2 |
* | Define build 'as' TARGET_BYTES_BIG_ENDIAN if "TARGET_BIG_ENDIAN" is defined. | obrien | 2006-09-11 | 1 | -0/+3 |
* | Fix three whitespace nits. | imp | 2006-09-11 | 1 | -3/+2 |
* | Use the pcb in stoppcbs[] if it is present for threads that were running | jhb | 2006-08-25 | 1 | -2/+19 |
* | Add initial support for kgdb(1) on PowerPC. | marcel | 2006-08-24 | 2 | -5/+186 |
* | Build gdb on PowerPC. | marcel | 2006-08-24 | 1 | -1/+1 |
* | Add basic support for PowerPC. This excludes kgdb(1). | marcel | 2006-08-24 | 4 | -1/+800 |
* | Add rs6000 to the architectures on PowerPC. It's needed by gdb(1). | marcel | 2006-08-24 | 1 | -0/+2 |
* | Remove special handling for PC == 0. With this, kgdb can now properly | jhb | 2006-08-23 | 1 | -6/+1 |
* | Remove alpha-specific stuff. | ru | 2006-08-23 | 4 | -977/+0 |
* | Build gperf(1) for/on PowerPC. There's no apparent reason not to | marcel | 2006-08-21 | 1 | -2/+0 |
* | Update libsupc++ to include missing files. This was fixed in libstdc++ | kan | 2006-08-19 | 1 | -5/+6 |
* | How stupid of me. :>> doesn't change a modification time. | ru | 2006-08-14 | 2 | -4/+0 |
* | - Include bsd.own.mk early so existsence check using ${SHAREDIR} | ru | 2006-08-14 | 1 | -0/+4 |
* | Touch `locale' and `se_locale' if they exist to stop people from | ru | 2006-08-14 | 1 | -0/+2 |
* | Fix typo. | obrien | 2006-08-10 | 1 | -1/+1 |
* | Add FreeBSD 6.2 to the list of known versions. | ru | 2006-08-08 | 1 | -0/+1 |
* | Add libbsm to the list of our standard libraries. | yar | 2006-08-05 | 1 | -0/+1 |
* | Add initial platform support. | obrien | 2006-07-22 | 1 | -0/+196 |
* | Add ARM platform Makefile for building BFD. We include the New ARM ABI only. | obrien | 2006-07-22 | 1 | -17/+7 |