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/i386mach3.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for i386 a.out binaries.
    2    Copyright 1990, 1991, 1993, 1994, 1995, 1997
     2   Copyright 1990, 1991, 1993, 1994, 1995, 1997, 2001, 2002, 2003
    33   Free Software Foundation, Inc.
    44
     
    2929#define TEXT_START_ADDR 0x10000
    3030#define ARCH 32
    31 #define BYTES_IN_WORD 4
    3231/* This macro is only relevant when N_MAGIC(x) == ZMAGIC.  */
    3332#define N_HEADER_IN_TEXT(x)     1
     
    4443
    4544#define DEFAULT_ARCH bfd_arch_i386
    46 #define MY(OP) CAT(i386mach3_,OP)
     45
     46/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     47   remove whitespace added here, and thus will fail to concatenate
     48   the tokens.  */
     49#define MY(OP) CONCAT2 (i386mach3_,OP)
    4750#define TARGETNAME "a.out-mach3"
    4851
    49 static boolean MY(set_sizes)();
     52static bfd_boolean MY (set_sizes) PARAMS ((bfd *));
    5053#define MY_backend_data &MY(backend_data)
    51 static CONST struct aout_backend_data MY(backend_data) = {
     54static const struct aout_backend_data MY(backend_data) = {
    5255  0,                            /* zmagic contiguous */
    5356  1,                            /* text incl header */
Note: See TracChangeset for help on using the changeset viewer.