summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand/fixcoff
AgeCommit message (Expand)Author
2021-06-23nbmacppc-fixcoff did not cross-build correctly on OpenBSD becausecjep
2018-05-01Create a new bsd.hostinit.mk file and put the build definitions for all hostchristos
2017-10-02Add cvs id keyword.uwe
2017-10-02PR port-macppc/52564: revert previous and use a different workaround.uwe
2017-09-20PR/52564: Scole Mail: current ofwboot.xcf crashes because of .eh_frame* in .textchristos
2017-04-20Merge .eh_frame_hdr and .eh_frame into .textuwe
2014-12-23Make sure .data/.bss ends/starts on a 4 byte boundary.matt
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2006-09-16Set NOMAN so that running make locally completes successfully.uwe
2006-04-07Fix to allow macppc to crossbuild when host is not NetBSD.gdamore
2005-12-11merge ktrace-lwp.christos
2004-03-13Add a 'tags' target to macppc.dyoung
2003-12-26merge any section that starts in ".rodata." into the text section.aymeric
2003-12-11Convert fixcoff into a true host tool by making it under tools.matt
2003-12-10Make sure to pick up nbcompat definitionsmatt
2003-12-10Use be16toh/htobe16 instead of ntohs/htons.matt
2003-12-10s/u_int16_t/uint16_t/ for more portabilitymatt
2003-05-18missing rcsidlukem
2003-03-09don't depend on "../../../../../gnu/dist/toolchain/include/coff/rs6000.h".mrg
2002-09-17Get rs6000.h from gnu/dist/toolchain/include instead of gnu/dist/include.briggs
2001-12-12MKfoo=no -> NOfootv
2001-10-20Add nb_progname so this will compile on older NetBSD systems that will bejmc
2001-02-19convert to use getprogname()cgd
2000-03-13Fix doubled 'the's in comments.soren
1999-11-23Add fixcoff, a program to be used during a build to help make xcoff'wrstuden