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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for NetBSD/ARM a.out-ish binaries.
    2    Copyright 1999, 2000 Free Software Foundation, Inc.
     2   Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
    33
    44This file is part of BFD, the Binary File Descriptor library.
     
    2828/*#define MACHTYPE_OK(mtype) ((mtype) == M_ARM6_NETBSD)*/
    2929
    30 #define MY(OP)                  CAT (armnetbsd_, OP)
     30/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     31   remove whitespace added here, and thus will fail to concatenate
     32   the tokens.  */
     33#define MY(OP)                  CONCAT2 (armnetbsd_, OP)
     34
    3135/* This needs to start with a.out so GDB knows it is an a.out variant.  */
    3236#define TARGETNAME              "a.out-arm-netbsd"
    3337
    3438#if 0
    35 #define NAME(x,y) CAT3(aoutarm,_32_,y)
     39#define NAME(x,y) CONCAT3 (aoutarm,_32_,y)
    3640
    3741#define aoutarm_32_get_section_contents aout_32_get_section_contents
     
    4145#include "bfd.h"                /* To ensure following declaration is OK */
    4246
    43 CONST struct reloc_howto_struct *
     47const struct reloc_howto_struct *
    4448MY_bfd_reloc_type_lookup
    4549  PARAMS ((bfd * abfd AND
Note: See TracChangeset for help on using the changeset viewer.