diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-29 16:03:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-29 16:03:04 +0000 |
commit | 8afb0e028ca79a7b870a0293c8e584529adfbe9f (patch) | |
tree | 9e0bf16982ec047849fbf58a1d85b70ea8769bb6 /bfd/bfd-in.h | |
parent | a95653f53ef6967a458777b5709ed09b76577b47 (diff) | |
download | gdb-8afb0e028ca79a7b870a0293c8e584529adfbe9f.zip gdb-8afb0e028ca79a7b870a0293c8e584529adfbe9f.tar.gz gdb-8afb0e028ca79a7b870a0293c8e584529adfbe9f.tar.bz2 |
Fix genreation of arm <->thumb glue stubs by ensuring that they are in the last section linked.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 8c36c67..eecd798 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -4,21 +4,21 @@ Free Software Foundation, Inc. Contributed by Cygnus Support. -This file is part of BFD, the Binary File Descriptor library. + 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 2 of the License, or -(at your option) any later version. + 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 2 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. + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef __BFD_H_SEEN__ #define __BFD_H_SEEN__ @@ -803,6 +803,9 @@ extern boolean bfd_elf32_arm_process_before_allocation extern boolean bfd_elf32_arm_get_bfd_for_interworking PARAMS ((bfd *, struct bfd_link_info *)); +extern boolean bfd_elf32_arm_add_glue_sections_to_bfd + PARAMS ((bfd *, struct bfd_link_info *)); + /* TI COFF load page support. */ extern void bfd_ticoff_set_section_load_page PARAMS ((struct sec *, int)); |