summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2013-08-06Switch vax to gcc 3.3.6.miod3-6/+15
2013-08-06One major difference between gcc 2.95 and gcc 3, is that the latter comesmiod2-0/+6
2013-08-05Use proper types for device and inode numbersguenther1-3/+3
2013-07-30Fix attribute((init_priority)) on sparc and sparc64.kettenis2-0/+8
2013-07-13Register GDB_OSABI_OPENBSD_ELF as well.miod1-0/+2
2013-07-13In Perl_upg_version(), do not compare double against 10e50 on vax, for thismiod1-0/+4
2013-07-11ELF configuration for gcc3 on vax.miod3-5/+99
2013-07-05Put the a.out as and ld to rest in the Attic, finally!miod247-97951/+0
2013-07-05ELF_TOOLCHAIN bye bye.miod4-55/+3
2013-07-05VAX ELF toolchain, using `%' as the register prefix. Heavily based uponmiod16-137/+261
2013-07-04Add support for the GCC binary integer constants extension.jsg4-6/+87
2013-07-03add support for %td for ptrdiff_t in kernel printfsf1-3/+4
2013-07-01Unbreak "make includes" with an empty /usr/include by creating the 'objc'mpi1-1/+3
2013-06-21exists() calls in make are expensive so switch to test(1) and use the shellrobert1-5/+4
2013-06-20Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORTmiod1-2/+2
2013-06-19don't link to hx509, pthread and ntlm related librariesrobert1-1/+1
2013-06-18Shuffle library link order to appease the static arch deities.miod1-1/+1
2013-06-17link to the new kerberos librariesrobert1-1/+1
2013-06-12Update to sendmail-8.14.7jca37-252/+520
2013-06-06Disable a broken optimization in try_combine(); GCC PR #34628.miod1-0/+2
2013-06-04classify_integer(): test whether the value can be built using the `set'miod2-41/+67
2013-06-04Add "length" attribute to "weird" class instructions of small length: usermiod2-22/+32
2013-06-04Do not feed UTF-8 input into mandoc or nroffschwarze1-1/+8
2013-06-03avoid rebuilding server.c and client.c in the install targetrobert1-2/+2
2013-06-03Only produce UTF-8 output if the user's locale asks for it.schwarze1-1/+1
2013-06-03backport commitid support from newer CVS (with a different random idjcs9-1/+91
2013-05-18Put libgcov.a in the same directory as libgcc.a rather than /usr/lib (unlikemiod1-1/+2
2013-05-18Replace strcpy() calls with strlcpy() to avoid triggering warnings whenmiod1-2/+2
2013-05-18Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD.miod2-1/+89
2013-05-17Don't reject '++' and '--' in expressions. Some versions of gcc emit these.kettenis1-6/+9
2013-05-14make sure the linear ordering matches what makedoc actually does, otherwiseespie1-3/+3
2013-05-09Allow gdb on m88k to fetch symbols from shared libraries when debuggingmiod4-2/+87
2013-05-09Define WINT_TYPE as well.miod1-0/+3
2013-05-09Define LOCAL_ALIGNMENT as well.miod1-0/+3
2013-05-08Backport fix for gcc PR target/31152:miod1-4/+1
2013-05-08A port of the current gcc 3.3.6 m88k backend to gcc 4.2.1.miod13-6/+8420
2013-05-08In block_move_sequence(), use emit_move_insn() instead of rolling our ownmiod2-57/+4
2013-05-08Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler.miod1-2/+1
2013-04-28Revert the previous commit. It breaks the xenocara build on macppc and thebcallah2-91/+74
2013-04-26Fix linker errors when using llvm/clang.bcallah2-74/+91
2013-04-24Disable ident queries since ident(1) does not run by default anymore.ajacoutot2-2/+6
2013-04-20Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC.miod1-3/+1
2013-04-20remove dead code in print_operand()miod1-4/+0
2013-04-19Use time_t instead of long for archive timestamps, and print them as long long;miod15-28/+48
2013-04-19Revert 1.47 (bad merge)miod1-1/+1
2013-04-19Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).deraadt1-3/+3
2013-04-18Use __guard_local as the stack protector canary symbol, as already done inmiod1-1/+1
2013-04-17Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags whenmiod2-1/+20
2013-04-17Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do.miod1-1/+1
2013-04-11Do not abuse -finhibit-size-directive to control tight code alignment:miod2-12/+7