diff options
author | Jeff Law <law@redhat.com> | 1993-12-14 07:36:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-12-14 07:36:15 +0000 |
commit | a36b6f1d05754890fe380571cff36c54fcc20065 (patch) | |
tree | ce574b30fd13dcec197ce7b8a0dcde3d37ce7f64 /bfd/ChangeLog | |
parent | 9d5a9b20fed1032fe96027b2edb6bef752722ef0 (diff) | |
download | gdb-a36b6f1d05754890fe380571cff36c54fcc20065.zip gdb-a36b6f1d05754890fe380571cff36c54fcc20065.tar.gz gdb-a36b6f1d05754890fe380571cff36c54fcc20065.tar.bz2 |
* elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field
selectors for PIC code.
* som.c (hppa_som_gen_reloc_type): Handle 'T' field selectors.
(som_write_fixups): Handle R_DLT_REL, R_FSEL, R_RSEL, R_LSEL
relocations needed by PIC.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c29f2fe..b045532 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Dec 13 23:34:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field + selectors for PIC code. + + * som.c (hppa_som_gen_reloc_type): Handle 'T' field selectors. + (som_write_fixups): Handle R_DLT_REL, R_FSEL, R_RSEL, R_LSEL + relocations needed by PIC. + Tue Dec 7 15:47:51 1993 Stu Grossman (grossman at cygnus.com) * nlmcode.h: Fixes to avoid compiler warnings... |