| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-09-01 | port the GCC3 gcc/config/ia64/netbsd.h. only change is to remove a call | mrg | |
| to the no longer available/required NETBSD_OS_CPP_BUILTINS_LP64() macro. | |||
| 2006-08-27 | fix conflicts | rpaulo | |
| 2006-08-27 | postfix 2.3.3 | rpaulo | |
| 2006-08-26 | More mips64 toolchain changes. With these changes, the mips64 toolchain | matt | |
| can build a mips64 kernel. | |||
| 2006-08-26 | Back mips N64 changes made to wrong toolchain. | matt | |
| 2006-08-25 | Add enough configury glue so that src/tools can build a N64 mips toolchain. | matt | |
| 2006-08-23 | several fixes to netbsd host support: | mrg | |
| - look for sys/param.h, sys/sem.h, sys/ipc.h, sys/ioctl.h, sys/filio.h and sys/uio.h - don't look for sys/isa_defs.h. we never had one. - call GLIBCXX_CHECK_POLL, GLIBCXX_CHECK_S_ISREG_OR_S_IFREG and GLIBCXX_CHECK_WRITEV - define _GLIBCXX_USE_WCHAR_T, HAVE_NL_LANGINFO, HAVE_ICONV, HAVE_ICONV_CLOSE, HAVE_ICONV_OPEN, HAVE_MODF, HAVE_STRTOF and HAVE_STRTOLD still broken includes: _GLIBCXX_HAVE_S_IFREG, _GLIBCXX_USE_ICONV, _GLIBCXX_USE_NLS, _GLIBCXX_HAVE_ISWBLANK, _GLIBCXX_HAVE_VFWSCANF, _GLIBCXX_HAVE_VSWSCANF, _GLIBCXX_HAVE_VWSCANF, _GLIBCXX_HAVE_WCSTOF | |||
| 2006-08-18 | remove unused files leftover from old postfix distribution which | dbj | |
| now cause filename case conflicts on case insensitive filesystems. | |||
| 2006-08-01 | resolve conflicts | rpaulo | |
| 2006-08-01 | postfix 2.3.2 | rpaulo | |
| 2006-07-26 | Apply the sanctioned fix for the cvs password problem from Mark D. Baushke. | christos | |
| 2006-07-24 | gcc4 generated extremely unoptimal code for shifts of 64-bit ints on SuperH. | uwe | |
| Pull over a fix from gcc 4.1 branch. ok mrg@ Author: sayle Date: Fri Jul 21 13:22:31 2006 New Revision: 115644 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115644 Log: PR middle-end/28283 * expmed.c (expand_shift): Additionally check that the shift_cost is not MAX_COST and that INTVAL(op1) is less than MAX_BITS_PER_WORD before implementing a LSHIFT_EXPR as a sequence of additions. * config/sh/sh.c (shift_costs): Return MAX_COST to inform the middle-end that DImode shifts need to be synthesized by expand. Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/config/sh/sh.c branches/gcc-4_1-branch/gcc/expmed.c | |||
| 2006-07-24 | PR/34030: Takehiko NOZAKI: Allways allocate the cvs password returned | christos | |
| in the get_cvs_password() function to simplify the code and avoid leaks. | |||
| 2006-07-24 | Enable anvil and scache. By popular demand. It's also enabled by default on | rpaulo | |
| postfix distribution. | |||
| 2006-07-19 | update for postfix 2.3.0 | rpaulo | |
| 2006-07-19 | make sure we zero the password before we free it Takehiko NOZAKI | christos | |
| 2006-07-19 | Not used by postfix 2.3.0. Removed due to conflict with postconf awk script. | rpaulo | |
| 2006-07-19 | resolve conflicts | rpaulo | |
| 2006-07-19 | postfix 2.3.0 | rpaulo | |
| 2006-07-18 | PR/34030: Takehiko NOZAKI: double-free bugs in CVS 1.11.22 | christos | |
| Don't free/trash the password if we did not allocate it using scramble(). | |||
| 2006-07-12 | bug_report_url: s/netbsd/NetBSD/ | hubertf | |
| OK'd by mrg@ | |||
| 2006-07-11 | Change date in the nbX part of the version string to match the date | dan | |
| the nbX change was made. The original gcc cvs/svn branch date is kept separately. After discussion with simonb@ who pointed me at rev 1.4 where he'd corrected the same wrong assumption. | |||
| 2006-07-11 | pull in fix for gccpr 28016 from svn rev 114739: | dan | |
| Do not emit uninstantiated static data members. this addresses C++ issues that broke linkage of programs using several boost libraries, including monotone. bump nb version accordingly discussed with and committed by request of mrg@ | |||
| 2006-07-10 | Redefine RS6000_CPU_CPP_ENDIAN_BUILTINS() the same way powerpc does | ross | |
| to eliminate the _BIG_ENDIAN builtin which conflicts with our endian.h XXX for now, define MASK_PROFILE_KERNEL here XXX | |||
| 2006-07-10 | correct NetBSD capitalisation | jnemeth | |
| 2006-07-10 | include <string.h> if available | ross | |
| 2006-07-10 | fix LP64 issue in os_time | ross | |
| 2006-07-10 | map host info into gdb_host for powerpc64-*-netbsd | ross | |
| 2006-07-10 | Call ldemul_finish() before lang_check_section_addresses(), as done | drochner | |
| in binutils-current, rev.1.224. ldemul_finish() might change section addresses/lengths, so this change makes sure it is really the final output which is checked. This fixes problems loading LKMs on alpha and amd64, reported by Dave Huang per PR bin/33909. I could reproduce it myself on alpha. | |||
| 2006-07-08 | Define FRAME_POINTER_CFA_OFFSET since it is a constant 0 since VAX *always* | matt | |
| has a valid frame pointer. | |||
| 2006-07-07 | also use the "config/netbsd.h" definition of NETBSD_LIB_SPEC for netbsd. | mrg | |
| 2006-07-06 | define the NetBSD start/end/link specs in terms of the ones from | mrg | |
| "config/netbsd-elf.h", not some local definitions (that are wrong.) | |||
| 2006-07-06 | do not use crtsavres | mrg | |
| 2006-07-06 | oops, forgot to bump the NetBSD GCC date with the last import. | mrg | |
| 2006-07-06 | make this look slightly more like linux64.h. remove some unused stuff. | mrg | |
| don't set a default rs6000_ieeequad. now libgcc builds. | |||
| 2006-07-06 | make powerpc64-netbsd: | mrg | |
| - not include rs6000/netbsd.h - include biarch64.h at the start of tm_file, like powerpc64-linux does - include the linux kernel profiling flag option (though profiling is currently busted in general) | |||
| 2006-07-06 | don't set a default rs6000_ieeequad on NetBSD just as Linux. | mrg | |
| 2006-07-06 | fix this for non-netbsd targets. | mrg | |
| 2006-07-06 | do not rebuild .info files in the netbsd tree. | mrg | |
| 2006-07-06 | for armeb, TARGET_ENDIAN_DEFAULT now needs to be set to MASK_BIG_END. | mrg | |
| 2006-07-03 | don't need rs6000/netbsd.h twice. | mrg | |
| 2006-07-02 | Merge local changes and removed files. | nathanw | |
| 2006-07-02 | Import GDB 6.5 | nathanw | |
| 2006-07-02 | Import GDB 6.5 | nathanw | |
| 2006-07-02 | Use tramp.asm, not tramp.S | matt | |
| 2006-07-01 | Fix write kcore support. | christos | |
| 2006-07-01 | update the "building for netbsd cross target list" of defined functions. | mrg | |
| 2006-06-29 | Pull in fix from binutils-current that allows -shared and -static to be | skrll | |
| used together again. This is something that ld.elf_so did/will use. | |||
| 2006-06-28 | merge GCC 4.1-20060628. | mrg | |
| 2006-06-28 | import GCC 4.1 branch from 20060628. | mrg | |
| this includes new fixes for the these 40 GCC PRs: 21210 22541 25161 26223 26347 26559 27020 27082 27158 27177 27227 27421 27601 27648 27665 27666 27689 27722 27733 27781 27790 27793 27802 27806 27807 27819 27821 27830 27842 27858 27861 27884 27933 27951 27959 28045 28109 28110 28112 28151 | |||
