]> Git Repo - binutils.git/commitdiff
* elfxx-target.h (elfNN_bed): Correct want_got_sym, want_dynbss order.
authorAlan Modra <[email protected]>
Sat, 3 Nov 2001 03:18:34 +0000 (03:18 +0000)
committerAlan Modra <[email protected]>
Sat, 3 Nov 2001 03:18:34 +0000 (03:18 +0000)
bfd/ChangeLog
bfd/elfxx-target.h

index 2870723e77a0a719bcc8607f1e68c7a06d42f0cc..f0a165b8039cdc2ae39ac0d248635c18d9ad79e2 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-03  Alan Modra  <[email protected]>
+
+       * elfxx-target.h (elfNN_bed): Correct want_got_sym, want_dynbss order.
+
 2001-11-02  H.J. Lu  <[email protected]>
 
        * elf32-mips.c (mips_elf_calculate_relocation): Don't create
index f07dc9fc51a4d2f3dc5cdf4ebed3677ed7f3dc97..abbbee865cf0ea71feee8476573d246cc35ddb96 100644 (file)
@@ -466,8 +466,8 @@ static const struct elf_backend_data elfNN_bed =
   elf_backend_plt_alignment,
   elf_backend_can_gc_sections,
   elf_backend_can_refcount,
-  elf_backend_want_dynbss,
-  elf_backend_want_got_sym
+  elf_backend_want_got_sym,
+  elf_backend_want_dynbss
 };
 #endif
 
This page took 0.04114 seconds and 4 git commands to generate.