Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/vaxnetbsd.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    1 /* BFD back-end for NetBSD/VAX a.out-ish binaries.
    2    Copyright 1998, 2000 Free Software Foundation, Inc.
     1/* BFD back-end for NetBSD/VAX (4K page size) a.out-ish binaries.
     2   Copyright 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
    33
    44This file is part of BFD, the Binary File Descriptor library.
     
    2121#undef TARGET_IS_BIG_ENDIAN_P
    2222
    23 #define TARGET_PAGE_SIZE        1024
     23#define TARGET_PAGE_SIZE        0x1000
    2424#define SEGMENT_SIZE    TARGET_PAGE_SIZE
    2525
    2626#define DEFAULT_ARCH    bfd_arch_vax
    27 #define DEFAULT_MID     M_VAX_NETBSD
     27#define DEFAULT_MID     M_VAX4K_NETBSD
    2828
    29 #define MY(OP) CAT(vaxnetbsd_,OP)
     29/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     30   remove whitespace added here, and thus will fail to concatenate
     31   the tokens.  */
     32#define MY(OP) CONCAT2 (vaxnetbsd_,OP)
     33
    3034/* This needs to start with a.out so GDB knows it is an a.out variant.  */
    3135#define TARGETNAME "a.out-vax-netbsd"
Note: See TracChangeset for help on using the changeset viewer.