Module Name:    src
Committed By:   skrll
Date:           Fri May  8 15:13:53 UTC 2015

Modified Files:
        src/external/gpl3/binutils/dist/bfd: elf64-mips.c

Log Message:
Define bfd_elf64_bfd_is_local_label_name so that local symbols really
get stripped, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/dist/bfd/elf64-mips.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/bfd/elf64-mips.c
diff -u src/external/gpl3/binutils/dist/bfd/elf64-mips.c:1.4 src/external/gpl3/binutils/dist/bfd/elf64-mips.c:1.5
--- src/external/gpl3/binutils/dist/bfd/elf64-mips.c:1.4	Sun Sep 29 14:03:29 2013
+++ src/external/gpl3/binutils/dist/bfd/elf64-mips.c	Fri May  8 15:13:53 2015
@@ -4154,9 +4154,8 @@ const struct elf_size_info mips_elf64_si
 
 #define elf_backend_write_section	_bfd_mips_elf_write_section
 
-/* We don't set bfd_elf64_bfd_is_local_label_name because the 32-bit
-   MIPS-specific function only applies to IRIX5, which had no 64-bit
-   ABI.  */
+#define bfd_elf64_bfd_is_local_label_name \
+					mips_elf64_is_local_label_name
 #define bfd_elf64_bfd_is_target_special_symbol \
 					_bfd_mips_elf_is_target_special_symbol
 #define bfd_elf64_find_nearest_line	_bfd_mips_elf_find_nearest_line

Reply via email to