Changeset 609 for branches/GNU/src/binutils/bfd/freebsd.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/freebsd.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD back-end definitions used by all FreeBSD targets. 2 Copyright 1990, 1991, 1992, 1996, 1997, 2000, 2001 2 Copyright 1990, 1991, 1992, 1996, 1997, 2000, 2001, 2002 3 3 Free Software Foundation, Inc. 4 4 … … 62 62 63 63 #define MY_write_object_contents MY(write_object_contents) 64 static b oolean MY(write_object_contents) PARAMS ((bfd *abfd));64 static bfd_boolean MY(write_object_contents) PARAMS ((bfd *abfd)); 65 65 66 66 #include "aout-target.h" … … 70 70 file header, symbols, and relocation. */ 71 71 72 static b oolean72 static bfd_boolean 73 73 MY(write_object_contents) (abfd) 74 74 bfd *abfd; … … 103 103 WRITE_HEADERS(abfd, execp); 104 104 105 return true;105 return TRUE; 106 106 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.