Ignore:
Timestamp:
2019-05-03T13:03:18Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
db8568a
Parents:
98e5a1a
git-author:
Jiri Svoboda <jiri@…> (2019-05-02 17:03:06)
git-committer:
Jiri Svoboda <jiri@…> (2019-05-03 13:03:18)
Message:

JMP_SLOT relocation should not care/warn about symbol size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ppc32/src/rtld/reloc.c

    r98e5a1a r7aebcdaf  
    240240                        }
    241241
    242                         sym_size = sym->st_size;
    243                         if (sym_size != sym_def->st_size) {
    244 #if 0
    245                                 printf("Warning: Mismatched symbol sizes.\n");
    246 #endif
    247                                 /* Take the lower value. */
    248                                 if (sym_size > sym_def->st_size)
    249                                         sym_size = sym_def->st_size;
    250                         }
    251 
    252242                        DPRINTF("sym_addr = 0x%zx\n", sym_addr);
    253243                        DPRINTF("r_offset=0x%zx\n", r_offset);
Note: See TracChangeset for help on using the changeset viewer.