]> Git Repo - uclibc-ng.git/commitdiff
Add a better error msg
authorEric Andersen <[email protected]>
Sat, 23 Feb 2002 06:17:59 +0000 (06:17 -0000)
committerEric Andersen <[email protected]>
Sat, 23 Feb 2002 06:17:59 +0000 (06:17 -0000)
ldso/ldso/arm/elfinterp.c

index 77ece78bfaa7c66d3bd82e9b4b667e59361c78aa..de9d50bc801b49bd665ea1c4838beb15f74100f8 100644 (file)
@@ -258,7 +258,8 @@ int _dl_parse_relocation_information(struct elf_resolve *tpnt,
                                                topbits = newvalue & 0xfe000000;
                                                if (topbits != 0xfe000000 && topbits != 0x00000000)
                                                {
-                                                       _dl_dprintf(2, "R_ARM_PC24 relocation out of range ");
+                                                       _dl_dprintf(2,"symbol '%s': R_ARM_PC24 relocation out of range.", 
+                                                               symtab[symtab_index].st_name);
                                                        _dl_exit(1);
                                                }
                                        }
This page took 0.026093 seconds and 4 git commands to generate.