]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/elf32-avr.h
ChangeLog rotatation and copyright year update
[thirdparty/binutils-gdb.git] / bfd / elf32-avr.h
CommitLineData
28c9d252 1/* AVR-specific support for 32-bit ELF.
b90efa5b 2 Copyright (C) 2006-2015 Free Software Foundation, Inc.
28c9d252
NC
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
cd123cb7 10 the Free Software Foundation; either version 3 of the License, or
28c9d252
NC
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
68ffbac6 20 Foundation, Inc., 51 Franklin Street - Fifth Floor,
28c9d252
NC
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 *);