Deleted Added
full compact
1,2c1,2
< /* BFD back-end definitions used by all FreeBSD a.out targets.
< Copyright (C) 1990, 1991, 1992, 1996 Free Software Foundation, Inc.
---
> /* BFD back-end definitions used by all FreeBSD targets.
> Copyright (C) 1990, 1991, 1992, 1996, 2000 Free Software Foundation, Inc.
20a21,22
> /* $FreeBSD: head/contrib/binutils/bfd/freebsd.h 60526 2000-05-13 17:55:26Z obrien $ */
>
38c40
< * file, not here. But in reality, there is almost zero chance
---
> * file, not here. But in reality, there is no chance
67,68c69,70
< #define MY_bfd_final_link freebsd_bfd_final_link
< #define MY_write_object_contents freebsd_write_object_contents
---
> #define MY_bfd_final_link MY(bfd_final_link)
> #define MY_write_object_contents MY(write_object_contents)
70c72,73
< static boolean freebsd_bfd_final_link PARAMS ((bfd *, struct bfd_link_info *));
---
> static boolean MY(bfd_final_link) PARAMS ((bfd *, struct bfd_link_info *));
> static boolean MY(write_object_contents) PARAMS ((bfd *abfd));
72d74
< static boolean freebsd_write_object_contents PARAMS ((bfd *abfd));
77c79
< freebsd_bfd_final_link(abfd, info)
---
> MY(bfd_final_link) (abfd, info)
88c90
< freebsd_swap_magic(ext)
---
> freebsd_swap_magic (ext)
108c110
< freebsd_write_object_contents(abfd)
---
> MY(write_object_contents) (abfd)
114,116d115
< #if CHOOSE_RELOC_SIZE
< CHOOSE_RELOC_SIZE(abfd);
< #else
118d116
< #endif