* elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
authorAlan Modra <amodra@gmail.com>
Fri, 31 May 2002 02:28:53 +0000 (02:28 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 31 May 2002 02:28:53 +0000 (02:28 +0000)
Move other similar defines to start of file.

bfd/ChangeLog
bfd/elfarm-oabi.c

index e2073997d15a51681f2b12ae558ac4305013438f..51c533002f422c2723aacc4d608ecda805146d59 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
+       Move other similar defines to start of file.
+
 2002-05-30  Tom Rix  <trix@redhat.com>
 
        * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
index 25c4d89402721e60b66bf7734104d809f1850131..c8e3fe6248ff1e0cccea6c74b3be8fde4f2c5cda 100644 (file)
@@ -1,5 +1,5 @@
 /* 32-bit ELF support for ARM old abi option.
-   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define OLD_ARM_ABI
+#define bfd_elf32_arm_allocate_interworking_sections \
+       bfd_elf32_arm_oabi_allocate_interworking_sections
+#define bfd_elf32_arm_get_bfd_for_interworking \
+       bfd_elf32_arm_oabi_get_bfd_for_interworking
+#define bfd_elf32_arm_process_before_allocation \
+       bfd_elf32_arm_oabi_process_before_allocation
+#define bfd_elf32_arm_add_glue_sections_to_bfd \
+       bfd_elf32_arm_oabi_add_glue_sections_to_bfd
 
 #include "elf/arm.h"
 #include "bfd.h"
@@ -417,11 +425,4 @@ elf32_arm_reloc_type_lookup (abfd, code)
   return NULL;
 }
 
-#define bfd_elf32_arm_allocate_interworking_sections \
-       bfd_elf32_arm_oabi_allocate_interworking_sections
-#define bfd_elf32_arm_get_bfd_for_interworking \
-       bfd_elf32_arm_oabi_get_bfd_for_interworking
-#define bfd_elf32_arm_process_before_allocation \
-       bfd_elf32_arm_oabi_process_before_allocation
-
 #include "elf32-arm.h"
This page took 0.033539 seconds and 4 git commands to generate.