]> git.pld-linux.org Git - packages/binutils.git/commitdiff
a81146ac8040a6d62aa4446960eb19ba binutils-2.11.90.0.8.tar.bz2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 13 May 2001 09:51:44 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-linker.patch -> 1.2

binutils-linker.patch [deleted file]

diff --git a/binutils-linker.patch b/binutils-linker.patch
deleted file mode 100644 (file)
index 1454273..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -urN binutils-2.11.90.0.7.org/bfd/linker.c binutils-2.11.90.0.7/bfd/linker.c
---- binutils-2.11.90.0.7.org/bfd/linker.c      Thu May 10 12:26:36 2001
-+++ binutils-2.11.90.0.7/bfd/linker.c  Thu May 10 12:26:49 2001
-@@ -1801,6 +1801,15 @@
-                                               copy, false);
-           if (inh == (struct bfd_link_hash_entry *) NULL)
-             return false;
-+          if (inh->u.i.link == h
-+              && inh->type == bfd_link_hash_indirect)
-+            {
-+              (*_bfd_error_handler)
-+                (_("%s: indirect symbol `%s' to `%s' is a loop"),  
-+                 bfd_get_filename (abfd), name, string);
-+              bfd_set_error (bfd_error_invalid_operation);
-+              return false;
-+            }
-           if (inh->type == bfd_link_hash_new)
-             {
-               inh->type = bfd_link_hash_undefined;
This page took 0.2517 seconds and 4 git commands to generate.