Changeset 609 for branches/GNU/src/binutils/bfd/armnetbsd.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/armnetbsd.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* 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. 3 3 4 4 This file is part of BFD, the Binary File Descriptor library. … … 28 28 /*#define MACHTYPE_OK(mtype) ((mtype) == M_ARM6_NETBSD)*/ 29 29 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 31 35 /* This needs to start with a.out so GDB knows it is an a.out variant. */ 32 36 #define TARGETNAME "a.out-arm-netbsd" 33 37 34 38 #if 0 35 #define NAME(x,y) C AT3(aoutarm,_32_,y)39 #define NAME(x,y) CONCAT3 (aoutarm,_32_,y) 36 40 37 41 #define aoutarm_32_get_section_contents aout_32_get_section_contents … … 41 45 #include "bfd.h" /* To ensure following declaration is OK */ 42 46 43 CONSTstruct reloc_howto_struct *47 const struct reloc_howto_struct * 44 48 MY_bfd_reloc_type_lookup 45 49 PARAMS ((bfd * abfd AND -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.