Changeset 609 for branches/GNU/src/binutils/bfd/netbsd.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/netbsd.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD back-end definitions used by all NetBSD targets. 2 Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000 2 Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002 3 3 Free Software Foundation, Inc. 4 4 … … 65 65 66 66 #define MY_write_object_contents MY(write_object_contents) 67 static b oolean MY(write_object_contents) PARAMS ((bfd *abfd));67 static bfd_boolean MY(write_object_contents) PARAMS ((bfd *abfd)); 68 68 #define MY_text_includes_header 1 69 69 … … 74 74 file header, symbols, and relocation. */ 75 75 76 static b oolean76 static bfd_boolean 77 77 MY(write_object_contents) (abfd) 78 78 bfd *abfd; … … 115 115 WRITE_HEADERS(abfd, execp); 116 116 117 return true;117 return TRUE; 118 118 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.