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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for NetBSD/ns32k a.out-ish binaries.
    2    Copyright 1990, 1991, 1992, 1994, 1995, 1998, 2000
     2   Copyright 1990, 1991, 1992, 1994, 1995, 1998, 2000, 2001, 2002
    33   Free Software Foundation, Inc.
    44
     
    2828#define DEFAULT_MID     M_532_NETBSD
    2929
    30 #define MY(OP) CAT(pc532netbsd_,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 (pc532netbsd_,OP)
    3134
    32 #define NAME(x,y) CAT3(ns32kaout,_32_,y)
     35#define NAME(x,y) CONCAT3 (ns32kaout,_32_,y)
    3336
    3437/* This needs to start with a.out so GDB knows it is an a.out variant.  */
     
    4649#include "bfd.h"                /* To ensure following declaration is OK */
    4750
    48 CONST struct reloc_howto_struct *
     51const struct reloc_howto_struct *
    4952MY_bfd_reloc_type_lookup
    5053  PARAMS((bfd *abfd AND
Note: See TracChangeset for help on using the changeset viewer.