From 15bc576af199430c68593286e2e58e43451b8c30 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 18 Dec 2012 13:25:46 +0000 Subject: * elf.c (swap_out_syms): Set shndx to SHN_ABS when not one of the special MAP_* values. --- bfd/elf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index a92dd5d..17e9ad4 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -6791,6 +6791,7 @@ swap_out_syms (bfd *abfd, shndx = elf_tdata (abfd)->symtab_shndx_section; break; default: + shndx = SHN_ABS; break; } } -- cgit v1.1