]> git.wh0rd.org Git - elf2flt.git/commitdiff
Pass through R_ARM_GOT32 and R_ARM_GOTPC relocations
authorErik Andersen <andersen@codepoet.org>
Wed, 31 Jul 2002 05:13:08 +0000 (05:13 +0000)
committerErik Andersen <andersen@codepoet.org>
Wed, 31 Jul 2002 05:13:08 +0000 (05:13 +0000)
elf2flt.c

index 876aa775535a4ba2a1d8ba731b9bd8e475ea528f..a1e8e9a3a006c2c626a0d61fec619ea03229606a 100644 (file)
--- a/elf2flt.c
+++ b/elf2flt.c
@@ -488,6 +488,10 @@ dump_symbols(symbols, number_of_symbols);
                                        sym_vma = bfd_section_vma(abs_bfd, sym_section);
                                        sym_addr += sym_vma + q->addend;
                                        break;
+                               case R_ARM_GOT32:
+                               case R_ARM_GOTPC:
+                                       /* Should be fine as is */
+                                       break;
                                case R_ARM_PLT32:
                                        if (verbose)
                                                fprintf(stderr,