This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
libc-alpha,
The next patch fixes plt relocations for hppa.
Unfortunately this requires 'map' to be passed around
like a hot potato. Any comments on this patch would
be much appreciated.
Cheers,
Carlos
---
2002-09-22 Carlos O'Donell <carlos@baldric.uwo.ca>
2001-11-14 Alan Modra <amodra@bigpond.net.au>
* elf/do-rel.h:
(elf_dynamic_do_rel): Add map to function call for
'elf_machine_rel_relative'.
* sysdeps/alpha/dl-machine.h
(elf_machine_rela_relative): Added "struct link_map *map"
to function definition.
* sysdeps/arm/dl-machine.h: Likewise.
* sysdeps/cris/dl-machine.h: Likewise.
* sysdeps/hppa/dl-machine.h:
(elf_machine_rela_relative): Added "struct link_map *map"
to function definition, and completed implementation.
* sysdeps/i386/dl-machine.h:
(elf_machine_rela_relative): Added "struct link_map *map"
to function definition.
* sysdeps/ia64/dl-machine.h: Likewise.
* sysdeps/m68k/dl-machine.h: Likewise.
* sysdeps/mips/dl-machine.h: Likewise.
* sysdeps/mips/mips64/dl-machine.h: Likewise.
* sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
* sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
* sysdeps/s390/s390-32/dl-machine.h: Likewise.
* sysdeps/s390/s390-64/dl-machine.h: Likewise.
* sysdeps/sh/dl-machine.h: Likewise.
* sysdeps/sparc/sparc32/dl-machine.h: Likewise.
* sysdeps/sparc/sparc64/dl-machine.h: Likewise.
* sysdeps/x86_64/dl-machine.h: Likewise.
Attachment:
02-glibc23-hppa-rela
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |