NetBSD/libexec/ld.elf_so/arch
mjf 27cb8d0e73 After a recent WARNS= bump on ld.elf_so it fails to build on hppa,
complaining that we're "discarding qualifier from pointer target
type".

Use const char * instead of caddr_t to avoid the warning and get
distribution building on hppa again.
2009-05-23 17:50:34 +00:00
..
alpha Refactor common code to _rtld_relocate_plt_object to i386 and arm so they 2008-07-24 04:39:25 +00:00
arm Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-03-16 02:46:47 +00:00
hppa After a recent WARNS= bump on ld.elf_so it fails to build on hppa, 2009-05-23 17:50:34 +00:00
i386 Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-03-16 02:44:47 +00:00
m68k Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-03-16 02:46:47 +00:00
mips fix signed/unsigned comparisons and const cast away (untested) 2009-05-20 22:31:46 +00:00
powerpc Refactor common code to _rtld_relocate_plt_object to i386 and arm so they 2008-07-24 04:39:25 +00:00
sh3 Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-03-16 02:46:47 +00:00
sparc Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-03-16 02:46:47 +00:00
sparc64 Use the new Elf_SOff (signed offset) type to fix a few signed/unsigned 2009-05-22 21:47:46 +00:00
vax Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-03-16 02:46:47 +00:00
x86_64 Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-03-16 02:44:47 +00:00