]> git.pld-linux.org Git - packages/nasm.git/commitdiff
- new boguself patch (from rawhide).
authorkloczek <kloczek@pld-linux.org>
Mon, 24 Sep 2001 09:30:47 +0000 (09:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nasm-boguself.patch -> 1.3
    nasm-boguself2.patch -> 1.1

nasm-boguself2.patch [moved from nasm-boguself.patch with 70% similarity]

similarity index 70%
rename from nasm-boguself.patch
rename to nasm-boguself2.patch
index 95472940d0878da88b9577a0f30b5ba1e4fc953b..4341bd83724b27ff20973ad0e09505e7aae95a7c 100644 (file)
@@ -1,5 +1,14 @@
---- nasm-0.98/outelf.c.boguself        Thu Jun  3 13:24:43 1999
-+++ nasm-0.98/outelf.c Thu Apr 26 11:53:44 2001
+--- nasm-0.98/outelf.c.boguself        Sun May 20 01:25:35 2001
++++ nasm-0.98/outelf.c Sun May 20 02:01:59 2001
+@@ -548,7 +548,7 @@ static void elf_add_reloc (struct Sectio
+       r->symbol = 0;
+       for (i=0; i<nsects; i++)
+           if (segment == sects[i]->index)
+-              r->symbol = i+3;
++              r->symbol = i+2;
+       if (!r->symbol)
+           r->symbol = GLOBAL_TEMP_BASE + raa_read(bsym, segment);
+     }
 @@ -922,13 +922,13 @@ static struct SAA *elf_build_symtab (lon
       * Now some standard symbols defining the segments, for relocation
       * purposes.
This page took 0.077473 seconds and 4 git commands to generate.