Module Name:    src
Committed By:   skrll
Date:           Wed May 13 06:24:18 UTC 2015

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

Log Message:
Make sure mips_elf_n32_is_local_label_name is used.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/dist/bfd/elfn32-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/elfn32-mips.c
diff -u src/external/gpl3/binutils/dist/bfd/elfn32-mips.c:1.4 src/external/gpl3/binutils/dist/bfd/elfn32-mips.c:1.5
--- src/external/gpl3/binutils/dist/bfd/elfn32-mips.c:1.4	Sun Sep 29 14:03:29 2013
+++ src/external/gpl3/binutils/dist/bfd/elfn32-mips.c	Wed May 13 06:24:18 2015
@@ -3377,6 +3377,9 @@ static const struct ecoff_debug_swap mip
 #define elf_backend_write_section	_bfd_mips_elf_write_section
 #define elf_backend_mips_irix_compat	elf_n32_mips_irix_compat
 #define elf_backend_mips_rtype_to_howto	mips_elf_n32_rtype_to_howto
+
+#define bfd_elf32_bfd_is_local_label_name \
+					mips_elf_n32_is_local_label_name
 #define bfd_elf32_bfd_is_target_special_symbol \
 					_bfd_mips_elf_is_target_special_symbol
 #define bfd_elf32_find_nearest_line	_bfd_mips_elf_find_nearest_line

Reply via email to