Module Name:    src
Committed By:   mrg
Date:           Wed Mar 23 06:59:59 UTC 2016

Modified Files:
        src/external/gpl3/binutils/dist/gas/config: obj-elf.c

Log Message:
avoid unused variables.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/dist/gas/config/obj-elf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/gas/config/obj-elf.c
diff -u src/external/gpl3/binutils/dist/gas/config/obj-elf.c:1.3 src/external/gpl3/binutils/dist/gas/config/obj-elf.c:1.4
--- src/external/gpl3/binutils/dist/gas/config/obj-elf.c:1.3	Fri Jan 29 14:42:45 2016
+++ src/external/gpl3/binutils/dist/gas/config/obj-elf.c	Wed Mar 23 06:59:59 2016
@@ -1922,10 +1922,10 @@ obj_elf_type (int ignore ATTRIBUTE_UNUSE
 	   || strcmp (type_name, "10") == 0
 	   || strcmp (type_name, "STT_GNU_IFUNC") == 0)
     {
+#if 0
       const struct elf_backend_data *bed;
 
       bed = get_elf_backend_data (stdoutput);
-#if 0
       if (!(bed->elf_osabi == ELFOSABI_GNU
 	    || bed->elf_osabi == ELFOSABI_FREEBSD
 	    /* GNU is still using the default value 0.  */

Reply via email to