diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-23 10:01:31 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-23 10:27:20 +0930 |
commit | d48d68b618f0950f63bdf2842a550384c0c58bc3 (patch) | |
tree | cd730750b7bb6e0677f9e6bde3c845e249319337 /bfd/elf32-v850.h | |
parent | 7beeaeb8c6d84ecc899b9454d9b92521e515fe4a (diff) | |
download | gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.zip gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.gz gdb-d48d68b618f0950f63bdf2842a550384c0c58bc3.tar.bz2 |
v850 bfd.h tidy
bfd/
* bfd-in.h: Move v850 function declarations..
* elf32-v850.h: ..to here, new file.
* elf32-v850.c: Include elf32-v850.h.
* bfd-in2.h: Regenerate.
ld/
* emultempl/v850elf.em: Include elf32-v850.h.
Diffstat (limited to 'bfd/elf32-v850.h')
-rw-r--r-- | bfd/elf32-v850.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/bfd/elf32-v850.h b/bfd/elf32-v850.h new file mode 100644 index 0000000..0ed5871 --- /dev/null +++ b/bfd/elf32-v850.h @@ -0,0 +1,25 @@ +/* V850 Note manipulation routines. + Copyright (C) 2019 Free Software Foundation, Inc. + + This file is part of BFD, the Binary File Descriptor library. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ + +extern bfd_boolean v850_elf_create_sections + (struct bfd_link_info *); + +extern bfd_boolean v850_elf_set_note + (bfd *, unsigned int, unsigned int); |