Changeset 7aebcdaf in mainline for uspace/lib/c/arch/ppc32/src/rtld/reloc.c
- Timestamp:
- 2019-05-03T13:03:18Z (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ppc32/src/rtld/reloc.c
r98e5a1a r7aebcdaf 240 240 } 241 241 242 sym_size = sym->st_size;243 if (sym_size != sym_def->st_size) {244 #if 0245 printf("Warning: Mismatched symbol sizes.\n");246 #endif247 /* Take the lower value. */248 if (sym_size > sym_def->st_size)249 sym_size = sym_def->st_size;250 }251 252 242 DPRINTF("sym_addr = 0x%zx\n", sym_addr); 253 243 DPRINTF("r_offset=0x%zx\n", r_offset);
Note:
See TracChangeset
for help on using the changeset viewer.