mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
.plt stub for lazy linking, --stub-group-size=N ld switch,
import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc
This commit is contained in:
parent
e564846577
commit
a3bb629e96
@ -1,3 +1,7 @@
|
|||||||
|
2000-09-27 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
|
* hppa.h (R_PARISC_DIR14F): Add.
|
||||||
|
|
||||||
2000-09-14 Alexandre Oliva <aoliva@redhat.com>
|
2000-09-14 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
|
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
|
||||||
|
@ -121,6 +121,9 @@ RELOC_NUMBER (R_PARISC_DIR17F, 4)
|
|||||||
RELOC_NUMBER (R_PARISC_DIR14R, 6)
|
RELOC_NUMBER (R_PARISC_DIR14R, 6)
|
||||||
/* load/store (1) RR(symbol, addend) */
|
/* load/store (1) RR(symbol, addend) */
|
||||||
|
|
||||||
|
RELOC_NUMBER (R_PARISC_DIR14F, 7)
|
||||||
|
/* load/store (1) symbol, addend */
|
||||||
|
|
||||||
/* PC-relative relocation types
|
/* PC-relative relocation types
|
||||||
Typically used for calls.
|
Typically used for calls.
|
||||||
Note PCREL17C and PCREL17F differ only in overflow handling.
|
Note PCREL17C and PCREL17F differ only in overflow handling.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user