OSDN Git Service

gcc 3.1 and 3.1.1 create a .jcr ELF section, which apparently is intended to
[uclinux-h8/elf2flt.git] / elf2flt.c
index 7bc4e78..a1e8e9a 100644 (file)
--- a/elf2flt.c
+++ b/elf2flt.c
@@ -64,7 +64,7 @@
 #elif defined(TARGET_v850)
 #define        ARCH    "v850"
 #else
-#error "Don't know how to support you CPU archiecture??"
+#error "Don't know how to support your CPU architecture??"
 #endif
 
 /*
@@ -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,