summaryrefslogtreecommitdiff
path: root/usr.bin/patch/ChangeLog
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /usr.bin/patch/ChangeLog
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'usr.bin/patch/ChangeLog')
0 files changed, 0 insertions, 0 deletions
ht'> 2007-12-02Install the linker scripts on amd64, which allows to link x86 32bit objectsbouyer using the native ld(1). This helps building pkgsrc/sysutils/xentools3-hvm on amd64; is also allows to build the x86 boot blocks with the native toolchain. 2007-04-08Remove support for NetBSD/{,evb}sh5.scw 2006-11-09Sprinkle -Wno-stack-protectorchristos 2006-06-30mknative binutils for powerpc64mrg 2006-02-04mknative re-run to pick up the binutils version from the sourcesskrll imported, i.e. the binutils-2.16.1 release and not the branch that I worked with originally. Lot of the changes are due to the update of the mknative script RCSId. 2006-02-03ns32k binutils mknative output. Hi Simon!skrll 2006-02-02Run mknative on the new binutils.skrll 2005-10-02add a missing dependency (discovered by parallel build).chs 2005-01-19Re-run mknative for hppa binutils update.skrll 2005-01-14Re-run mknative for mips binutils updates.skrll 2005-01-14Set EMULATION_NAME in the depends rule so that this works on mips.skrll 2005-01-09Run mknative for mipsel and mipseb for binutils 2.15 after MIPSsimonb architectures have switched to the "trad" MIPS vectors. 2004-12-16Remove "tmpdir" in "cleandir" target.tron 2004-12-12regenerate for fixed tools/binutils/Makefilemrg 2004-12-11run mknative for binutils 2.15 for amd64.mrg 2004-12-11regenerate ns32k files for binutils 2.15.mrg 2004-12-10re-run with fixed mknativemrg 2004-12-10re-run with fixed mknativemrg 2004-12-09run mknative for binutils 2.15 for alpha, arm, armeb, m68k, mipsel,mrg mipseb, powerpc and vax. note the that only arm and powerpc of these are actually run-time tested, but everything builds. 2004-12-09run mknative-binutils for 2.15 for m68000, sh3eb, sh3el and sh5el.mrg XXX: these are not run-time tested but do build fine. 2004-12-08mknative for i386, sparc & sparc64 for binutils 2.15.mrg bump shlib. 2004-09-03Regen.sekiya 2004-06-21Ignore errors on some rm -rf's for platforms that aren't quitejmc POSIX compliant and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022 2003-12-07MD glue for binutils on sh5.scw 2003-12-05Add ns32k binutils 2.14 support.simonb 2003-12-05regenerate with a working compilermrg 2003-12-05regenerate these such that they (mostly) work..mrg 2003-12-04regenerate non-brokenmrg 2003-12-04build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutilsmrg as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used. 2003-12-03switch everyone to binutils 2.14. it's confirmed to work on all themrg platforms that actually build at the moment... 2003-11-27framework to build binutils 2.14. note lib{bfd,opcodes,iberty} frameworkmrg is moving here, keeping everything together. tested with: vax (old config), mac68k (old config), i386 (new config) and shark (new config). tested i386 binaries only so far, but the system seems to be surviving the self-hosted test. XXX: note that this isn't *all* the bits required to run a binutils 2.14 world for arm or i386; these will come soon enough... 2003-10-21Rework how MAKEVERBOSE operates:lukem * Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks. 2003-10-20Support MAKEVERBOSElukem Use ${HOST_SH} Use BUILDSYMLINKS 2003-10-06Add in-tree toolchain support for HPPA.matt 2003-09-07x86_64 gcc3 and binutils glue. Not yet used.fvdl 2003-09-04in-tree toolchain support for sh5el. not really tested yet, but itmrg seems to mostly work.. libcurses.so fails to link with an out of memory error i haven't looked at yet, and nothing has actually been run.. XXX: gdb53 missing. 2003-08-01Rework how dependency generation is performed:lukem * DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204. * To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx * If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES * Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS} * Deprecate the (short lived) DEPENDSRCS Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries. Tested with "make -j 8 distribution" and "make distribution". 2003-07-28Use ${DEPENDSRCS} as a target instead of .depend, now thatlukem <bsd.dep.mk> builds .depend from .dep files. 2003-05-26Run mknative to regenerate for binutils 2.13.2.1.thorpej 2003-04-11Use MKPICLIB to determine if we should have a dependency on the .a orthorpej _pic.a version of the library. 2003-03-05regenerate all this files with correct man_MANS and TEXINFO, and 'generatedmrg from' lines. this should fix set lists problems with missing binutils man pages and info manual. 2003-03-01update / regenerate for binutils 2.13.2.1mrg