
1. Update align branch assembler tests to match Darwin disassembler outputs. 2. Skip unsupported "call *foo" tests in 64-bit mode on Darwin. 3. Update align branch linker test to match any addresses for i686-pc-elf. gas/ * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin. * testsuite/gas/i386/align-branch-1b.d: Likewise. * testsuite/gas/i386/align-branch-1c.d: Likewise. * testsuite/gas/i386/align-branch-1d.d: Likewise. * testsuite/gas/i386/align-branch-1e.d: Likewise. * testsuite/gas/i386/align-branch-1f.d: Likewise. * testsuite/gas/i386/align-branch-1g.d: Likewise. * testsuite/gas/i386/align-branch-1h.d: Likewise. * testsuite/gas/i386/align-branch-1i.d: Likewise. * testsuite/gas/i386/align-branch-5.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise. * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise. * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a, x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin. ld/ * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
128 lines
4.4 KiB
Text
128 lines
4.4 KiB
Text
2020-01-14 Lili Cui <lili.cui@intel.com>
|
||
|
||
* testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
|
||
|
||
2020-01-13 Alan Modra <amodra@gmail.com>
|
||
|
||
* po/BLD-POTFILES.in: Regenerate.
|
||
|
||
2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
|
||
|
||
* testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
|
||
|
||
2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
|
||
|
||
* Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
|
||
emulations.
|
||
* configure.tgt: Likewise.
|
||
* Makefile.in: Regenerate.
|
||
* emulparams/arcelf_prof.sh: Remove file.
|
||
* emulparams/arclinux_prof.sh: Likewise.
|
||
|
||
2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
|
||
|
||
* scripttempl/elfarcv2.sc : Allow interrupt vector table to be
|
||
located at an arbitrary address. Use DWARF.sc file.
|
||
* scripttempl/elfarc.sc: Use DWARF.sc file.
|
||
|
||
2020-01-07 Alan Modra <amodra@gmail.com>
|
||
|
||
* testsuite/ld-mips-elf/eh-frame5.s,
|
||
* testsuite/ld-mips-elf/ehdr_start-new.s,
|
||
* testsuite/ld-mips-elf/ehdr_start-o32.s,
|
||
* testsuite/ld-mips-elf/mips16-call-global-1.s,
|
||
* testsuite/ld-mips-elf/mips16-intermix-1.s,
|
||
* testsuite/ld-mips-elf/mips16-pic-1b.s,
|
||
* testsuite/ld-mips-elf/mips16-pic-4c.s,
|
||
* testsuite/ld-mips-elf/no-shared-1-n64.s,
|
||
* testsuite/ld-mips-elf/no-shared-1-o32.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
|
||
* testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
|
||
* testsuite/ld-mips-elf/pie.s,
|
||
* testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
|
||
|
||
2020-01-06 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 25327
|
||
* testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
|
||
command line when building libcomm1.o and pr13250 tests.
|
||
* testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
|
||
|
||
2020-01-06 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 25326
|
||
* testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
|
||
command line when building pr19579 binaries.
|
||
|
||
2020-01-03 Hannes Domani <ssbssa@yahoo.de>
|
||
|
||
* emultempl/pe.em: Add new option --enable-reloc-section.
|
||
* emultempl/pep.em: Likewise.
|
||
* ld.texi: Document --enable-reloc-section.
|
||
* pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
|
||
(pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
|
||
* pe-dll.h: Add extern declaration of option flag.
|
||
* pep-dll.c (pe_dll_enable_reloc_section):
|
||
Add alias define for pep_dll_enable_reloc_section.
|
||
* pep-dll.h: Add extern declaration of option flag.
|
||
|
||
2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
|
||
|
||
* Makefile.am: Add new target z80-elf
|
||
* configure.tgt: Likewise.
|
||
* Makefile.in: Regenerate.
|
||
* emultempl/z80.em: Add support for eZ80 and Z180 architectures.
|
||
* emulparams/elf32z80.sh: New file.
|
||
* emultempl/z80elf.em: Likewise.
|
||
* testsuite/ld-elf/comm-data4.s: Fix for Z80.
|
||
* testsuite/ld-elf/comm-data5.s: Fix for Z80.
|
||
* testsuite/ld-scripts/fill16.d: Fix for Z80.
|
||
* testsuite/ld-z80/arch_ez80_adl.d: Likewise.
|
||
* testsuite/ld-z80/arch_ez80_z80.d: Likewise.
|
||
* testsuite/ld-z80/arch_r800.d: Likewise.
|
||
* testsuite/ld-z80/arch_z180.d: Likewise.
|
||
* testsuite/ld-z80/arch_z80.d: Likewise.
|
||
* testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
|
||
* testsuite/ld-z80/comb_arch_z180.d: Likewise.
|
||
* testsuite/ld-z80/labels.s: Likewise.
|
||
* testsuite/ld-z80/relocs.s: Likewise.
|
||
* testsuite/ld-z80/relocs_b_ez80.d: Likewise.
|
||
* testsuite/ld-z80/relocs_b_z80.d: Likewise.
|
||
* testsuite/ld-z80/relocs_f_z80.d: Likewise.
|
||
* testsuite/ld-z80/z80.exp: Likewise.
|
||
* NEWS: Mention the new support.
|
||
|
||
2020-01-02 Tamar Christina <tamar.christina@arm.com>
|
||
|
||
PR 25210
|
||
PR 24753
|
||
* emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
|
||
Remove SEC_LINKER_CREATED.
|
||
* testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
|
||
* testsuite/ld-aarch64/erratum835769-843419.d: New test.
|
||
|
||
2020-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2019
|
||
|
||
Copyright (C) 2020 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|