/* host.h - Parameters about the a.out format, based on the host system on which the program is compiled. Copyright (C) 2001-2020 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ /* Address of data segment in memory after it is loaded. It is up to you to define SEGMENT_SIZE on machines not listed here. */ #ifndef SEGMENT_SIZE #if defined(pyr) #define SEGMENT_SIZE page_size #endif #ifdef is68k #define SEGMENT_SIZE 0x20000 #endif #endif /*!defined(SEGMENT_SIZE)*/ /refs/'>refslogtreecommitdiff
path: root/usr.bin/fdformat
AgeCommit message (Collapse)Author
2021-11-27usr.bin: remove unnecessary CONSTCOND, lint no longer needs itrillig
Since 2021-01-31, lint no longer requires a CONSTCOND comment in a do-while-0 statement since this is a common code pattern, especially in statement-like macros.
2016-09-05Drop main() prototype.sevan
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-18Make sure fdformat is on m68k (even sun2)matt
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
No effective change except where I used the opportunity to sort options and/or option descriptions.
2010-03-30build elf2aout and fdformat on macppc64 (for now, it's a lot easier thanmrg
figuring out how to split the sets... but that will have to happen.) fixes the first easy part of PR#43075.
2009-04-12fix -Wsign-compare issueslukem
2009-03-08If this is built for arm, build it for armeb as well, so thathe
a build of evbarm-eb does not give set list errors.
2009-02-14Build fdformat on a MACHINE_ARCH not MACHINE basisabs
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-07-22Bump date for previous.wiz
2006-07-22Remove the obsolete notes on F/V/E-style output.mishka
2006-07-21Apply patches from bin/26449: improve fdformat diagnostic messages.mishka
Early okayed by <thorpej> on tech-userlevel@.
2004-04-23PR/15897: Ryo HAYASAKA: fdformat does not know about terminal width.christos
also: constify, ansify, pass lint.
2004-04-23WARNS=3christos
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
to be the most common practice in our tree.
2003-06-23Add NetBSD RCS Ids.agc
2002-12-10Build this on x86_64.fvdl
2002-09-30New sentence, new line.grant
2002-02-11acorn32 and cats get fdformat.thorpej
2001-12-01Sort sections.wiz