]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/
authorAlan Modra <modra@gmail.com>
Sun, 15 May 2011 23:44:06 +0000 (23:44 +0000)
committerAlan Modra <modra@gmail.com>
Sun, 15 May 2011 23:44:06 +0000 (23:44 +0000)
* bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field.
bfd/
* linker.c (_bfd_generic_link_add_one_symbol): Don't init u.undef.weak.

include/ChangeLog
include/bfdlink.h

index 5e96914724b049d70aed49766b73948cb31e26b3..1f8b378ed8787e1315bd4c6d5781cab15cae2b84 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-16  Alan Modra  <amodra@gmail.com>
+
+       * bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field.
+
 2011-05-09  Paul Brook  <paul@codesourcery.com>
 
        * elf/tic6x.h (ELF_STRING_C6000_unwind,
index 50a14236791016a757e971a32ecdfc4ec51cfbea..d3ac8d9fd09c76513c1ba808a64caa066405c599 100644 (file)
@@ -123,7 +123,6 @@ struct bfd_link_hash_entry
             undefined symbol list.  */
          struct bfd_link_hash_entry *next;
          bfd *abfd;            /* BFD symbol was found in.  */
-         bfd *weak;            /* BFD weak symbol was found in.  */
        } undef;
       /* bfd_link_hash_defined, bfd_link_hash_defweak.  */
       struct
This page took 0.035387 seconds and 5 git commands to generate.