1/* AVR-specific support for 32-bit ELF.
2   Copyright 2006 Free Software Foundation, Inc.
3
4   Written by Bjoern Haase <bjoern.m.haase@web.de>
5
6   This file is part of BFD, the Binary File Descriptor library.
7
8   This program is free software; you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation; either version 2 of the License, or
11   (at your option) any later version.
12
13   This program is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with this program; if not, write to the Free Software
20   Foundation, Inc., 51 Franklin Street - Fifth Floor,
21   Boston, MA 02110-1301, USA.  */
22
23
24/* These four functions will be called from the ld back-end.  */
25
26extern void
27elf32_avr_setup_params (struct bfd_link_info *, bfd *, asection *,
28                        bfd_boolean, bfd_boolean, bfd_boolean,
29                        bfd_vma, bfd_boolean);
30
31extern int
32elf32_avr_setup_section_lists (bfd *, struct bfd_link_info *);
33
34extern bfd_boolean
35elf32_avr_size_stubs (bfd *, struct bfd_link_info *, bfd_boolean);
36
37extern bfd_boolean
38elf32_avr_build_stubs (struct bfd_link_info *);
39