Changeset 609 for branches/GNU/src/binutils/bfd/ns32knetbsd.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/ns32knetbsd.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* 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 3 3 Free Software Foundation, Inc. 4 4 … … 28 28 #define DEFAULT_MID M_532_NETBSD 29 29 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) 31 34 32 #define NAME(x,y) C AT3(ns32kaout,_32_,y)35 #define NAME(x,y) CONCAT3 (ns32kaout,_32_,y) 33 36 34 37 /* This needs to start with a.out so GDB knows it is an a.out variant. */ … … 46 49 #include "bfd.h" /* To ensure following declaration is OK */ 47 50 48 CONSTstruct reloc_howto_struct *51 const struct reloc_howto_struct * 49 52 MY_bfd_reloc_type_lookup 50 53 PARAMS((bfd *abfd AND -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.