Changeset 609 for branches/GNU/src/binutils/bfd/m68klynx.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/m68klynx.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD back-end for m68k binaries under LynxOS. 2 Copyright 1990, 1991, 1992, 1993, 1994, 1995 2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001, 2002, 2003 3 3 Free Software Foundation, Inc. 4 4 … … 19 19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 20 20 21 #define BYTES_IN_WORD 422 21 #define N_SHARED_LIB(x) 0 23 22 … … 27 26 #define DEFAULT_ARCH bfd_arch_m68k 28 27 29 #define MY(OP) CAT(m68klynx_aout_,OP) 28 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 29 remove whitespace added here, and thus will fail to concatenate 30 the tokens. */ 31 #define MY(OP) CONCAT2 (m68klynx_aout_,OP) 30 32 #define TARGETNAME "a.out-m68k-lynx" 31 33 … … 43 45 char *lynx_core_file_failing_command(); 44 46 int lynx_core_file_failing_signal(); 45 b oolean lynx_core_file_matches_executable_p();47 bfd_boolean lynx_core_file_matches_executable_p(); 46 48 const bfd_target *lynx_core_file_p(); 47 49 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.