diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-27 17:30:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-27 17:30:19 +0000 |
commit | 47d89dba5e87eb8f200e5f1a8a37d71716856a6d (patch) | |
tree | 35e27d3ec96747bf2587c7ca2f96f6a70b93c938 /ld/ChangeLog | |
parent | 5506e1a5d86d957f3e71068785509d96d81e46a9 (diff) | |
download | gdb-47d89dba5e87eb8f200e5f1a8a37d71716856a6d.zip gdb-47d89dba5e87eb8f200e5f1a8a37d71716856a6d.tar.gz gdb-47d89dba5e87eb8f200e5f1a8a37d71716856a6d.tar.bz2 |
.plt stub for lazy linking, --stub-group-size=N ld switch,
import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3ae3e01..c4b2a3a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +2000-09-28 Alan Modra <alan@linuxcare.com.au> + + * ld.texinfo (HPPA ELF32): New section. + + * emultempl/hppaelf.em (group_size): New. + (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs. + (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE. + (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate + options to prevent abbreviations matching. + (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat. + (PARSE_AND_LIST_ARGS_CASES): Handle it. + 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG> * emultempl/m68kelf.em: Conditionalise the embedded relocs feature |