/[gcl]/gcl/binutils/bfd/vaxbsd.c
ViewVC logotype

Diff of /gcl/binutils/bfd/vaxbsd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:07 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:15 2005 UTC
# Line 1  Line 1 
1  /* BFD back-end for BSD and Ultrix/VAX (1K page size) a.out-ish binaries.  /* BFD back-end for BSD and Ultrix/VAX (1K page size) a.out-ish binaries.
2     Copyright 2002 Free Software Foundation, Inc.     Copyright 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of BFD, the Binary File Descriptor library.  This file is part of BFD, the Binary File Descriptor library.
5    
# Line 18  along with this program; if not, write t Line 18  along with this program; if not, write t
18  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
19    
20  #define N_HEADER_IN_TEXT(x) 0  #define N_HEADER_IN_TEXT(x) 0
 #define BYTES_IN_WORD 4  
21  #define ENTRY_CAN_BE_ZERO  #define ENTRY_CAN_BE_ZERO
22  #define N_SHARED_LIB(x) 0 /* Avoids warning */  #define N_SHARED_LIB(x) 0 /* Avoids warning */
23  #define TEXT_START_ADDR 0  #define TEXT_START_ADDR 0
# Line 26  Foundation, Inc., 59 Temple Place - Suit Line 25  Foundation, Inc., 59 Temple Place - Suit
25  #define SEGMENT_SIZE TARGET_PAGE_SIZE  #define SEGMENT_SIZE TARGET_PAGE_SIZE
26  #define DEFAULT_ARCH bfd_arch_vax  #define DEFAULT_ARCH bfd_arch_vax
27    
28  /* Do not "beautify" the CONCAT* macro args.  Traditional C will not   remove whitespace added here, and thus will fail to concatenate   the tokens.  */  /* Do not "beautify" the CONCAT* macro args.  Traditional C will not  
29       remove whitespace added here, and thus will fail to concatenate the
30       tokens.  */
31  #define MY(OP) CONCAT2 (vaxbsd_,OP)  #define MY(OP) CONCAT2 (vaxbsd_,OP)
32    
33  #define TARGETNAME "a.out-vax-bsd"  #define TARGETNAME "a.out-vax-bsd"

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26