| Anonymous | Login | Signup for a new account | 11-10-2008 10:38 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000009 | [uClibc] Shared Library Support | minor | N/A | 01-14-05 06:39 | 08-28-05 09:46 | ||||
| Reporter | anemo | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.9.27 | ||||||
| Summary | 0000009: first attempt to support 64bit ELF | ||||||||
| Description |
This patch is to support 64bit ELF. This includes: * replace Elf32_xxx with ElfW(xxx) * replace ELF32_xxx with ELFW(xxx) * use Elf_Symndx for hash data types (bucket/chain) * use "unsigned long" cast to convert a pointer to integer. * use "long int" for "%d", "%x" in _dl_dprintf() if _WORDSIZE > 32 * use ELFCLASS64 if __ELF_NATIVE_CLASS == 64 This should have no effect for 32bit platforms but will help implementing ldso on 64bit platforms. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |