bfd/
2010-12-23 Robert Millan <rmh@gnu.org>
* config.bfd: Recognize mips-freebsd and mips-kfreebsd-gnu.
* configure.host: Likewise.
* configure.in: Support for `bfd_elf32_ntradbigmips_freebsd_vec',
`bfd_elf32_ntradlittlemips_freebsd_vec',
`bfd_elf32_tradbigmips_freebsd_vec',
`bfd_elf32_tradlittlemips_freebsd_vec',
`bfd_elf64_tradbigmips_freebsd_vec' and
`bfd_elf64_tradlittlemips_freebsd_vec'.
* configure: Regenerate.
* elf32-mips.c: New target for FreeBSD support
(same as traditional MIPS but overrides ELF_OSABI
with ELFOSABI_FREEBSD).
* elf64-mips.c: Likewise.
* elfn32-mips.c: Likewise.
* targets.c (_bfd_target_vector): Add
`bfd_elf32_ntradbigmips_freebsd_vec',
`bfd_elf32_ntradlittlemips_freebsd_vec',
`bfd_elf32_tradbigmips_freebsd_vec',
`bfd_elf32_tradlittlemips_freebsd_vec',
`bfd_elf64_tradbigmips_freebsd_vec' and
`bfd_elf64_tradlittlemips_freebsd_vec'.
ld/
2010-12-14 Robert Millan <rmh@gnu.org>
* configure.tgt: Recognize mips-freebsd and mips-kfreebsd-gnu.
* emulparams/elf32btsmip_fbsd.sh: New file.
* emulparams/elf32btsmipn32_fbsd.sh: Likewise.
* emulparams/elf32ltsmip_fbsd.sh: Likewise.
* emulparams/elf32ltsmipn32_fbsd.sh: Likewise.
* emulparams/elf64btsmip_fbsd.sh: Likewise.
* emulparams/elf64ltsmip_fbsd.sh: Likewise.
* Makefile.am: Add build rules for `eelf32btsmip_fbsd.c',
`eelf32btsmipn32_fbsd.c', `eelf32ltsmip_fbsd.c',
`eelf32ltsmipn32_fbsd.c', `eelf64btsmip_fbsd.c' and
`eelf64ltsmip_fbsd.c'.
* Makefile.in: Regenerate.
gas/
2010-12-19 Robert Millan <rmh@gnu.org>
Richard Sandiford <rdsandiford@googlemail.com>
* config/tc-mips.c (ELF_TARGET): New macro. Generates target
names accordingly to whether TE_FreeBSD and whether TE_TMIPS
are defined.
(mips_target_format): Refactor code using ELF_TARGET().
(support_64bit_objects): Likewise.
* configure.in: Recognize mips-freebsd and mips-kfreebsd-gnu.
* configure.tgt: Likewise.
* configure: Regenerate.
binutils/testsuite/
* binutils-all/readelf.exp: Handle MIPS FreeBSD targets.
gas/testsuite/
* gas/mips/e32el-rel2.d: Accept any file format.
* gas/mips/elf-rel.d: Likewise.
* gas/mips/elf-rel2.d: Likewise.
* gas/mips/elf-rel3.d: Likewise.
* gas/mips/elfel-rel.d: Likewise.
* gas/mips/elfel-rel2.d: Likewise.
* gas/mips/elfel-rel3.d: Likewise.
* gas/mips/ldstla-32-mips3-shared.d: Likewise.
* gas/mips/ldstla-32-mips3.d: Likewise.
* gas/mips/ldstla-32-shared.d: Likewise.
* gas/mips/ldstla-32.d: Likewise.
* gas/mips/ldstla-n64-shared.d: Likewise.
* gas/mips/ldstla-n64.d: Likewise.
* gas/mips/noat-1.d: Likewise.
* gas/mips/set-arch.d: Likewise.
* gas/mips/tls-o32.d: Likewise.
ld/testsuite/
* ld-mips-elf/mips-elf-flags.exp: Handle FreeBSD targets.
* ld-mips-elf/mips-elf.exp: Likewise.
* ld-mips-elf/mips16-call-global.d: Accept any file format.
* ld-mips-elf/mips16-intermix.d: Likewise.
2010-12-31 11:01:00 +00:00
|
|
|
|
2010-12-31 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/mips-elf-flags.exp: Handle FreeBSD targets.
|
|
|
|
|
* ld-mips-elf/mips-elf.exp: Likewise.
|
|
|
|
|
* ld-mips-elf/mips16-call-global.d: Accept any file format.
|
|
|
|
|
* ld-mips-elf/mips16-intermix.d: Likewise.
|
|
|
|
|
|
2010-12-28 18:04:10 +00:00
|
|
|
|
2010-12-28 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/12327
|
|
|
|
|
* ld-scripts/defined4.d: New.
|
|
|
|
|
* ld-scripts/defined4.s: Likewise.
|
|
|
|
|
* ld-scripts/defined4.t: Likewise.
|
|
|
|
|
* ld-scripts/expr2.d: Likewise.
|
|
|
|
|
* ld-scripts/expr2.s: Likewise.
|
|
|
|
|
* ld-scripts/expr2.t: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-scripts/defined.exp: Run defined4.
|
|
|
|
|
|
|
|
|
|
* ld-scripts/expr.exp: Run expr2.
|
|
|
|
|
|
2010-12-21 15:24:39 +00:00
|
|
|
|
2010-12-21 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
|
|
* ld-pe/pe.exp: Add TLS directory test.
|
|
|
|
|
* ld-pe/tlssec.s: New.
|
|
|
|
|
* ld-pe/tlssec64.d: New.
|
|
|
|
|
* ld-pe/tlssec32.d: New.
|
|
|
|
|
|
2010-12-20 13:05:00 +00:00
|
|
|
|
2010-12-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-bootstrap/bootstrap.exp: Fix misplaced comment.
|
|
|
|
|
|
2010-12-20 06:27:11 +00:00
|
|
|
|
2010-12-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR ld/12001
|
|
|
|
|
* ld-scripts/default-script2.d: Revert 2010-11-03 change.
|
|
|
|
|
|
2010-12-15 14:56:40 +00:00
|
|
|
|
2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/elf.exp (array_tests): Add init-mixed.
|
|
|
|
|
(array_tests_static): Likewise.
|
|
|
|
|
Also delete tmpdir/init-mixed.
|
|
|
|
|
|
|
|
|
|
* ld-elf/init-mixed.c: New.
|
|
|
|
|
* ld-elf/init-mixed.out: Likewise.
|
|
|
|
|
|
2010-12-11 12:58:36 +00:00
|
|
|
|
2010-12-11 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elfvers/vers25a.dsym: Really include _? in match.
|
|
|
|
|
|
2010-12-10 06:08:11 +00:00
|
|
|
|
2010-12-10 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
|
|
* ld-elfvers/vers.h: New file.
|
|
|
|
|
* ld-elfvers/vers1.c: Include vers.h. Change asm(.symver) to SYMVER().
|
|
|
|
|
* ld-elfvers/vers4.c, ld-elfvers/vers5.c, ld-elfvers/vers6.c,
|
|
|
|
|
ld-elfvers/vers7a.c, ld-elfvers/vers9.c, ld-elfvers/vers15.c,
|
|
|
|
|
ld-elfvers/vers18.c, ld-elfvers/vers21.c, ld-elfvers/vers22a.c,
|
|
|
|
|
ld-elfvers/vers23a.c, ld-elfvers/vers24a.c, ld-elfvers/vers24c.c,
|
|
|
|
|
ld-elfvers/vers27d1.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-elf/pr9676.rd: Include _? in symbol match
|
|
|
|
|
* ld-elf/pr9676.rd, ld-elf/pr9679.rd, ld-elfvers/vers1.dsym,
|
|
|
|
|
ld-elfvers/vers1.sym, ld-elfvers/vers15.dsym, ld-elfvers/vers15.sym,
|
|
|
|
|
ld-elfvers/vers16.dsym, ld-elfvers/vers16a.dsym, ld-elfvers/vers17.dsym,
|
|
|
|
|
ld-elfvers/vers18.dsym, ld-elfvers/vers18.sym, ld-elfvers/vers19.dsym,
|
|
|
|
|
ld-elfvers/vers2.dsym, ld-elfvers/vers20.dsym, ld-elfvers/vers21.dsym,
|
|
|
|
|
ld-elfvers/vers21.sym, ld-elfvers/vers22.dsym, ld-elfvers/vers22a.dsym,
|
|
|
|
|
ld-elfvers/vers22a.sym, ld-elfvers/vers22b.dsym, ld-elfvers/vers23.dsym,
|
2010-12-11 12:58:36 +00:00
|
|
|
|
ld-elfvers/vers23a.dsym, ld-elfvers/vers23a.sym,
|
|
|
|
|
ld-elfvers/vers23b.dsym, ld-elfvers/vers23d.dsym,
|
|
|
|
|
ld-elfvers/vers24.rd, ld-elfvers/vers25a.dsym,
|
|
|
|
|
ld-elfvers/vers26a.dsym, ld-elfvers/vers27a.dsym,
|
|
|
|
|
ld-elfvers/vers27d.dsym, ld-elfvers/vers27d.sym,
|
|
|
|
|
ld-elfvers/vers27d4.dsym, ld-elfvers/vers28b.dsym,
|
2010-12-10 06:08:11 +00:00
|
|
|
|
ld-elfvers/vers28c.dsym, ld-elfvers/vers29.dsym, ld-elfvers/vers3.dsym,
|
|
|
|
|
ld-elfvers/vers30.dsym, ld-elfvers/vers31.dsym, ld-elfvers/vers32a.dsym,
|
|
|
|
|
ld-elfvers/vers32b.dsym, ld-elfvers/vers4.sym, ld-elfvers/vers4a.dsym,
|
|
|
|
|
ld-elfvers/vers4a.sym, ld-elfvers/vers6.dsym, ld-elfvers/vers6.sym,
|
|
|
|
|
ld-elfvers/vers7a.dsym, ld-elfvers/vers7a.sym, ld-elfvers/vers9.dsym,
|
|
|
|
|
ld-elfvers/vers9.sym: Likewise.
|
|
|
|
|
|
2010-12-06 00:00:15 +00:00
|
|
|
|
2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/plugin-vis-1.d: Updated.
|
|
|
|
|
|
2010-12-04 18:32:52 +00:00
|
|
|
|
2010-12-04 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-selective/selective.exp: Don't pass -fvtable-gc to GCC
|
|
|
|
|
3.4.0 or above.
|
|
|
|
|
|
2010-12-04 18:07:42 +00:00
|
|
|
|
2010-12-04 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-elfvers/vers.exp: Replace -export-dynamic with
|
|
|
|
|
-Wl,-export-dynamic.
|
|
|
|
|
|
2010-11-30 13:38:59 +00:00
|
|
|
|
2010-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-scripts/script.exp: Remove full path from REGION_ALIAS test
|
|
|
|
|
names.
|
|
|
|
|
|
2010-11-25 09:34:43 +00:00
|
|
|
|
2010-11-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp (armeabitests): Replace --defsym argument in
|
|
|
|
|
jump-reloc-veneers* tests with --section-start .text=0x8000.
|
|
|
|
|
|
2010-11-20 15:36:34 +00:00
|
|
|
|
2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* lib/ld-lib.exp (regexp_diff, simple_diff): Delete.
|
|
|
|
|
|
2010-11-20 15:36:10 +00:00
|
|
|
|
2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* lib/ld-lib.exp (load_common_lib): New function. Load
|
|
|
|
|
binutils-common.exp.
|
|
|
|
|
(is_elf_format, is_elf64, is_aout_format, is_pecoff_format): Delete.
|
|
|
|
|
|
2010-11-18 06:57:57 +00:00
|
|
|
|
2010-11-18 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/binutils.exp: Correct x86 gnu target match.
|
|
|
|
|
* ld-i386/i386.exp: Likewise.
|
|
|
|
|
* ld-ifunc/binutils.exp: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc.exp: Likewise.
|
|
|
|
|
* ld-discard/discard.exp: Remove unnecessary line continuations.
|
|
|
|
|
* ld-elfvers/vers.exp: Likewise. Simplify linuxaout and linuxoldld
|
|
|
|
|
test.
|
|
|
|
|
* ld-elfweak/elfweak.exp: Likewise.
|
|
|
|
|
|
2010-11-16 23:41:38 +00:00
|
|
|
|
2010-11-17 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
|
|
|
|
|
|
|
* ld-gc/pr11218-2.c: Declare
|
|
|
|
|
unresolved_detected_at_runtime_not_at_linktime.
|
|
|
|
|
|
2010-11-16 23:00:48 +00:00
|
|
|
|
2010-11-17 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/plugin.exp: Define printf and puts as main.
|
|
|
|
|
|
2010-11-08 06:43:40 +00:00
|
|
|
|
2010-11-08 Thomas Schwinge <thomas@schwinge.name>
|
|
|
|
|
|
|
|
|
|
* lib/ld-lib.exp (is_elf_format): Consider for *-*-gnu*, too.
|
|
|
|
|
* ld-discard/discard.exp: Likewise.
|
|
|
|
|
* ld-elf/binutils.exp: Likewise.
|
|
|
|
|
* ld-elf/commonpage1.d (target): Likewise.
|
|
|
|
|
* ld-elf/compress1c.d (target): Likewise.
|
|
|
|
|
* ld-elf/discard1.d (target): Likewise.
|
|
|
|
|
* ld-elf/discard2.d (target): Likewise.
|
|
|
|
|
* ld-elf/discard3.d (target): Likewise.
|
|
|
|
|
* ld-elf/dynsym1.d (target): Likewise.
|
|
|
|
|
* ld-elf/eh6.d (target): Likewise.
|
|
|
|
|
* ld-elf/elf.exp: Likewise.
|
|
|
|
|
(array_tests): Move -static tests to...
|
|
|
|
|
(array_tests_static): ... here, and handle it accordingly.
|
|
|
|
|
* ld-elf/hash.d (target): Likewise.
|
|
|
|
|
* ld-elf/header.d (target): Likewise.
|
|
|
|
|
* ld-elf/loadaddr1.d (target): Likewise.
|
|
|
|
|
* ld-elf/loadaddr2.d (target): Likewise.
|
|
|
|
|
* ld-elf/loadaddr3a.d (target): Likewise.
|
|
|
|
|
* ld-elf/loadaddr3b.d (target): Likewise.
|
|
|
|
|
* ld-elf/local1.d (target): Likewise.
|
|
|
|
|
* ld-elf/maxpage1.d (target): Likewise.
|
|
|
|
|
* ld-elf/maxpage2.d (target): Likewise.
|
|
|
|
|
* ld-elf/maxpage3a.d (target): Likewise.
|
|
|
|
|
* ld-elf/multibss1.d (target): Likewise.
|
|
|
|
|
* ld-elf/noload-2.d (target): Likewise.
|
|
|
|
|
* ld-elf/seg.d (target): Likewise.
|
|
|
|
|
* ld-elf/textaddr1.d (target): Likewise.
|
|
|
|
|
* ld-elf/textaddr2.d (target): Likewise.
|
|
|
|
|
* ld-elf/textaddr3.d (target): Likewise.
|
|
|
|
|
* ld-elf/textaddr4.d (target): Likewise.
|
|
|
|
|
* ld-elf/textaddr5.d (target): Likewise.
|
|
|
|
|
* ld-elf/textaddr6.d (target): Likewise.
|
|
|
|
|
* ld-elf/textaddr7.d (target): Likewise.
|
|
|
|
|
* ld-elf/tls_common.exp: Likewise.
|
|
|
|
|
* ld-elf/unknown2.d (target): Likewise.
|
|
|
|
|
* ld-elfvers/vers.exp: Likewise.
|
|
|
|
|
* ld-elfvsb/elfvsb.exp: Likewise.
|
|
|
|
|
* ld-elfweak/elfweak.exp: Likewise.
|
|
|
|
|
(setup_xfail_gnu_hurd): New function. Use it where appropriate.
|
|
|
|
|
* ld-gc/abi-note.d (target): Likewise.
|
|
|
|
|
* ld-gc/gc.exp: Likewise.
|
|
|
|
|
* ld-gc/pr11218.d (target): Likewise.
|
|
|
|
|
* ld-gc/start.d (target): Likewise.
|
|
|
|
|
* ld-i386/i386.exp: Likewise.
|
|
|
|
|
* ld-ifunc/binutils.exp: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc.exp: Likewise.
|
|
|
|
|
* ld-linkonce/linkonce.exp: Likewise.
|
|
|
|
|
* ld-linkonce/zeroehl32.d (target): Likewise.
|
|
|
|
|
* ld-pie/pie.exp: Likewise.
|
|
|
|
|
* ld-scripts/phdrs2.exp: Likewise.
|
|
|
|
|
* ld-scripts/rgn-at5.d (target): Likewise.
|
|
|
|
|
* ld-shared/shared.exp: Likewise.
|
|
|
|
|
* ld-undefined/entry-3.d (target): Likewise.
|
|
|
|
|
* ld-undefined/entry-4.d (target): Likewise.
|
|
|
|
|
* ld-undefined/weak-undef.exp: Likewise.
|
|
|
|
|
|
2010-11-06 10:47:32 +00:00
|
|
|
|
2010-11-06 Kirill A. Shutemov <kirill@shutemov.name>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/plugin-6.d: Relax file name match.
|
|
|
|
|
|
bfd:
* elf32-tic6x.c (elf32_tic6x_obj_attrs_handle_unknown): New.
(elf32_tic6x_merge_attributes): Use
_bfd_elf_merge_unknown_attribute_low and
_bfd_elf_merge_unknown_attribute_list.
(elf_backend_obj_attrs_handle_unknown): Define.
ld/testsuite:
* ld-tic6x/attr-unknown-1.d, ld-tic6x/attr-unknown-1000-1.s,
ld-tic6x/attr-unknown-1000-2.s, ld-tic6x/attr-unknown-1024-1.s,
ld-tic6x/attr-unknown-2.d, ld-tic6x/attr-unknown-3.d,
ld-tic6x/attr-unknown-4.d, ld-tic6x/attr-unknown-5.d,
ld-tic6x/attr-unknown-54-1.s, ld-tic6x/attr-unknown-55-a.s,
ld-tic6x/attr-unknown-6.d, ld-tic6x/attr-unknown-7.d,
ld-tic6x/attr-unknown-71-a.s, ld-tic6x/attr-unknown-71-b.s: New
tests.
2010-11-05 13:04:07 +00:00
|
|
|
|
2010-11-05 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-tic6x/attr-unknown-1.d, ld-tic6x/attr-unknown-1000-1.s,
|
|
|
|
|
ld-tic6x/attr-unknown-1000-2.s, ld-tic6x/attr-unknown-1024-1.s,
|
|
|
|
|
ld-tic6x/attr-unknown-2.d, ld-tic6x/attr-unknown-3.d,
|
|
|
|
|
ld-tic6x/attr-unknown-4.d, ld-tic6x/attr-unknown-5.d,
|
|
|
|
|
ld-tic6x/attr-unknown-54-1.s, ld-tic6x/attr-unknown-55-a.s,
|
|
|
|
|
ld-tic6x/attr-unknown-6.d, ld-tic6x/attr-unknown-7.d,
|
|
|
|
|
ld-tic6x/attr-unknown-71-a.s, ld-tic6x/attr-unknown-71-b.s: New
|
|
|
|
|
tests.
|
|
|
|
|
|
2010-11-05 07:23:10 +00:00
|
|
|
|
2010-11-05 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/plugin.exp (testobjfiles): Dont use HOSTING_CRT0.
|
|
|
|
|
(testobjfiles_notext): Likewise.
|
|
|
|
|
(libs): Don't use HOSTING_LIBS; fill with default symbol defs instead.
|
|
|
|
|
* lib/ld-lib.exp (ld_simple_link_defsyms): Add cygming clause.
|
|
|
|
|
|
2010-11-05 03:54:21 +00:00
|
|
|
|
2010-11-05 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elfvers/vers32c.dsym, * ld-elfvers/vers32c.ver: Delete.
|
|
|
|
|
* ld-elfvers/vers32d.ver: Delete.
|
|
|
|
|
* ld-elfvers/vers.exp: Don't run them.
|
|
|
|
|
|
2010-11-03 17:18:23 +00:00
|
|
|
|
2010-11-03 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR ld/12001
|
|
|
|
|
* ld-script/default-script2.d: Fix expected address for text
|
|
|
|
|
section.
|
|
|
|
|
|
bfd:
* elf32-tic6x.c (elf32_tic6x_obj_attrs_arg_type): Except for
Tag_ABI_compatibility, treat odd tags as strings and even ones as
integers.
(elf32_tic6x_obj_attrs_order, elf32_tic6x_tag_to_array_alignment,
elf32_tic6x_array_alignment_to_tag): New.
(elf32_tic6x_merge_attributes): Handle more attributes. Set type
for merged attributes.
(elf_backend_obj_attrs_order): Define.
binutils:
* readelf.c (display_tic6x_attribute): Handle more attributes.
gas:
* config/tc-tic6x.c (OPTION_MPID, OPTION_MPIC, OPTION_MNO_PIC):
New enum values.
(md_longopts): Add options mpid, mpic and mno-pic.
(tic6x_pid_type, tic6x_pid, tic6x_pic, tic6x_pid_type_table,
tic6x_pid_types, tic6x_use_pid): New.
(md_parse_option): Handle new options.
(md_show_usage): Output help text for new options.
(tic6x_set_attributes): Set PID and PIC attributes.
* doc/as.texinfo: Document -mpid=, -mpic and -mno-pic.
* doc/c-tic6x.texi (TIC6X Options): Likewise.
gas/testsuite:
* gas/tic6x/attr-array-directive-1.d,
gas/tic6x/attr-array-directive-1.s,
gas/tic6x/attr-array-directive-2.d,
gas/tic6x/attr-array-directive-2.s,
gas/tic6x/attr-array-directive-3.d,
gas/tic6x/attr-array-directive-3.s,
gas/tic6x/attr-array-directive-4.d,
gas/tic6x/attr-array-directive-4.s,
gas/tic6x/attr-conformance-directive-1.d,
gas/tic6x/attr-conformance-directive-1.s,
gas/tic6x/attr-conformance-directive-2.d,
gas/tic6x/attr-conformance-directive-2.s,
gas/tic6x/attr-pic-directive-1.d,
gas/tic6x/attr-pic-directive-1.s,
gas/tic6x/attr-pic-directive-2.d,
gas/tic6x/attr-pic-directive-2.s,
gas/tic6x/attr-pic-opts-mno-pic.d, gas/tic6x/attr-pic-opts-mpic.d,
gas/tic6x/attr-pid-directive-1.d,
gas/tic6x/attr-pid-directive-1.s,
gas/tic6x/attr-pid-directive-2.d,
gas/tic6x/attr-pid-directive-2.s,
gas/tic6x/attr-pid-opts-mpid-far.d,
gas/tic6x/attr-pid-opts-mpid-near.d,
gas/tic6x/attr-pid-opts-mpid-no.d,
gas/tic6x/attr-stack-directive-1.d,
gas/tic6x/attr-stack-directive-1.s,
gas/tic6x/attr-stack-directive-2.d,
gas/tic6x/attr-stack-directive-2.s,
gas/tic6x/attr-wchar-directive-1.d,
gas/tic6x/attr-wchar-directive-1.s,
gas/tic6x/attr-wchar-directive-2.d,
gas/tic6x/attr-wchar-directive-2.s: New tests.
include/elf:
* tic6x-attrs.h (Tag_ABI_wchar_t, Tag_ABI_stack_align_needed,
Tag_ABI_stack_align_preserved, Tag_ABI_PID, Tag_ABI_PIC,
Tag_ABI_array_object_alignment,
Tag_ABI_array_object_align_expected, Tag_ABI_conformance): Define.
ld/testsuite:
* ld-tic6x/attr-array-16-16.d, ld-tic6x/attr-array-16-4.d,
ld-tic6x/attr-array-16-416.d, ld-tic6x/attr-array-16-48.d,
ld-tic6x/attr-array-16-8.d, ld-tic6x/attr-array-16-816.d,
ld-tic6x/attr-array-16.s, ld-tic6x/attr-array-4-16.d,
ld-tic6x/attr-array-4-4.d, ld-tic6x/attr-array-4-416.d,
ld-tic6x/attr-array-4-48.d, ld-tic6x/attr-array-4-8.d,
ld-tic6x/attr-array-4-816.d, ld-tic6x/attr-array-4.s,
ld-tic6x/attr-array-416-16.d, ld-tic6x/attr-array-416-4.d,
ld-tic6x/attr-array-416-416.d, ld-tic6x/attr-array-416-48.d,
ld-tic6x/attr-array-416-8.d, ld-tic6x/attr-array-416-816.d,
ld-tic6x/attr-array-416.s, ld-tic6x/attr-array-48-16.d,
ld-tic6x/attr-array-48-4.d, ld-tic6x/attr-array-48-416.d,
ld-tic6x/attr-array-48-48.d, ld-tic6x/attr-array-48-8.d,
ld-tic6x/attr-array-48-816.d, ld-tic6x/attr-array-48.s,
ld-tic6x/attr-array-8-16.d, ld-tic6x/attr-array-8-4.d,
ld-tic6x/attr-array-8-416.d, ld-tic6x/attr-array-8-48.d,
ld-tic6x/attr-array-8-8.d, ld-tic6x/attr-array-8-816.d,
ld-tic6x/attr-array-8.s, ld-tic6x/attr-array-816-16.d,
ld-tic6x/attr-array-816-4.d, ld-tic6x/attr-array-816-416.d,
ld-tic6x/attr-array-816-48.d, ld-tic6x/attr-array-816-8.d,
ld-tic6x/attr-array-816-816.d, ld-tic6x/attr-array-816.s,
ld-tic6x/attr-conformance-10-10.d,
ld-tic6x/attr-conformance-10-11.d,
ld-tic6x/attr-conformance-10-none.d,
ld-tic6x/attr-conformance-10.s, ld-tic6x/attr-conformance-11-10.d,
ld-tic6x/attr-conformance-11-11.d,
ld-tic6x/attr-conformance-11-none.d,
ld-tic6x/attr-conformance-11.s,
ld-tic6x/attr-conformance-none-10.d,
ld-tic6x/attr-conformance-none-11.d,
ld-tic6x/attr-conformance-none-none.d,
ld-tic6x/attr-conformance-none.s, ld-tic6x/attr-pic-0.s,
ld-tic6x/attr-pic-00.d, ld-tic6x/attr-pic-01.d,
ld-tic6x/attr-pic-1.s, ld-tic6x/attr-pic-10.d,
ld-tic6x/attr-pic-11.d, ld-tic6x/attr-pid-0.s,
ld-tic6x/attr-pid-00.d, ld-tic6x/attr-pid-01.d,
ld-tic6x/attr-pid-02.d, ld-tic6x/attr-pid-1.s,
ld-tic6x/attr-pid-10.d, ld-tic6x/attr-pid-11.d,
ld-tic6x/attr-pid-12.d, ld-tic6x/attr-pid-2.s,
ld-tic6x/attr-pid-20.d, ld-tic6x/attr-pid-21.d,
ld-tic6x/attr-pid-22.d, ld-tic6x/attr-stack-16-16.d,
ld-tic6x/attr-stack-16-8.d, ld-tic6x/attr-stack-16-816.d,
ld-tic6x/attr-stack-16.s, ld-tic6x/attr-stack-8-16.d,
ld-tic6x/attr-stack-8-8.d, ld-tic6x/attr-stack-8-816.d,
ld-tic6x/attr-stack-8.s, ld-tic6x/attr-stack-816-16.d,
ld-tic6x/attr-stack-816-8.d, ld-tic6x/attr-stack-816-816.d,
ld-tic6x/attr-stack-816.s, ld-tic6x/attr-wchar-0.s,
ld-tic6x/attr-wchar-00.d, ld-tic6x/attr-wchar-01.d,
ld-tic6x/attr-wchar-02.d, ld-tic6x/attr-wchar-1.s,
ld-tic6x/attr-wchar-10.d, ld-tic6x/attr-wchar-11.d,
ld-tic6x/attr-wchar-12.d, ld-tic6x/attr-wchar-2.s,
ld-tic6x/attr-wchar-20.d, ld-tic6x/attr-wchar-21.d,
ld-tic6x/attr-wchar-22.d: New tests.
2010-11-02 14:36:39 +00:00
|
|
|
|
2010-11-02 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-tic6x/attr-array-16-16.d, ld-tic6x/attr-array-16-4.d,
|
|
|
|
|
ld-tic6x/attr-array-16-416.d, ld-tic6x/attr-array-16-48.d,
|
|
|
|
|
ld-tic6x/attr-array-16-8.d, ld-tic6x/attr-array-16-816.d,
|
|
|
|
|
ld-tic6x/attr-array-16.s, ld-tic6x/attr-array-4-16.d,
|
|
|
|
|
ld-tic6x/attr-array-4-4.d, ld-tic6x/attr-array-4-416.d,
|
|
|
|
|
ld-tic6x/attr-array-4-48.d, ld-tic6x/attr-array-4-8.d,
|
|
|
|
|
ld-tic6x/attr-array-4-816.d, ld-tic6x/attr-array-4.s,
|
|
|
|
|
ld-tic6x/attr-array-416-16.d, ld-tic6x/attr-array-416-4.d,
|
|
|
|
|
ld-tic6x/attr-array-416-416.d, ld-tic6x/attr-array-416-48.d,
|
|
|
|
|
ld-tic6x/attr-array-416-8.d, ld-tic6x/attr-array-416-816.d,
|
|
|
|
|
ld-tic6x/attr-array-416.s, ld-tic6x/attr-array-48-16.d,
|
|
|
|
|
ld-tic6x/attr-array-48-4.d, ld-tic6x/attr-array-48-416.d,
|
|
|
|
|
ld-tic6x/attr-array-48-48.d, ld-tic6x/attr-array-48-8.d,
|
|
|
|
|
ld-tic6x/attr-array-48-816.d, ld-tic6x/attr-array-48.s,
|
|
|
|
|
ld-tic6x/attr-array-8-16.d, ld-tic6x/attr-array-8-4.d,
|
|
|
|
|
ld-tic6x/attr-array-8-416.d, ld-tic6x/attr-array-8-48.d,
|
|
|
|
|
ld-tic6x/attr-array-8-8.d, ld-tic6x/attr-array-8-816.d,
|
|
|
|
|
ld-tic6x/attr-array-8.s, ld-tic6x/attr-array-816-16.d,
|
|
|
|
|
ld-tic6x/attr-array-816-4.d, ld-tic6x/attr-array-816-416.d,
|
|
|
|
|
ld-tic6x/attr-array-816-48.d, ld-tic6x/attr-array-816-8.d,
|
|
|
|
|
ld-tic6x/attr-array-816-816.d, ld-tic6x/attr-array-816.s,
|
|
|
|
|
ld-tic6x/attr-conformance-10-10.d,
|
|
|
|
|
ld-tic6x/attr-conformance-10-11.d,
|
|
|
|
|
ld-tic6x/attr-conformance-10-none.d,
|
|
|
|
|
ld-tic6x/attr-conformance-10.s, ld-tic6x/attr-conformance-11-10.d,
|
|
|
|
|
ld-tic6x/attr-conformance-11-11.d,
|
|
|
|
|
ld-tic6x/attr-conformance-11-none.d,
|
|
|
|
|
ld-tic6x/attr-conformance-11.s,
|
|
|
|
|
ld-tic6x/attr-conformance-none-10.d,
|
|
|
|
|
ld-tic6x/attr-conformance-none-11.d,
|
|
|
|
|
ld-tic6x/attr-conformance-none-none.d,
|
|
|
|
|
ld-tic6x/attr-conformance-none.s, ld-tic6x/attr-pic-0.s,
|
|
|
|
|
ld-tic6x/attr-pic-00.d, ld-tic6x/attr-pic-01.d,
|
|
|
|
|
ld-tic6x/attr-pic-1.s, ld-tic6x/attr-pic-10.d,
|
|
|
|
|
ld-tic6x/attr-pic-11.d, ld-tic6x/attr-pid-0.s,
|
|
|
|
|
ld-tic6x/attr-pid-00.d, ld-tic6x/attr-pid-01.d,
|
|
|
|
|
ld-tic6x/attr-pid-02.d, ld-tic6x/attr-pid-1.s,
|
|
|
|
|
ld-tic6x/attr-pid-10.d, ld-tic6x/attr-pid-11.d,
|
|
|
|
|
ld-tic6x/attr-pid-12.d, ld-tic6x/attr-pid-2.s,
|
|
|
|
|
ld-tic6x/attr-pid-20.d, ld-tic6x/attr-pid-21.d,
|
|
|
|
|
ld-tic6x/attr-pid-22.d, ld-tic6x/attr-stack-16-16.d,
|
|
|
|
|
ld-tic6x/attr-stack-16-8.d, ld-tic6x/attr-stack-16-816.d,
|
|
|
|
|
ld-tic6x/attr-stack-16.s, ld-tic6x/attr-stack-8-16.d,
|
|
|
|
|
ld-tic6x/attr-stack-8-8.d, ld-tic6x/attr-stack-8-816.d,
|
|
|
|
|
ld-tic6x/attr-stack-8.s, ld-tic6x/attr-stack-816-16.d,
|
|
|
|
|
ld-tic6x/attr-stack-816-8.d, ld-tic6x/attr-stack-816-816.d,
|
|
|
|
|
ld-tic6x/attr-stack-816.s, ld-tic6x/attr-wchar-0.s,
|
|
|
|
|
ld-tic6x/attr-wchar-00.d, ld-tic6x/attr-wchar-01.d,
|
|
|
|
|
ld-tic6x/attr-wchar-02.d, ld-tic6x/attr-wchar-1.s,
|
|
|
|
|
ld-tic6x/attr-wchar-10.d, ld-tic6x/attr-wchar-11.d,
|
|
|
|
|
ld-tic6x/attr-wchar-12.d, ld-tic6x/attr-wchar-2.s,
|
|
|
|
|
ld-tic6x/attr-wchar-20.d, ld-tic6x/attr-wchar-21.d,
|
|
|
|
|
ld-tic6x/attr-wchar-22.d: New tests.
|
|
|
|
|
|
2010-11-02 13:47:44 +00:00
|
|
|
|
2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/compress1a.d: Also check MIPS_DWARF.
|
|
|
|
|
* ld-elf/compress1b.d: Likewise.
|
|
|
|
|
* ld-elf/compress1c.d: Likewise.
|
|
|
|
|
|
2010-10-29 16:47:55 +00:00
|
|
|
|
2010-10-29 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-tic6x/attr-compatibility-gnu-gnu.d,
|
|
|
|
|
ld-tic6x/attr-compatibility-gnu-other.d,
|
|
|
|
|
ld-tic6x/attr-compatibility-gnu.s,
|
|
|
|
|
ld-tic6x/attr-compatibility-other-gnu.d,
|
|
|
|
|
ld-tic6x/attr-compatibility-other-other.d,
|
|
|
|
|
ld-tic6x/attr-compatibility-other.s: New tests.
|
|
|
|
|
|
2010-10-29 16:16:59 +00:00
|
|
|
|
2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/compress1c.d: Only run for Linux targets.
|
|
|
|
|
|
2010-10-29 12:10:39 +00:00
|
|
|
|
2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/compress.exp: New.
|
|
|
|
|
* ld-elf/compress1.s: Likewise.
|
|
|
|
|
* ld-elf/compress1a.d: Likewise.
|
|
|
|
|
* ld-elf/compress1b.d: Likewise.
|
|
|
|
|
* ld-elf/compress1c.d: Likewise.
|
|
|
|
|
|
bfd:
2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* elf32-tic6x.c (elf32_tic6x_merge_attributes): Check for mismatch
of DSBT attributes.
binutils:
2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
gas:
2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* config/tc-tic6x.c (OPTION_MDSBT, OPTION_MNO_DSBT): New enum
values.
(md_longopts): Add mdsbt and mno-dsbt.
(tic6x_dsbt): New static variable.
(md_parse_option): Handle OPTION_MDSBT and OPTION_MNO_DSBT.
(md_show_usage): Output help text for -mdsbt and -mno-dsbt.
(TAG): Add comma at the end.
(tic6x_set_attributes): Set Tag_ABI_DSBT.
* doc/as.texinfo: Document -mdsbt and -mno-dsbt.
* doc/c-tic6x.texi (TIC6X Options): Likewise.
(TIC6X Directives): Mention Tag_ABI_DSBT.
gas/testsuite:
2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* gas/tic6x/attr-dsbt-directive-1.d,
gas/tic6x/attr-dsbt-directive-1.s,
gas/tic6x/attr-dsbt-directive-2.d,
gas/tic6x/attr-dsbt-directive-2.s,
gas/tic6x/attr-dsbt-opts-mdsbt.d,
gas/tic6x/attr-dsbt-opts-mno-dsbt.d: New tests.
include/elf:
2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* tic6x-attrs.h (Tag_ABI_DSBT): New.
ld/testsuite:
2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* ld-tic6x/attr-dsbt-0.s, ld-tic6x/attr-dsbt-00.d,
ld-tic6x/attr-dsbt-01.d, ld-tic6x/attr-dsbt-1.s,
ld-tic6x/attr-dsbt-10.d, ld-tic6x/attr-dsbt-11.d: New tests.
2010-10-29 00:15:59 +00:00
|
|
|
|
2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
|
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-tic6x/attr-dsbt-0.s, ld-tic6x/attr-dsbt-00.d,
|
|
|
|
|
ld-tic6x/attr-dsbt-01.d, ld-tic6x/attr-dsbt-1.s,
|
|
|
|
|
ld-tic6x/attr-dsbt-10.d, ld-tic6x/attr-dsbt-11.d: New tests.
|
|
|
|
|
|
2010-10-28 09:10:08 +00:00
|
|
|
|
2010-10-28 Thomas Schwinge <thomas@schwinge.name>
|
|
|
|
|
|
|
|
|
|
* ld-scripts/script.exp: Sort all filename globs.
|
|
|
|
|
|
2010-10-28 08:16:34 +00:00
|
|
|
|
2010-10-28 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/plugin.exp (libs): Remove $LIBS.
|
|
|
|
|
|
2010-10-28 06:21:49 +00:00
|
|
|
|
2010-10-28 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
2010-10-28 06:27:55 +00:00
|
|
|
|
* ld-elf/sec-to-seg.exp (B_test_same_seg): Clear for i960,
|
|
|
|
|
microblaze, moxie, and mt.
|
|
|
|
|
|
2010-10-28 06:21:49 +00:00
|
|
|
|
* ld-elf/flags1.s: Use arm compatible .type syntax.
|
|
|
|
|
* ld-elf/flags1.d: Remove arm and xscale xfails, add i960, ip2k,
|
|
|
|
|
moxie, mt.
|
|
|
|
|
|
2010-10-27 15:02:52 +00:00
|
|
|
|
2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
|
|
|
|
|
|
|
|
|
* ld-s390/tlsbin.dd: bc 0,0 -> nop 0 and bcr 0,%r0 -> nopr %r0.
|
|
|
|
|
|
2010-10-25 15:54:16 +00:00
|
|
|
|
2010-10-25 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-discard/zero-range.d, ld-discard/zero-range.s: New files.
|
|
|
|
|
|
2010-10-23 18:05:10 +00:00
|
|
|
|
2010-10-23 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/group10.d: Expect ".group" for the name of group
|
|
|
|
|
sections.
|
|
|
|
|
* ld-elf/group2.d: Likewise.
|
|
|
|
|
* ld-elf/group7.d: Likewise.
|
|
|
|
|
|
bfd:
* elf32-tic6x.c (elf32_tic6x_merge_arch_attributes): Update for
attribute renaming.
(elf_backend_obj_attrs_section): Change to ".c6xabi.attributes".
binutils:
* readelf.c (display_tic6x_attribute): Update for attribute
renaming.
gas:
* config/tc-tic6x.c (tic6x_arch_attribute, tic6x_arches,
md_assemble, tic6x_set_attributes): Update for attribute renaming.
* doc/c-tic6x.texi: Update for attribute renaming.
gas/testsuite:
* gas/tic6x/attr-arch-directive-1.d,
gas/tic6x/attr-arch-directive-2.d,
gas/tic6x/attr-arch-directive-3.d,
gas/tic6x/attr-arch-directive-4.d,
gas/tic6x/attr-arch-directive-4.s,
gas/tic6x/attr-arch-directive-5.d,
gas/tic6x/attr-arch-directive-5.s,
gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d,
gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d,
gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d,
gas/tic6x/attr-arch-opts-none-1.d,
gas/tic6x/attr-arch-opts-none-2.d,
gas/tic6x/attr-arch-opts-override-1.d,
gas/tic6x/attr-arch-opts-override-2.d: Update for attribute
renaming and renumbering.
include/elf:
* tic6x-attrs.h (Tag_C6XABI_Tag_CPU_arch): Change to Tag_ISA,
value 4.
* tic6x.h (Values for Tag_C6XABI_Tag_CPU_arch): Rename for
attribute renaming.
ld:
* emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Use
.c6xabi.attributes, not __TI_build_attributes.
ld/testsuite:
* ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
ld-tic6x/attr-arch-c64x+-c62x.d, ld-tic6x/attr-arch-c64x+-c64x+.d,
ld-tic6x/attr-arch-c64x+-c64x.d, ld-tic6x/attr-arch-c64x+-c674x.d,
ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
ld-tic6x/attr-arch-c64x-c62x.d, ld-tic6x/attr-arch-c64x-c64x+.d,
ld-tic6x/attr-arch-c64x-c64x.d, ld-tic6x/attr-arch-c64x-c674x.d,
ld-tic6x/attr-arch-c64x-c67x+.d, ld-tic6x/attr-arch-c64x-c67x.d,
ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
ld-tic6x/attr-arch-c67x+-c62x.d, ld-tic6x/attr-arch-c67x+-c64x+.d,
ld-tic6x/attr-arch-c67x+-c64x.d, ld-tic6x/attr-arch-c67x+-c674x.d,
ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
ld-tic6x/attr-arch-c67x-c62x.d, ld-tic6x/attr-arch-c67x-c64x+.d,
ld-tic6x/attr-arch-c67x-c64x.d, ld-tic6x/attr-arch-c67x-c674x.d,
ld-tic6x/attr-arch-c67x-c67x+.d, ld-tic6x/attr-arch-c67x-c67x.d:
Update for attribute renaming.
2010-10-21 21:16:54 +00:00
|
|
|
|
2010-10-21 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x+-c62x.d, ld-tic6x/attr-arch-c64x+-c64x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x+-c64x.d, ld-tic6x/attr-arch-c64x+-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x-c62x.d, ld-tic6x/attr-arch-c64x-c64x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x-c64x.d, ld-tic6x/attr-arch-c64x-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x-c67x+.d, ld-tic6x/attr-arch-c64x-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x+-c62x.d, ld-tic6x/attr-arch-c67x+-c64x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x+-c64x.d, ld-tic6x/attr-arch-c67x+-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x-c62x.d, ld-tic6x/attr-arch-c67x-c64x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x-c64x.d, ld-tic6x/attr-arch-c67x-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x-c67x+.d, ld-tic6x/attr-arch-c67x-c67x.d:
|
|
|
|
|
Update for attribute renaming.
|
|
|
|
|
|
2010-10-20 14:40:31 +00:00
|
|
|
|
2010-10-20 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/plugin.exp: Mark tests UNSUPPORTED, not UNRESOLVED, if
|
|
|
|
|
no suitable target compiler is available.
|
|
|
|
|
|
2010-10-16 20:11:40 +00:00
|
|
|
|
2010-10-16 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
|
|
* ld-pe/pe-run2.exp: Prefix --enable-auto-import by -Wl.
|
|
|
|
|
|
2010-10-15 16:07:06 +00:00
|
|
|
|
2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-plugin/plugin.exp: Don't error out if there is no target compiler
|
|
|
|
|
available, make tests UNSUPPORTED instead.
|
|
|
|
|
|
Applied patch series for LD plugin interface (six parts).
[PATCH] Add infrastructure for plugin API; functionality to follow.
include/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 1/6).
* plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
ld/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 1/6).
* configure.in: Add AC_CHECKs for file io and dlfcn headers and
functions and AC_SEARCH for -ldl.
(enable_plugins): New shell variable set if above tests find dlopen
functionality.
(ENABLE_PLUGINS): Add related automake conditional.
* configure: Regenerate.
* config.in: Likewise.
* Makefile.am (PLUGIN_C): Declare plugin C source file, conditional
on ENABLE_PLUGINS being defined.
(PLUGIN_H): Likewise for header file.
(PLUGIN_OBJECT): Likewise for object file.
(PLUGIN_CFLAGS): Likewise -D flag required to compile plugin support.
(AM_CPPFLAGS): Use PLUGIN_CFLAGS.
(CFILES): Use PLUGIN_C.
(HFILES): Use PLUGIN_H.
(OFILES): Use PLUGIN_OBJECT.
(ld_new_SOURCES): Use PLUGIN_C.
(noinst_LTLIBRARIES)[ENABLE_PLUGINS]: Declare test plugin.
(libldtestplug_la_SOURCES)[ENABLE_PLUGINS]: Add automake definition
for test plugin.
(libldtestplug_la_CFLAGS)[ENABLE_PLUGINS]: Likewise.
(libldtestplug_la_LDFLAGS)[ENABLE_PLUGINS]: Likewise.
* Makefile.in: Regenerate.
* sysdep.h: Include stdarg.h, unistd.h and one of fcntl.h or
sys/file.h where available. Include dlfcn.h when ENABLE_PLUGINS.
(O_RDONLY): Supply default definition likewise to bfd's sysdep.h
(O_WRONLY): Likewise.
(O_RDWR): Likewise.
(O_ACCMODE): Likewise.
(O_BINARY): Likewise.
(SEEK_SET): Likewise.
(SEEK_CUR): Likewise.
(SEEK_END): Likewise.
* ldmisc.c (vfinfo): Make non-static. Add %p format char.
* ldmisc.h (vfinfo): Declare extern prototype.
* lexsup.c (enum option_values)[ENABLE_PLUGINS]: Add new entries for
OPTION_PLUGIN and OPTION_PLUGIN_OPT.
(ld_options[])[ENABLE_PLUGINS]: Add option data for the above two.
(parse_args)[ENABLE_PLUGINS]: Handle them, and load all plugins once
option parsing is complete.
* ldmain.c (main)[ENABLE_PLUGINS]: Call plugin cleanup hooks just
after lang_finish.
* plugin.c: New source file.
* plugin.h: Likewise new header.
* testplug.c: New source file.
ld/testsuite/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 1/6).
* ld-bootstrap/bootstrap.exp: Skip static tests also if LD plugins
are enabled.
* lib/ld-lib.exp (proc regexp_diff): Extend verbose debug output.
(proc set_file_contents): Write a file with the supplied content.
(run_ld_link_tests): Add new 'ld' action to test linker output.
(proc check_plugin_api_available): Return true if linker under test
supports the plugin API.
* ld-plugin/func.c: New test source file.
* ld-plugin/main.c: Likewise.
* ld-plugin/text.c: Likewise.
* ld-plugin/plugin-1.d: New dump test output pattern script.
* ld-plugin/plugin-2.d: Likewise.
* ld-plugin/plugin-3.d: Likewise.
* ld-plugin/plugin-4.d: Likewise.
* ld-plugin/plugin-5.d: Likewise.
* ld-plugin/plugin.exp: New test control script.
---
[PATCH] Implement claim file and all symbols read hooks and add symbols callback.
ld/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 2/6).
* ldfile.c (ldfile_try_open_bfd)[ENABLE_PLUGINS]: Don't return early
during compat checks if they pass, instead offer any successfully
opened and accepted file to the plugin claim file hooks chain. Create
a dummy bfd to accept symbols added by the plugin, if the plugin
claims the file.
* ldlang.c (lang_process)[ENABLE_PLUGINS]: Call plugin all symbols
read hook chain before ldemul_after_open.
* ldlang.h (struct lang_input_statement_struct): Add new single-bit
'claimed' flag.
* plugin.c (IRONLY_SUFFIX): New macro for dummy bfd file suffix.
(IRONLY_SUFFIX_LEN): Length of the above string.
(plugin_get_ir_dummy_bfd): New function to create the dummy bfd used
to store symbols for ir-only files.
(is_ir_dummy_bfd): New function to check if a bfd is ir-only.
(asymbol_from_plugin_symbol): New function converts symbol formats.
(add_symbols): Call it to convert plugin syms to bfd syms and add
them to the dummy bfd.
* plugin.h: Add missing include guards.
(plugin_get_ir_dummy_bfd): Add prototype.
(is_ir_dummy_bfd): Likewise.
* testplug.c (TV_MESSAGE): New helper macro.
(struct claim_file): New struct.
(claim_file_t): New typedef.
(tag_names[]): Make static and const.
(claimfiles_list): New variable.
(claimfiles_tail_chain_ptr): Likewise.
(last_claimfile): Likewise.
(record_claim_file): Record a file to claim on a singly-linked list.
(parse_symdefstr): Parse an ASCII representation of a symbol from a
plugin option into the fields of a struct ld_plugin_symbol.
(record_claimed_file_symbol): Use it to parse plugin option for
adding a symbol.
(parse_option): Parse claim file and add symbol options.
(dump_tv_tag): Use TV_MESSAGE.
(onload): Likewise.
(onclaim_file): Make static. Use TV_MESSAGE. Scan list of files to
claim and claim this file if required, adding any symbols specified.
(onall_symbols_read): Make static and use TV_MESSAGE.
(oncleanup): Likewise.
ld/testsuite/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 2/6).
* ld-plugin/plugin-3.d: Enable regexes for new functionality.
* ld-plugin/plugin-5.d: Likewise.
* ld-plugin/plugin-6.d: New testcase.
* ld-plugin/plugin-7.d: Likewise.
* ld-plugin/plugin.exp: Use 'nm' on compiled test objects to determine
whether symbols in plugin arguments need an underscore prefix. Add
new plugin-6.d and plugin-7.d testcases.
---
[PATCH] Implement get symbols callback.
ld/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 3/6).
* ldmain.c (notice)[ENABLE_PLUGINS]: Call plugin_notice.
* plugin.c (non_ironly_hash): Add new bfd hash table.
(plugin_load_plugins): Exit early if no plugins to load. If plugins
do load successfully, set notice_all flag in link info.
(get_symbols): Implement.
(plugin_load_plugins): Exit early if no plugins to load, else after
loading plugins successfully enable notice_all mode.
(init_non_ironly_hash): Lazily init non_ironly_hash table.
(plugin_notice): Record symbols referenced from non-IR files in the
non_ironly_hash. Suppress tracing, cref generation and nocrossrefs
tracking for symbols from dummy IR bfds.
* plugin.h: Fix formatting.
(plugin_notice): Add prototype.
* testplug.c (dumpresolutions): New global var.
(parse_options): Accept "dumpresolutions".
(onall_symbols_read): Get syms and dump resolutions if it was given.
ld/testsuite/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 3/6).
* ld-plugin/plugin-8.d: New testcase.
* ld-plugin/plugin.exp: Invoke it.
---
[PATCH] Implement add input file, add input lib and set extra lib path callbacks.
ld/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 4/6).
* ldlang.c (lang_process)[ENABLE_PLUGINS]: Move invocation of
plugin_call_all_symbols_read to before setting of gc_sym_list, and
open any new input files that may have been added during it.
* ldmain.c (multiple_definition)[ENABLE_PLUGINS]: Call out to
plugin_multiple_definition and let it have first say over what to do
with the clashing definitions.
* plugin.c (no_more_claiming): New boolean variable.
(plugin_cached_allow_multiple_defs): Likewise.
(add_input_file): Implement.
(add_input_library): Likewise.
(set_extra_library_path): Likewise.
(plugin_call_claim_file): Don't do anything when no_more_claiming set.
(plugin_call_all_symbols_read): Set it. Disable link info
"allow_multiple_definition" flag, but cache its value.
(plugin_multiple_definition): New function.
* plugin.h (plugin_multiple_definition): Add prototype.
* testplug.c (addfile_enum_t): New enumerated typedef.
(add_file_t): New struct typedef.
(addfiles_list): New variable.
(addfiles_tail_chain_ptr): Likewise.
(record_add_file): New function.
(parse_option): Parse "add:", "lib:" and "dir:" options and call it.
(onall_symbols_read): Iterate the list of new files, libs and dirs,
adding them.
ld/testsuite/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 4/6).
* ld-plugin/plugin-9.d: New testcase.
* ld-plugin/plugin.exp: Invoke it.
---
[PATCH] Add ELF symbol visibility support to plugin interface.
ld/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 5/6).
* plugin.c (asymbol_from_plugin_symbol): If the bfd is an ELF bfd,
find the elf symbol data and set the visibility in the st_other field.
ld/testsuite/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 5/6).
* ld-plugin/plugin-ignore.d: New dump test control script.
* ld-plugin/plugin-vis-1.d: Likewise.
* ld-plugin/plugin.exp: Add list of ELF-only tests and run them if
testing on an ELF target.
---
[PATCH] Add archive support to plugin interface.
bfd/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 6/6).
* aoutx.h (aout_link_check_ar_symbols): Take new "subsbfd" reference
parameter and pass it when invoking add_archive_element callback.
(aout_link_check_archive_element): Handle substitute bfd if it
was set during add_archive_element callback in the above.
* cofflink.c (coff_link_check_ar_symbols): Take new "subsbfd" reference
parameter and pass it when invoking add_archive_element callback.
(coff_link_check_archive_element): Handle substitute bfd if it
was set during add_archive_element callback in the above.
* ecoff.c (read_ext_syms_and_strs): New function holds symbol-reading
code factored-out from ecoff_link_check_archive_element.
(reread_ext_syms_and_strs): Clear old symbols and call it.
(ecoff_link_check_archive_element): Use the above. Handle substitute
BFD if one is set by add_archive_element callback.
(ecoff_link_add_archive_symbols): Likewise allow bfd substitution.
* elflink.c (elf_link_add_archive_symbols): Likewise.
* linker.c (generic_link_check_archive_element): Likewise.
* pdp11.c (aout_link_check_ar_symbols): Take new "subsbfd" reference
parameter and pass it when invoking add_archive_element callback.
(aout_link_check_archive_element): Handle substitute bfd if it was
set during add_archive_element callback in the above.
* vms-alpha.c (alpha_vms_link_add_archive_symbols): Handle substitute
BFD if one is set by add_archive_element callback.
* xcofflink.c (xcoff_link_check_dynamic_ar_symbols): Take new "subsbfd"
reference parameter and pass it when invoking add_archive_element
callback.
(xcoff_link_check_ar_symbols): Likewise.
(xcoff_link_check_archive_element): Handle bfd substitution if it was
set by callback in the above.
include/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 6/6).
* bfdlink.h (struct_bfd_link_callbacks): Document new argument
to add_archive_element callback used to return a replacement bfd which
is to be added to the hash table in place of the original element.
ld/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 6/6).
* ldlang.c (load_symbols): Handle bfd subsitution when calling the
add_archive_element callback.
* ldmain.c (add_archive_element)[ENABLE_PLUGINS]: Offer the archive
member to the plugins and if claimed set "subsbfd" output parameter to
point to the dummy IR-only BFD.
ld/testsuite/ChangeLog:
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
Apply LD plugin patch series (part 6/6).
* ld-plugin/plugin-10.d: New dump test control script.
* ld-plugin/plugin-11.d: Likewise.
* ld-plugin/plugin.exp: Run them.
---
2010-10-14 01:31:33 +00:00
|
|
|
|
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
Apply LD plugin patch series (part 6/6).
|
|
|
|
|
* ld-plugin/plugin-10.d: New dump test control script.
|
|
|
|
|
* ld-plugin/plugin-11.d: Likewise.
|
|
|
|
|
* ld-plugin/plugin.exp: Run them.
|
|
|
|
|
|
|
|
|
|
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
Apply LD plugin patch series (part 5/6).
|
|
|
|
|
* ld-plugin/plugin-ignore.d: New dump test control script.
|
|
|
|
|
* ld-plugin/plugin-vis-1.d: Likewise.
|
|
|
|
|
* ld-plugin/plugin.exp: Add list of ELF-only tests and run them if
|
|
|
|
|
testing on an ELF target.
|
|
|
|
|
|
|
|
|
|
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
Apply LD plugin patch series (part 4/6).
|
|
|
|
|
* ld-plugin/plugin-9.d: New testcase.
|
|
|
|
|
* ld-plugin/plugin.exp: Invoke it.
|
|
|
|
|
|
|
|
|
|
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
Apply LD plugin patch series (part 3/6).
|
|
|
|
|
* ld-plugin/plugin-8.d: New testcase.
|
|
|
|
|
* ld-plugin/plugin.exp: Invoke it.
|
|
|
|
|
|
|
|
|
|
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
Apply LD plugin patch series (part 2/6).
|
|
|
|
|
* ld-plugin/plugin-3.d: Enable regexes for new functionality.
|
|
|
|
|
* ld-plugin/plugin-5.d: Likewise.
|
|
|
|
|
* ld-plugin/plugin-6.d: New testcase.
|
|
|
|
|
* ld-plugin/plugin-7.d: Likewise.
|
|
|
|
|
* ld-plugin/plugin.exp: Use 'nm' on compiled test objects to determine
|
|
|
|
|
whether symbols in plugin arguments need an underscore prefix. Add
|
|
|
|
|
new plugin-6.d and plugin-7.d testcases.
|
|
|
|
|
|
|
|
|
|
2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
|
|
Apply LD plugin patch series (part 1/6).
|
|
|
|
|
* ld-bootstrap/bootstrap.exp: Skip static tests also if LD plugins
|
|
|
|
|
are enabled.
|
|
|
|
|
* lib/ld-lib.exp (proc regexp_diff): Extend verbose debug output.
|
|
|
|
|
(proc set_file_contents): Write a file with the supplied content.
|
|
|
|
|
(run_ld_link_tests): Add new 'ld' action to test linker output.
|
|
|
|
|
(proc check_plugin_api_available): Return true if linker under test
|
|
|
|
|
supports the plugin API.
|
|
|
|
|
* ld-plugin/func.c: New test source file.
|
|
|
|
|
* ld-plugin/main.c: Likewise.
|
|
|
|
|
* ld-plugin/text.c: Likewise.
|
|
|
|
|
* ld-plugin/plugin-1.d: New dump test output pattern script.
|
|
|
|
|
* ld-plugin/plugin-2.d: Likewise.
|
|
|
|
|
* ld-plugin/plugin-3.d: Likewise.
|
|
|
|
|
* ld-plugin/plugin-4.d: Likewise.
|
|
|
|
|
* ld-plugin/plugin-5.d: Likewise.
|
|
|
|
|
* ld-plugin/plugin.exp: New test control script.
|
|
|
|
|
|
2010-10-11 09:12:25 +00:00
|
|
|
|
2010-10-11 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/orphan-region.d: xfail frv-*-*.
|
|
|
|
|
|
2010-10-11 08:10:43 +00:00
|
|
|
|
2010-10-11 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-mmix/sec-3.d: Adjust for 2010-09-29 orphan change.
|
|
|
|
|
* ld-mmix/sec-7m.d: Likewise.
|
|
|
|
|
|
2010-10-06 08:58:59 +00:00
|
|
|
|
2010-10-06 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* ld-scripts/rgn-at5.t: Add some more output sections.
|
|
|
|
|
* ld-scripts/rgn-at5.d: Update expected output.
|
|
|
|
|
|
2010-10-01 04:47:02 +00:00
|
|
|
|
2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11812
|
|
|
|
|
* ld-i386/nogot2.d: New
|
|
|
|
|
* ld-i386/nogot2.s: Likewise.
|
|
|
|
|
* ld-x86-64/nogot2.d: Likewise.
|
|
|
|
|
* ld-x86-64/nogot2.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-i386/i386.exp: Run nogot2.
|
|
|
|
|
* ld-x86-64/x86-64.exp: Likewise.
|
|
|
|
|
|
2010-09-29 06:06:00 +00:00
|
|
|
|
2010-09-29 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
2010-09-29 06:20:06 +00:00
|
|
|
|
* ld-h8300/h8300.exp: Use is_elf_format.
|
|
|
|
|
|
2010-09-29 06:06:00 +00:00
|
|
|
|
* lib/ld-lib.exp (is_elf_format): Merge with binutils and gas versions.
|
|
|
|
|
(is_aout_format): Update target list.
|
|
|
|
|
(is_pecoff_format): Remove unnecessary line continuation.
|
|
|
|
|
|
2010-09-27 13:33:00 +00:00
|
|
|
|
2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
|
|
|
|
|
|
|
|
|
* ld-s390/tlsbin.dd: bcr 0,%r7 -> nopr %r7.
|
|
|
|
|
* ld-s390/tlsbin_64.dd: Likewise.
|
|
|
|
|
* ld-s390/tlspic.dd: Likewise.
|
|
|
|
|
* ld-s390/tlspic_64.dd: Likewise.
|
|
|
|
|
|
2010-09-24 06:09:31 +00:00
|
|
|
|
2010-09-23 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11812
|
|
|
|
|
* ld-i386/nogot1.s: Don't use GOTOFF.
|
|
|
|
|
|
2010-09-23 16:16:38 +00:00
|
|
|
|
2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-tic6x/pcrel-reloc-local-r-rel-rela.d: New test.
|
|
|
|
|
|
2010-09-23 15:26:24 +00:00
|
|
|
|
2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/attr-merge-6.attr: Update for Security Extensions.
|
|
|
|
|
* ld-arm/attr-merge-7.attr: Likewise.
|
|
|
|
|
|
2010-09-23 11:55:47 +00:00
|
|
|
|
2010-09-23 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
2010-09-23 12:24:41 +00:00
|
|
|
|
* ld-elf/elf.exp: Don't run --gc-sections tls var test on v850.
|
|
|
|
|
* ld-elf/group2.d: xfail xstormy.
|
|
|
|
|
* ld-elf/group4.d: Likewise.
|
|
|
|
|
* ld-elf/group5.d: Likewise.
|
|
|
|
|
* ld-elf/group6.d: Likewise.
|
|
|
|
|
* ld-elf/init-fini-arrays.d: xfail cr16 and crx.
|
|
|
|
|
* ld-elf/orphan2.d: xfail xstormy.
|
|
|
|
|
* ld-elf/sec64k.exp: Don't run on targets using generic linker.
|
|
|
|
|
Allow a larger range for ld -r expected bar_1 section. Don't run
|
|
|
|
|
final link test on a number of targets. Select avr6 for avr targets.
|
|
|
|
|
* ld-elfcomm/elfcomm.exp: Don't attempt on hpux.
|
|
|
|
|
|
2010-09-23 11:55:47 +00:00
|
|
|
|
* ld-d10v/reloc-007.d: Don't error.
|
|
|
|
|
* ld-d10v/reloc-008.d: Likewise.
|
|
|
|
|
* ld-d10v/reloc-015.d: Likewise.
|
|
|
|
|
* ld-d10v/reloc-016.d: Likewise.
|
|
|
|
|
* ld-d10v/reloc-012.ld: Use a sane offset.
|
|
|
|
|
|
2010-09-20 16:33:24 +00:00
|
|
|
|
2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/attr-merge-6.attr: Update test for change in canonical CPU
|
|
|
|
|
name.
|
|
|
|
|
* ld-arm/attr-merge-7.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-2.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-arch-2.attr: Likewise.
|
|
|
|
|
|
2010-09-20 16:26:53 +00:00
|
|
|
|
2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/script-type.ld: Update to generate symbols in a section.
|
|
|
|
|
|
2010-09-19 10:26:28 +00:00
|
|
|
|
2010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/elf-rel-got-n32.d: Swap two local GOT entries
|
|
|
|
|
and remove some duplication between the global and local GOT
|
|
|
|
|
entries. Adjust GP offsets accordingly.
|
|
|
|
|
* ld-mips-elf/elf-rel-got-n64-linux.d: Likewise.
|
|
|
|
|
* ld-mips-elf/elf-rel-xgot-n32.d: Reorder GOT entries and update
|
|
|
|
|
GP offsets accordingly.
|
|
|
|
|
* ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
|
|
|
|
|
* ld-mips-elf/mips16-pic-1.gd: Move all global GOT entries to
|
|
|
|
|
the local GOT.
|
|
|
|
|
* ld-mips-elf/mips16-pic-1.dd: Update GP offsets accordingly.
|
|
|
|
|
* ld-mips-elf/multi-got-no-shared.d: Adjust GP setup for
|
|
|
|
|
smaller GOT sizes.
|
|
|
|
|
|
2010-09-18 02:30:41 +00:00
|
|
|
|
2010-09-18 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* lib/ld-lib.exp (check_gc_sections_available): Fail more targets.
|
|
|
|
|
* ld-discard/discard.exp: Move xfails from here..
|
|
|
|
|
* ld-discard/extern.d: ..to here.
|
|
|
|
|
* ld-discard/start.d: ..and here.
|
|
|
|
|
* ld-discard/static.d: ..and here.
|
|
|
|
|
* ld-elf/binutils.exp: Don't run tbss1 and tbss2 tests on hppa64.
|
|
|
|
|
* ld-elf/empty2.d: Remove xfails.
|
|
|
|
|
* ld-elf/flags1.d: xfail hppa64.
|
|
|
|
|
* ld-elf/group1.d: Add comment.
|
|
|
|
|
* ld-elf/group2.d: xfail cr16 and crx.
|
|
|
|
|
* ld-elf/group3b.d: Correct xfail and add comment.
|
|
|
|
|
* ld-elf/group4.d: xfail cr16 and crx.
|
|
|
|
|
* ld-elf/group5.d: Likewise.
|
|
|
|
|
* ld-elf/group6.d: Likewise.
|
|
|
|
|
* ld-elf/group7.d: Likewise.
|
|
|
|
|
* ld-elf/group8a.d: Add more notarget and xfail entries. Comment.
|
|
|
|
|
* ld-elf/group8b.d: Likewise.
|
|
|
|
|
* ld-elf/group9a.d: Likewise.
|
|
|
|
|
* ld-elf/group9b.d: Likewise.
|
|
|
|
|
* ld-elf/linkonce2.d: Correct notarget and comment.
|
|
|
|
|
* ld-elf/merge2.d: Remove iq2000 from xfail.
|
|
|
|
|
* ld-elf/multibss1.d: xfail hppa64.
|
|
|
|
|
* ld-elf/nobits-1.d: Likewise.
|
|
|
|
|
* ld-elf/note-1.d: Likewise.
|
|
|
|
|
* ld-elf/note-2.d: Likewise.
|
|
|
|
|
* ld-elf/orphan-region.d: Add xfails.
|
|
|
|
|
* ld-elf/orphan-region.ld: Discard some sections.
|
|
|
|
|
* ld-elf/orphan.d: Add xfails.
|
|
|
|
|
* ld-elf/orphan.ld: Discard some sections.
|
|
|
|
|
* ld-elf/orphan3.d: Replace xfail frv-*-* with frv-*-elf. Remove
|
|
|
|
|
cr16, crx and d10v.
|
|
|
|
|
* ld-elf/pr349.d: Add xfails.
|
|
|
|
|
* ld-elf/warn2.d: Add xfails. Tweak symbol section for hppa64.
|
|
|
|
|
* ld-scripts/rgn-at5.t: Discard .reginfo.
|
|
|
|
|
|
2010-09-16 00:28:57 +00:00
|
|
|
|
2010-09-16 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
2010-09-16 10:51:41 +00:00
|
|
|
|
* ld-elf/orphan-region.d: xfail for spu.
|
|
|
|
|
* ld-elf/relocatable.d: xfail for hppa.
|
|
|
|
|
|
2010-09-16 00:28:57 +00:00
|
|
|
|
* ld-elf/group3b.d: Disable for generic linker targets.
|
|
|
|
|
* ld-elf/linkonce2.d: Likewise.
|
|
|
|
|
* ld-scripts/empty-address-2a.d: Disable for frv and aout,oldld.
|
|
|
|
|
* ld-scripts/empty-address-2b.d: Likewise.
|
|
|
|
|
* ld-scripts/rgn-at5.s: Don't use .word.
|
|
|
|
|
* ld-scripts/rgn-at5.d: Update.
|
|
|
|
|
|
2010-09-10 07:18:36 +00:00
|
|
|
|
2010-09-10 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-gc/abi-note.d: Exclude aout and oldld targets.
|
|
|
|
|
* ld-gc/start.d: Likewise.
|
|
|
|
|
* ld-scripts/section-match-1.d: Likewise, and tic30.
|
|
|
|
|
|
2010-09-10 01:00:28 +00:00
|
|
|
|
2010-09-10 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
|
|
|
|
|
|
* ld-scripts/rgn-at5.d: Restrict to *-*-linux*.
|
|
|
|
|
|
2010-09-09 19:22:29 +00:00
|
|
|
|
2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11998
|
|
|
|
|
* ld-scripts/rgn-at5.d: New.
|
|
|
|
|
* ld-scripts/rgn-at5.s: Likewise.
|
|
|
|
|
* ld-scripts/rgn-at5.t: Likewise.
|
|
|
|
|
|
2010-09-07 15:02:17 +00:00
|
|
|
|
2010-09-07 Andrew Burgess <aburgess@broadcom.com>
|
|
|
|
|
|
|
|
|
|
* ld-x86-64/split-by-file.rd: New test.
|
|
|
|
|
* ld-x86-64/split-by-file1.s: New test source code.
|
|
|
|
|
* ld-x86-64/split-by-file2.s: New test source code.
|
|
|
|
|
* ld-x86-64/x86-64.exp: Run the new test.
|
|
|
|
|
|
2010-09-01 08:05:16 +00:00
|
|
|
|
2010-08-31 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
2010-09-01 08:06:58 +00:00
|
|
|
|
* ld-scripts/section-match.exp: New file. Runs the
|
2010-09-01 08:05:16 +00:00
|
|
|
|
section-match-1 test.
|
|
|
|
|
* ld-scripts/section-match-1.d: New file.
|
|
|
|
|
* ld-scripts/section-match-1.s: New file.
|
|
|
|
|
* ld-scripts/section-match-1.t: New file.
|
|
|
|
|
|
2010-08-25 12:37:30 +00:00
|
|
|
|
2010-08-25 Julian Brown <julian@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp (armelftests): Add cortex-a8-fix-blx-bcond.s.
|
|
|
|
|
* ld-arm/cortex-a8-fix-blx-bcond.s: New.
|
|
|
|
|
* ld-arm/cortex-a8-fix-blx-bcond.d: New.
|
|
|
|
|
|
2010-08-24 16:36:25 +00:00
|
|
|
|
2010-08-24 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-x86-64/x86-64.exp: Fix typos.
|
|
|
|
|
|
2010-08-23 13:51:40 +00:00
|
|
|
|
2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-04.d: Adjust Tag_GNU_MIPS_ABI_FP for
|
|
|
|
|
the new MIPS32r2 64-bit FPU description.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-40.d: Likewise.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-44.d: Likewise.
|
|
|
|
|
|
2010-08-22 19:14:25 +00:00
|
|
|
|
2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11933
|
|
|
|
|
* ld-x86-64/mixed1a.s: New.
|
|
|
|
|
* ld-x86-64/mixed1b.s: Likewise.
|
|
|
|
|
* ld-x86-64/mixed2a.s: Likewise.
|
|
|
|
|
* ld-x86-64/mixed2b.s: Likewise.
|
|
|
|
|
|
2010-08-24 16:36:25 +00:00
|
|
|
|
* ld-x86-64/x86-64.exp: Test mixed x86_64 and i386 inputs.
|
2010-08-22 19:14:25 +00:00
|
|
|
|
|
2010-08-20 21:13:03 +00:00
|
|
|
|
2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-sh/sh.exp: Add missing newline.
|
|
|
|
|
|
2010-08-20 21:04:07 +00:00
|
|
|
|
2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-01.d: Correct Tag_GNU_MIPS_ABI_FP.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-02.d: Likewise.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-10.d: Likewise.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-11.d: Likewise.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-15.d: Likewise.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-20.d: Likewise.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-22.d: Likewise.
|
|
|
|
|
* ld-mips-elf/attr-gnu-4-25.d: Likewise.
|
|
|
|
|
|
binutils/
* NEWS: Mention change in linker script expression evaluation.
ld/
* ld.texinfo (Expression Section): Detail expression evaluation.
(Builtin Functions <ADDR>): Correct.
(Builtin Functions <LOADADDR>): Don't mention LOADADDR normally
the same as ADDR.
(Builtin Functions <SEGMENT_START>): Typo fix.
* ldexp.c (new_number): New function.
(make_abs, exp_get_abs_int): Cope with NULL expld.result.section.
(fold_unary <'~', '!', '-'>): Don't make_abs.
(fold_binary): Simplify result section logic. Return NULL section
for logical ops.
(fold_binary <SEGMENT_START>): Use new_rel_from_abs to set value to
a consistent result.
(fold_name <SIZEOF_HEADERS>): Return new_number, not new_abs.
(fold_name <DEFINED, SIZEOF, ALIGNOF, LENGTH, CONSTANT>): Likewise.
(fold_name <NAME>): No need to handle absolute symbols differently
from relative ones.
(fold_name <ORIGIN>): Don't return valid result when
lang_first_phase_enum. Return new_rel_from_abs, not new_abs.
(exp_fold_tree_1 <etree_value>): Return new_number, not new_rel.
(exp_fold_tree_1): Ajust for NULL expld.result.section. When assigning
a plain number to dot, assume the value is relative to expld.section.
Make terms not in an output section, absolute.
* ldlang.c (print_assignment): Fix style nit.
(lang_size_sections_1): Cope with NULL expld.result.section.
(lang_do_assignments_1): Likewise.
ld/testsuite/
* ld-scripts/memory.t: Remove ORIGIN fudge.
2010-08-19 05:51:50 +00:00
|
|
|
|
2010-08-19 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-scripts/memory.t: Remove ORIGIN fudge.
|
|
|
|
|
|
2010-08-13 20:50:27 +00:00
|
|
|
|
2010-08-13 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11913
|
|
|
|
|
* ld-i386/discarded1.d: New.
|
|
|
|
|
* ld-i386/discarded1.s: Likewise.
|
|
|
|
|
* ld-i386/discarded1.t: Likewise.
|
|
|
|
|
* ld-x86-64/discarded1.d: Likewise.
|
|
|
|
|
* ld-x86-64/discarded1.s: Likewise.
|
|
|
|
|
* ld-x86-64/discarded1.t: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-i386/i386.exp: Run discarded1.
|
|
|
|
|
* ld-x86-64/x86-64.exp: Likewise.
|
|
|
|
|
|
2010-08-09 19:54:13 +00:00
|
|
|
|
2010-08-09 Catherine Moore <clm@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/mode-change-error-1.d: New.
|
|
|
|
|
* ld-mips-elf/mode-change-error-1a.s: New.
|
|
|
|
|
* ld-mips-elf/mode-change-error-1b.s: New.
|
|
|
|
|
* ld-mips-elf/mips-elf.exp: Run new test.
|
|
|
|
|
|
2010-08-05 14:38:10 +00:00
|
|
|
|
2010-08-06 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/tocopt.s, * ld-powerpc/tocopt.d: New test.
|
|
|
|
|
* ld-powerpc/powerpc.exp: Run it.
|
|
|
|
|
|
2010-07-23 14:52:54 +00:00
|
|
|
|
2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
|
|
|
|
|
Ina Pandit <ina.pandit@kpitcummins.com>
|
|
|
|
|
|
|
|
|
|
* ld-v850/split-lo16.d: Update the "ld" instructions with a space
|
|
|
|
|
for second operand.
|
|
|
|
|
|
2010-07-20 14:08:32 +00:00
|
|
|
|
2010-07-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/tlsexe.r: Update.
|
|
|
|
|
* ld-powerpc/tlsexetoc.r: Update.
|
|
|
|
|
* ld-powerpc/tlsso.r: Update.
|
|
|
|
|
* ld-powerpc/tlstocso.r: Update.
|
|
|
|
|
|
2010-07-20 07:22:37 +00:00
|
|
|
|
2010-07-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/vxworks-relax.s: Add branches to match expected output.
|
|
|
|
|
* ld-powerpc/vxworks-relax-2.s: Likewise.
|
|
|
|
|
* ld-powerpc/vxworks1-lib.rd: Reorder reloc sections.
|
|
|
|
|
|
2010-07-19 15:11:03 +00:00
|
|
|
|
2010-07-19 Andreas Schwab <schwab@redhat.com>
|
|
|
|
|
|
|
|
|
|
* ld-mmix/bspec1.d: Ignore "Key to Flags" contents.
|
|
|
|
|
* ld-mmix/bspec2.d: Likewise.
|
|
|
|
|
* ld-mmix/local1.d: Likewise.
|
|
|
|
|
* ld-mmix/local3.d: Likewise.
|
|
|
|
|
* ld-mmix/local5.d: Likewise.
|
|
|
|
|
* ld-mmix/local7.d: Likewise.
|
|
|
|
|
* ld-mmix/undef-3.d: Likewise.
|
|
|
|
|
* ld-sh/sh64/crange1.rd: Likewise.
|
|
|
|
|
* ld-sh/sh64/crange2.rd: Likewise.
|
|
|
|
|
* ld-sh/sh64/crange3-cmpct.rd: Likewise.
|
|
|
|
|
* ld-sh/sh64/crange3-media.rd: Likewise.
|
|
|
|
|
* ld-sh/sh64/crange3.rd: Likewise.
|
|
|
|
|
* ld-sh/sh64/crangerel1.rd: Likewise.
|
|
|
|
|
* ld-sh/sh64/crangerel2.rd: Likewise.
|
|
|
|
|
|
2010-07-15 00:42:23 +00:00
|
|
|
|
2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11817
|
|
|
|
|
* ld-i386/compressed1.s: New.
|
|
|
|
|
* ld-i386/compressed1.d: Likewise.
|
|
|
|
|
* ld-x86-64/compressed1.s: Likewise.
|
|
|
|
|
* ld-x86-64/compressed1.d: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-i386/i386.exp: Run compressed1.
|
|
|
|
|
* ld-x86-64/x86-64.exp: Likewise.
|
|
|
|
|
|
2010-07-14 00:30:57 +00:00
|
|
|
|
2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11812
|
|
|
|
|
* ld-elf/exclude3b.d: Don't run on ia64-*-*. Replace .got with
|
|
|
|
|
.dynamic.
|
|
|
|
|
|
|
|
|
|
* ld-elf/exclude3d.d: New.
|
|
|
|
|
* ld-i386/nogot1.d: Likewise.
|
|
|
|
|
* ld-i386/nogot1.s: Likewise.
|
|
|
|
|
* ld-x86-64/nogot1.d: Likewise.
|
|
|
|
|
* ld-x86-64/nogot1.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-i386/i386.exp: Run nogot1.
|
|
|
|
|
* ld-x86-64/x86-64.exp: Likewise.
|
|
|
|
|
|
2010-07-13 17:42:29 +00:00
|
|
|
|
2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-i386/hidden2.d: Don't hard code expected output.
|
|
|
|
|
* ld-i386/protected3.d: Likewise.
|
|
|
|
|
* ld-x86-64/hidden2.d: Likewise.
|
|
|
|
|
* ld-x86-64/protected3.d: Likewise.
|
|
|
|
|
|
2010-07-13 16:59:14 +00:00
|
|
|
|
2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11791
|
|
|
|
|
* ld-ifunc/ifunc-10-i386.d: New.
|
|
|
|
|
* ld-ifunc/ifunc-10-i386.s: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc-10-x86-64.d: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc-10-x86-64.s: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc-11-i386.d: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc-11-i386.s: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc-11-x86-64.d: Likewise.
|
|
|
|
|
* ld-ifunc/ifunc-11-x86-64.s: Likewise.
|
|
|
|
|
|
2010-07-06 09:29:47 +00:00
|
|
|
|
2010-07-06 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/relax.s: Add branch back to _start.
|
|
|
|
|
* ld-powerpc/relax.d: Update.
|
|
|
|
|
* ld-powerpc/relaxr.d: Update.
|
|
|
|
|
|
2010-07-01 13:15:47 +00:00
|
|
|
|
2010-07-01 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* lib/ld-lib.exp (default_ld_simple_link): Add $gcc_ld_flag before
|
|
|
|
|
any other options in $ld.
|
|
|
|
|
|
2010-06-29 04:17:34 +00:00
|
|
|
|
2010-06-29 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-maxq/maxq.exp: Delete file.
|
|
|
|
|
* ld-maxq/addend.dd, * ld-maxq/addend.s, * ld-maxq/paddr.dd,
|
|
|
|
|
* ld-maxq/paddr.s, * ld-maxq/paddr1.dd, * ld-maxq/paddr1.s,
|
|
|
|
|
* ld-maxq/r32-1.s, * ld-maxq/r32-2.s, * ld-maxq/r32.dd: Likewise.
|
|
|
|
|
|
bfd:
* elf-bfd.h (LEAST_KNOWN_OBJ_ATTRIBUTE): Decrease to 2.
* elf32-tic6x.c (elf32_tic6x_obj_attrs_arg_type,
elf32_tic6x_merge_arch_attributes, elf32_tic6x_merge_attributes,
elf32_tic6x_merge_private_bfd_data): New.
(bfd_elf32_bfd_merge_private_bfd_data,
elf_backend_obj_attrs_arg_type, elf_backend_obj_attrs_section,
elf_backend_obj_attrs_section_type, elf_backend_obj_attrs_vendor):
Define.
* elf32-tic6x.h (elf32_tic6x_merge_arch_attributes): Declare.
binutils:
* readelf.c (display_tic6x_attribute, process_tic6x_specific):
New.
(process_arch_specific): Call process_tic6x_specific for
EM_TI_C6000.
gas:
* config/tc-tic6x.c: Include elf/tic6x.h.
(tic6x_arch_attribute, tic6x_seen_insns): New.
(tic6x_arch_table, tic6x_arches): Add attribute values.
(tic6x_use_arch): Handle attribute settings.
(tic6x_attributes_set_explicitly, s_tic6x_c6xabi_attribute,
tic6x_attribute_table, tic6x_attributes,
tic6x_convert_symbolic_attribute): New.
(md_pseudo_table): Add c6xabi_attribute.
(md_assemble): Set tic6x_seen_insns and tic6x_arch_attribute.
(tic6x_set_attribute_int, tic6x_set_attributes): New.
(tic6x_end): Call tic6x_set_attributes.
* config/tc-tic6x.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
(tic6x_convert_symbolic_attribute): Declare.
gas/testsuite:
* gas/elf/elf.exp: Set target_machine for tic6x-*-*.
* gas/elf/section2.e-tic6x, gas/tic6x/attr-arch-directive-1.d,
gas/tic6x/attr-arch-directive-1.s,
gas/tic6x/attr-arch-directive-2.d,
gas/tic6x/attr-arch-directive-2.s,
gas/tic6x/attr-arch-directive-3.d,
gas/tic6x/attr-arch-directive-3.s,
gas/tic6x/attr-arch-directive-4.d,
gas/tic6x/attr-arch-directive-4.s,
gas/tic6x/attr-arch-directive-5.d,
gas/tic6x/attr-arch-directive-5.s,
gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d,
gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d,
gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d,
gas/tic6x/attr-arch-opts-none-1.d,
gas/tic6x/attr-arch-opts-none-2.d,
gas/tic6x/attr-arch-opts-override-1.d,
gas/tic6x/attr-arch-opts-override-2.d, gas/tic6x/empty.s: New.
include/elf:
* tic6x-attrs.h: New.
* tic6x.h: Include elf/tic6x-attrs.h for attribute table.
(C6XABI_Tag_CPU_arch_none, C6XABI_Tag_CPU_arch_C62X,
C6XABI_Tag_CPU_arch_C67X, C6XABI_Tag_CPU_arch_C67XP,
C6XABI_Tag_CPU_arch_C64X, C6XABI_Tag_CPU_arch_C64XP,
C6XABI_Tag_CPU_arch_C674X): Define.
ld:
* emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Define.
ld/testsuite:
* ld-elf/orphan3.d: Allow section names starting '_'.
* ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
ld-tic6x/attr-arch-c62x.s, ld-tic6x/attr-arch-c64x+-c62x.d,
ld-tic6x/attr-arch-c64x+-c64x+.d, ld-tic6x/attr-arch-c64x+-c64x.d,
ld-tic6x/attr-arch-c64x+-c674x.d,
ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
ld-tic6x/attr-arch-c64x+.s, ld-tic6x/attr-arch-c64x-c62x.d,
ld-tic6x/attr-arch-c64x-c64x+.d, ld-tic6x/attr-arch-c64x-c64x.d,
ld-tic6x/attr-arch-c64x-c674x.d, ld-tic6x/attr-arch-c64x-c67x+.d,
ld-tic6x/attr-arch-c64x-c67x.d, ld-tic6x/attr-arch-c64x.s,
ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
ld-tic6x/attr-arch-c674x.s, ld-tic6x/attr-arch-c67x+-c62x.d,
ld-tic6x/attr-arch-c67x+-c64x+.d, ld-tic6x/attr-arch-c67x+-c64x.d,
ld-tic6x/attr-arch-c67x+-c674x.d,
ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
ld-tic6x/attr-arch-c67x+.s, ld-tic6x/attr-arch-c67x-c62x.d,
ld-tic6x/attr-arch-c67x-c64x+.d, ld-tic6x/attr-arch-c67x-c64x.d,
ld-tic6x/attr-arch-c67x-c674x.d, ld-tic6x/attr-arch-c67x-c67x+.d,
ld-tic6x/attr-arch-c67x-c67x.d, ld-tic6x/attr-arch-c67x.s: New.
2010-06-16 00:36:04 +00:00
|
|
|
|
2010-06-15 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/orphan3.d: Allow section names starting '_'.
|
|
|
|
|
* ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c62x.s, ld-tic6x/attr-arch-c64x+-c62x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x+-c64x+.d, ld-tic6x/attr-arch-c64x+-c64x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x+-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x+.s, ld-tic6x/attr-arch-c64x-c62x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x-c64x+.d, ld-tic6x/attr-arch-c64x-c64x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x-c674x.d, ld-tic6x/attr-arch-c64x-c67x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c64x-c67x.d, ld-tic6x/attr-arch-c64x.s,
|
|
|
|
|
ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c674x.s, ld-tic6x/attr-arch-c67x+-c62x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x+-c64x+.d, ld-tic6x/attr-arch-c67x+-c64x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x+-c674x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x+.s, ld-tic6x/attr-arch-c67x-c62x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x-c64x+.d, ld-tic6x/attr-arch-c67x-c64x.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x-c674x.d, ld-tic6x/attr-arch-c67x-c67x+.d,
|
|
|
|
|
ld-tic6x/attr-arch-c67x-c67x.d, ld-tic6x/attr-arch-c67x.s: New.
|
|
|
|
|
|
2010-06-07 10:43:52 +00:00
|
|
|
|
2010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-call.d: Handle change in lsls/movs disassembly.
|
|
|
|
|
* ld-arm/farcall-thumb-arm-short.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-thumb-blx.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-thumb-m.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-thumb.d: Likewise.
|
|
|
|
|
* ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
|
|
|
|
|
* ld-arm/thumb2-bl-as-thumb1-bad.d: Likewise.
|
|
|
|
|
* ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
|
|
|
|
|
* ld-arm/thumb2-bl-bad.d: Likewise.
|
|
|
|
|
|
2010-05-26 14:10:15 +00:00
|
|
|
|
2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11628
|
|
|
|
|
* ld-elf/textaddr3.d: New.
|
|
|
|
|
* ld-elf/textaddr4.d: Likewise.
|
|
|
|
|
* ld-elf/textaddr5.d: Likewise.
|
|
|
|
|
* ld-elf/textaddr6.d: Likewise.
|
|
|
|
|
* ld-elf/textaddr7.d: Likewise.
|
|
|
|
|
|
2010-05-21 Daniel Jacobowitz <dan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
Andrew Stubbs <ams@codesourcery.com>
bfd/
* config.bfd (sh-*-uclinux* | sh[12]-*-uclinux*): Add
bfd_elf32_shl_vec, and FDPIC vectors to targ_selvecs.
* configure.in: Handle FDPIC vectors.
* elf32-sh-relocs.h: Add FDPIC and movi20 relocations.
* elf32-sh.c (DEFAULT_STACK_SIZE): Define.
(SYMBOL_FUNCDESC_LOCAL): Define. Use it instead of
SYMBOL_REFERENCES_LOCAL for function descriptors.
(fdpic_object_p): New.
(sh_reloc_map): Add FDPIC and movi20 relocations.
(sh_elf_info_to_howto, sh_elf_relocate_section): Handle new invalid
range.
(struct elf_sh_plt_info): Add got20 and short_plt. Update all
definitions.
(FDPIC_PLT_ENTRY_SIZE, FDPIC_PLT_LAZY_OFFSET): Define.
(fdpic_sh_plt_entry_be, fdpic_sh_plt_entry_le, fdpic_sh_plts): New.
(FDPIC_SH2A_PLT_ENTRY_SIZE, FDPIC_SH2A_PLT_LAZY_OFFSET): Define.
(fdpic_sh2a_plt_entry_be, fdpic_sh2a_plt_entry_le)
(fdpic_sh2a_short_plt_be, fdpic_sh2a_short_plt_le, fdpic_sh2a_plts):
New.
(get_plt_info): Handle FDPIC.
(MAX_SHORT_PLT): Define.
(get_plt_index, get_plt_offset): Handle short_plt.
(union gotref): New.
(struct elf_sh_link_hash_entry): Add funcdesc, rename tls_type to
got_type and adjust all uses. Add GOT_FUNCDESC.
(struct sh_elf_obj_tdata): Add local_funcdesc. Rename
local_got_tls_type to local_got_type.
(sh_elf_local_got_type): Renamed from sh_elf_local_got_tls_type. All
users changed.
(sh_elf_local_funcdesc): Define.
(struct elf_sh_link_hash_table): Add sfuncdesc, srelfuncdesc, fdpic_p,
and srofixup.
(sh_elf_link_hash_newfunc): Initialize new fields.
(sh_elf_link_hash_table_create): Set fdpic_p.
(sh_elf_omit_section_dynsym): New.
(create_got_section): Create .got.funcdesc, .rela.got.funcdesc
and .rofixup.
(allocate_dynrelocs): Allocate local function descriptors and space
for R_SH_FUNCDESC-related relocations, and for rofixups.
Handle GOT_FUNCDESC. Create fixups. Handle GOT entries which
require function descriptors.
(sh_elf_always_size_sections): Handle PT_GNU_STACK and __stacksize.
(sh_elf_modify_program_headers): New.
(sh_elf_size_dynamic_sections): Allocate function descriptors for
local symbols. Allocate .got.funcdesc contents. Allocate rofixups.
Handle local GOT entries of type GOT_FUNCDESC. Create fixups for
local GOT entries. Ensure that FDPIC libraries always have a PLTGOT
entry in the .dynamic section.
(sh_elf_add_dyn_reloc, sh_elf_got_offset, sh_elf_initialize_funcdesc)
(sh_elf_add_rofixup, sh_elf_osec_to_segment)
(sh_elf_osec_readonly_p, install_movi20_field): New functions.
(sh_elf_relocate_section): Handle new relocations, R_SH_FUNCDESC,
R_SH_GOTFUNCDESC and R_SH_GOTOFFFUNCDESC. Use sh_elf_got_offset
and .got.plt throughout to find _GLOBAL_OFFSET_TABLE_. Add rofixup
read-only section warnings. Handle undefined weak symbols. Generate
fixups for R_SH_DIR32 and GOT entries. Check for cross-segment
relocations and clear EF_SH_PIC. Handle 20-bit relocations.
Always generate R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
(sh_elf_gc_sweep_hook): Handle R_SH_FUNCDESC, R_SH_GOTOFF20,
R_SH_GOTFUNCDESC, R_SH_GOTFUNCDESC20, and R_SH_GOTOFFFUNCDESC.
Handle 20-bit relocations.
(sh_elf_copy_indirect_symbol): Copy function descriptor reference
counts.
(sh_elf_check_relocs): Handle new relocations. Make symbols
dynamic for FDPIC relocs. Account for rofixups. Error for FDPIC
symbol mismatches. Allocate a GOT for R_SH_DIR32. Allocate fixups
for R_SH_DIR32.
(sh_elf_copy_private_data): Copy PT_GNU_STACK size.
(sh_elf_merge_private_data): Copy initial flags. Do not clobber
non-mach flags. Set EF_SH_PIC for FDPIC. Reject FDPIC mismatches.
(sh_elf_finish_dynamic_symbol): Do not handle got_funcdesc entries
here. Rename sgot to sgotplt and srel to srelplt. Handle short_plt,
FDPIC descriptors, and got20. Create R_SH_FUNCDESC_VALUE for FDPIC.
Use install_movi20_field. Rename srel to srelgot. Always generate
R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
(sh_elf_finish_dynamic_sections): Fill in the GOT pointer in rofixup.
Do not fill in reserved GOT entries for FDPIC. Correct DT_PLTGOT.
Rename sgot to sgotplt. Assert that the right number of rofixups
and dynamic relocations were allocated.
(sh_elf_use_relative_eh_frame, sh_elf_encode_eh_address): New.
(elf_backend_omit_section_dynsym): Use sh_elf_omit_section_dynsym.
(elf_backend_can_make_relative_eh_frame)
(elf_backend_can_make_lsda_relative_eh_frame)
(elf_backend_encode_eh_address): Define.
(TARGET_BIG_SYM, TARGET_BIG_NAME, TARGET_LITTLE_SYM)
(TARGET_LITTLE_NAME, elf_backend_modify_program_headers, elf32_bed):
Redefine for FDPIC vector.
* reloc.c: Add SH FDPIC and movi20 relocations.
* targets.c (_bfd_target_vector): Add FDPIC vectors.
* configure, bfd-in2.h, libbfd.h: Regenerated.
binutils/
* readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
gas/
* config/tc-sh.c (sh_fdpic): New.
(sh_check_fixup): Handle relocations on movi20.
(parse_exp): Do not reject PIC operators here.
(build_Mytes): Check for unhandled PIC operators here. Use
sh_check_fixup for movi20.
(enum options): Add OPTION_FDPIC.
(md_longopts, md_parse_option, md_show_usage): Add --fdpic.
(sh_fix_adjustable, md_apply_fix): Handle FDPIC and movi20 relocations.
(sh_elf_final_processing): Handle --fdpic.
(sh_uclinux_target_format): New.
(sh_parse_name): Handle FDPIC relocation operators.
* config/tc-sh.h (TARGET_FORMAT): Define specially for TE_UCLINUX.
(sh_uclinux_target_format): Declare for TE_UCLINUX.
* configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): Set
em=uclinux.
* doc/c-sh.texi (SH Options): Document --fdpic.
gas/testsuite/
* gas/sh/basic.exp: Run new tests. Handle uClinux like Linux.
* gas/sh/fdpic.d: New file.
* gas/sh/fdpic.s: New file.
* gas/sh/reg-prefix.d: Force big-endian.
* gas/sh/sh2a-pic.d: New file.
* gas/sh/sh2a-pic.s: New file.
* lib/gas-defs.exp (is_elf_format): Include sh*-*-uclinux*.
include/elf/
* sh.h (EF_SH_PIC, EF_SH_FDPIC): Define.
(R_SH_FIRST_INVALID_RELOC_6, R_SH_LAST_INVALID_RELOC_6): New. Adjust
other invalid ranges.
(R_SH_GOT20, R_SH_GOTOFF20, R_SH_GOTFUNCDESC, R_SH_GOTFUNCDESC20)
(R_SH_GOTOFFFUNCDESC, R_SH_GOTOFFFUNCDESC20, R_SH_FUNCDESC)
(R_SH_FUNCDESC_VALUE): New.
ld/
* Makefile.am (ALL_EMULATIONS): Add eshelf_fd.o and eshlelf_fd.o.
(eshelf_fd.c, eshlelf_fd.c): New rules.
* Makefile.in: Regenerate.
* configure.tgt (sh-*-uclinux*): Add shelf_fd and shlelf_fd
emulations.
* emulparams/shelf_fd.sh: New file.
* emulparams/shlelf_fd.sh: New file.
* emulparams/shlelf_linux.sh: Update comment.
ld/testsuite/
* ld-sh/sh.exp: Handle uClinux like Linux.
* lib/ld-lib.exp (is_elf_format): Include sh*-*-uclinux*.
* ld-sh/fdpic-funcdesc-shared.d: New file.
* ld-sh/fdpic-funcdesc-shared.s: New file.
* ld-sh/fdpic-funcdesc-static.d: New file.
* ld-sh/fdpic-funcdesc-static.s: New file.
* ld-sh/fdpic-gotfuncdesc-shared.d: New file.
* ld-sh/fdpic-gotfuncdesc-shared.s: New file.
* ld-sh/fdpic-gotfuncdesc-static.d: New file.
* ld-sh/fdpic-gotfuncdesc-static.s: New file.
* ld-sh/fdpic-gotfuncdesci20-shared.d: New file.
* ld-sh/fdpic-gotfuncdesci20-shared.s: New file.
* ld-sh/fdpic-gotfuncdesci20-static.d: New file.
* ld-sh/fdpic-gotfuncdesci20-static.s: New file.
* ld-sh/fdpic-goti20-shared.d: New file.
* ld-sh/fdpic-goti20-shared.s: New file.
* ld-sh/fdpic-goti20-static.d: New file.
* ld-sh/fdpic-goti20-static.s: New file.
* ld-sh/fdpic-gotofffuncdesc-shared.d: New file.
* ld-sh/fdpic-gotofffuncdesc-shared.s: New file.
* ld-sh/fdpic-gotofffuncdesc-static.d: New file.
* ld-sh/fdpic-gotofffuncdesc-static.s: New file.
* ld-sh/fdpic-gotofffuncdesci20-shared.d: New file.
* ld-sh/fdpic-gotofffuncdesci20-shared.s: New file.
* ld-sh/fdpic-gotofffuncdesci20-static.d: New file.
* ld-sh/fdpic-gotofffuncdesci20-static.s: New file.
* ld-sh/fdpic-gotoffi20-shared.d: New file.
* ld-sh/fdpic-gotoffi20-shared.s: New file.
* ld-sh/fdpic-gotoffi20-static.d: New file.
* ld-sh/fdpic-gotoffi20-static.s: New file.
* ld-sh/fdpic-plt-be.d: New file.
* ld-sh/fdpic-plt-le.d: New file.
* ld-sh/fdpic-plt.s: New file.
* ld-sh/fdpic-plti20-be.d: New file.
* ld-sh/fdpic-plti20-le.d: New file.
* ld-sh/fdpic-stack-default.d: New file.
* ld-sh/fdpic-stack-size.d: New file.
* ld-sh/fdpic-stack.s: New file.
2010-05-25 14:12:43 +00:00
|
|
|
|
2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
Andrew Stubbs <ams@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-sh/sh.exp: Handle uClinux like Linux.
|
|
|
|
|
* lib/ld-lib.exp (is_elf_format): Include sh*-*-uclinux*.
|
|
|
|
|
* ld-sh/fdpic-funcdesc-shared.d: New file.
|
|
|
|
|
* ld-sh/fdpic-funcdesc-shared.s: New file.
|
|
|
|
|
* ld-sh/fdpic-funcdesc-static.d: New file.
|
|
|
|
|
* ld-sh/fdpic-funcdesc-static.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotfuncdesc-shared.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotfuncdesc-shared.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotfuncdesc-static.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotfuncdesc-static.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotfuncdesci20-shared.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotfuncdesci20-shared.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotfuncdesci20-static.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotfuncdesci20-static.s: New file.
|
|
|
|
|
* ld-sh/fdpic-goti20-shared.d: New file.
|
|
|
|
|
* ld-sh/fdpic-goti20-shared.s: New file.
|
|
|
|
|
* ld-sh/fdpic-goti20-static.d: New file.
|
|
|
|
|
* ld-sh/fdpic-goti20-static.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotofffuncdesc-shared.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotofffuncdesc-shared.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotofffuncdesc-static.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotofffuncdesc-static.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotofffuncdesci20-shared.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotofffuncdesci20-shared.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotofffuncdesci20-static.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotofffuncdesci20-static.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotoffi20-shared.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotoffi20-shared.s: New file.
|
|
|
|
|
* ld-sh/fdpic-gotoffi20-static.d: New file.
|
|
|
|
|
* ld-sh/fdpic-gotoffi20-static.s: New file.
|
|
|
|
|
* ld-sh/fdpic-plt-be.d: New file.
|
|
|
|
|
* ld-sh/fdpic-plt-le.d: New file.
|
|
|
|
|
* ld-sh/fdpic-plt.s: New file.
|
|
|
|
|
* ld-sh/fdpic-plti20-be.d: New file.
|
|
|
|
|
* ld-sh/fdpic-plti20-le.d: New file.
|
|
|
|
|
* ld-sh/fdpic-stack-default.d: New file.
|
|
|
|
|
* ld-sh/fdpic-stack-size.d: New file.
|
|
|
|
|
* ld-sh/fdpic-stack.s: New file.
|
|
|
|
|
|
2010-05-18 03:31:07 +00:00
|
|
|
|
2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR gas/11600
|
|
|
|
|
* ld-elf/exclude3.s: New.
|
|
|
|
|
* ld-elf/exclude3a.d: Likewise.
|
|
|
|
|
* ld-elf/exclude3b.d: Likewise.
|
|
|
|
|
* ld-elf/exclude3c.d: Likewise.
|
|
|
|
|
|
2010-05-11 17:36:33 +00:00
|
|
|
|
2010-05-11 Andrew Stubbs <ams@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/attr-merge-2.attr: Add Tag_DIV_use.
|
|
|
|
|
* ld-arm/attr-merge-2a.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-2b.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-3a.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-3b.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-4.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-5.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-6.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-7.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-arch-1.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-arch-2.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-unknown-2.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-unknown-2r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-unknown-3.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-1.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-1r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-2.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-2r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-3.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-3r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-4.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-4r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-5.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-5r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-00.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-02.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-04.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-20.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-22.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-40.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-44.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge.attr: Likewise.
|
|
|
|
|
|
|
|
|
|
2010-05-11 Jie Zhang <jie@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/attr-merge-vfp-6.d: New test.
|
|
|
|
|
* ld-arm/attr-merge-vfp-6r.d: New test.
|
|
|
|
|
* ld-arm/attr-merge-vfpv3xd.s: New test.
|
|
|
|
|
* ld-arm/arm-elf.exp: Add attr-merge-vfp-6 and attr-merge-vfp-6r.
|
|
|
|
|
|
2010-05-07 18:24:48 +00:00
|
|
|
|
2010-05-07 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/cortex-a8-fix-bl-rel-plt.d: New file.
|
|
|
|
|
* ld-arm/arm-elf.exp (armelftests): Run cortex-a8-fix-bl-rel-plt.d.
|
|
|
|
|
|
2010-05-06 20:04:27 +00:00
|
|
|
|
2010-05-06 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/orphan-region.d: Use ld -N.
|
|
|
|
|
|
2010-04-30 18:27:32 +00:00
|
|
|
|
2010-04-30 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11542
|
|
|
|
|
* ld-elf/discard.ld: New.
|
|
|
|
|
* ld-elf/discard1.d: Likewise.
|
|
|
|
|
* ld-elf/discard1.s: Likewise.
|
|
|
|
|
* ld-elf/discard2.d: Likewise.
|
|
|
|
|
* ld-elf/discard2.s: Likewise.
|
|
|
|
|
* ld-elf/discard3.d: Likewise.
|
|
|
|
|
|
2010-04-22 01:51:01 +00:00
|
|
|
|
2010-04-22 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/extract-symbol-1sec.d: Update lma.
|
|
|
|
|
* ld-i386/alloc.d: Expect a warning, not an error.
|
|
|
|
|
|
bfd:
* elf32-tic6x.h: New.
* elf-bfd.h (enum elf_target_id): Define TIC6X_ELF_DATA.
* elf32-tic6x.c (struct elf32_tic6x_obj_tdata, elf32_tic6x_tdata,
elf32_tic6x_howto_table_rel, elf32_tic6x_info_to_howto_rel,
elf32_tic6x_set_use_rela_p, elf32_tic6x_mkobject,
elf32_tic6x_new_section_hook, elf32_tic6x_rel_relocation_p,
bfd_elf32_mkobject, bfd_elf32_new_section_hook): New.
(elf32_tic6x_reloc_type_lookup, elf32_tic6x_reloc_name_lookup,
elf32_tic6x_relocate_section): Handle REL relocations.
(elf_info_to_howto_rel): Define to elf32_tic6x_info_to_howto_rel.
gas:
* config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
(md_longopts): Add -mgenerate-rel.
(tic6x_generate_rela): New.
(md_parse_option): Handle -mgenerate-rel.
(md_show_usage): Add comment that -mgenerate-rel is undocumented.
(tic6x_init_after_args): New.
(md_apply_fix): Correct shift calculations for SB-relative
relocations.
(md_pcrel_from): Change to tic6x_pcrel_from_section. Do not
adjust addresses for relocations referencing symbols in other
sections.
(tc_gen_reloc): Adjust addend calculations for REL relocations.
* config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
tic6x_pcrel_from_section, tc_init_after_args,
tic6x_init_after_args): New.
ld/testsuite:
* ld-tic6x/data-reloc-global-rel.d,
ld-tic6x/data-reloc-global-rel.s,
ld-tic6x/data-reloc-local-r-rel.d,
ld-tic6x/data-reloc-local-rel.d, ld-tic6x/mvk-reloc-global-rel.d,
ld-tic6x/mvk-reloc-global-rel.s, ld-tic6x/mvk-reloc-local-1-rel.s,
ld-tic6x/mvk-reloc-local-2-rel.s,
ld-tic6x/mvk-reloc-local-r-rel.d, ld-tic6x/mvk-reloc-local-rel.d,
ld-tic6x/pcrel-reloc-global-rel.d,
ld-tic6x/pcrel-reloc-local-r-rel.d,
ld-tic6x/pcrel-reloc-local-rel.d, ld-tic6x/sbr-reloc-global-rel.d,
ld-tic6x/sbr-reloc-global-rel.s, ld-tic6x/sbr-reloc-local-1-rel.s,
ld-tic6x/sbr-reloc-local-2-rel.s,
ld-tic6x/sbr-reloc-local-r-rel.d, ld-tic6x/sbr-reloc-local-rel.d:
New.
2010-04-20 22:03:00 +00:00
|
|
|
|
2010-04-20 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-tic6x/data-reloc-global-rel.d,
|
|
|
|
|
ld-tic6x/data-reloc-global-rel.s,
|
|
|
|
|
ld-tic6x/data-reloc-local-r-rel.d,
|
|
|
|
|
ld-tic6x/data-reloc-local-rel.d, ld-tic6x/mvk-reloc-global-rel.d,
|
|
|
|
|
ld-tic6x/mvk-reloc-global-rel.s, ld-tic6x/mvk-reloc-local-1-rel.s,
|
|
|
|
|
ld-tic6x/mvk-reloc-local-2-rel.s,
|
|
|
|
|
ld-tic6x/mvk-reloc-local-r-rel.d, ld-tic6x/mvk-reloc-local-rel.d,
|
|
|
|
|
ld-tic6x/pcrel-reloc-global-rel.d,
|
|
|
|
|
ld-tic6x/pcrel-reloc-local-r-rel.d,
|
|
|
|
|
ld-tic6x/pcrel-reloc-local-rel.d, ld-tic6x/sbr-reloc-global-rel.d,
|
|
|
|
|
ld-tic6x/sbr-reloc-global-rel.s, ld-tic6x/sbr-reloc-local-1-rel.s,
|
|
|
|
|
ld-tic6x/sbr-reloc-local-2-rel.s,
|
|
|
|
|
ld-tic6x/sbr-reloc-local-r-rel.d, ld-tic6x/sbr-reloc-local-rel.d:
|
|
|
|
|
New.
|
|
|
|
|
|
2010-04-15 10:56:39 +00:00
|
|
|
|
2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/attr-merge-2.attr: Update for changes in attribute output.
|
|
|
|
|
* ld-arm/attr-merge-3.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-1.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-1r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-2.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-2r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-3.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-3r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-4.d: Likeiwse.
|
|
|
|
|
* ld-arm/attr-merge-vfp-4r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-5.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-vfp-5r.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-00.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-02.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-04.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-20.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-22.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-40.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-wchar-44.d: Likewise.
|
|
|
|
|
* ld-arm/attr-merge.attr: Likewise.
|
|
|
|
|
|
2010-04-06 11:53:16 +00:00
|
|
|
|
2010-04-06 David S. Miller <davem@davemloft.net>
|
|
|
|
|
|
|
|
|
|
* ld-elfvers/vers.exp: Pass -Av9a to assembler on sparc-*-*
|
|
|
|
|
|
2010-04-05 09:02:58 +00:00
|
|
|
|
2010-04-05 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
|
|
* ld-pe/orphan_nu.d: New test for --no-leading-underscore.
|
|
|
|
|
* ld-pe/orphana_nu.s: New file.
|
|
|
|
|
* ld-pe/pe.exp: Add orphan_nu test.
|
|
|
|
|
|
2010-04-01 10:02:28 +00:00
|
|
|
|
2010-04-01 Nathan Sidwell <nathan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/apuinfo-nul.rd: New.
|
|
|
|
|
* ld-powerpc/apuinfo-nul1.s: New.
|
|
|
|
|
* ld-powerpc/powerpc.exp: Add it.
|
|
|
|
|
|
2010-03-31 21:10:14 +00:00
|
|
|
|
2010-03-31 Kai TIetz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
|
|
* ld-pe//pe-compile.exp (run_basefile_test): Trim result of wc
|
|
|
|
|
before string compare.
|
|
|
|
|
|
2010-03-31 16:54:44 +00:00
|
|
|
|
2010-03-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/script-type.sym: Fix test.
|
|
|
|
|
|
2010-03-31 16:34:12 +00:00
|
|
|
|
2010-03-31 Kai TIetz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
|
|
* ld-pe/basefile1.s: New.
|
|
|
|
|
* ld-pe/pe-compile.exp: Add base-file test.
|
|
|
|
|
|
2010-03-30 23:16:46 +00:00
|
|
|
|
2010-03-31 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
|
|
2010-03-31 13:23:40 +00:00
|
|
|
|
PR ld/11458
|
|
|
|
|
* ld-cris/pcrelcp-1.d, ld-cris/pcrelcp-1.s: New test.
|
|
|
|
|
|
2010-03-31 13:22:22 +00:00
|
|
|
|
* lib/ld-lib.exp (run_dump_test): When checking linker message and
|
|
|
|
|
return code, when success with no message is expected, don't
|
|
|
|
|
continue if we have an abnormal exit with a message. Check output
|
|
|
|
|
of inspection program and fail if it had output or an abnormal
|
|
|
|
|
exit code. Include "warning" and "error" among the directives
|
|
|
|
|
where multiples are allowed and append to previous values.
|
|
|
|
|
|
2010-03-30 23:16:46 +00:00
|
|
|
|
* ld-cris/cris.exp (loop over $srcdir/$subdir/*dso-*.d): Apply
|
|
|
|
|
"file rootname", not "file tail", before applying runtest_file_p.
|
|
|
|
|
|
2010-03-29 20:42:55 +00:00
|
|
|
|
2010-03-29 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp (armeabitests): Add v6-M farcall test.
|
|
|
|
|
|
bfd:
* Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo.
(ALL_MACHINES_CFILES): Add cpu-tic6x.c.
(BFD32_BACKENDS): Add elf32-tic6x.lo.
(BFD32_BACKENDS_CFILES): Add elf32-tic6x.c.
* Makefile.in: Regenerate.
* archures.c (bfd_arch_tic6x, bfd_tic6x_arch): New.
(bfd_archures_list): Update.
* config.bfd (tic6x-*-elf): New.
* configure.in (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec):
New.
* configure: Regenerate.
* cpu-tic6x.c, elf32-tic6x.c: New.
* reloc.c (BFD_RELOC_C6000_PCR_S21, BFD_RELOC_C6000_PCR_S12,
BFD_RELOC_C6000_PCR_S10, BFD_RELOC_C6000_PCR_S7,
BFD_RELOC_C6000_ABS_S16, BFD_RELOC_C6000_ABS_L16,
BFD_RELOC_C6000_ABS_H16, BFD_RELOC_C6000_SBR_U15_B,
BFD_RELOC_C6000_SBR_U15_H, BFD_RELOC_C6000_SBR_U15_W,
BFD_RELOC_C6000_SBR_S16, BFD_RELOC_C6000_SBR_L16_B,
BFD_RELOC_C6000_SBR_L16_H, BFD_RELOC_C6000_SBR_L16_W,
BFD_RELOC_C6000_SBR_H16_B, BFD_RELOC_C6000_SBR_H16_H,
BFD_RELOC_C6000_SBR_H16_W, BFD_RELOC_C6000_SBR_GOT_U15_W,
BFD_RELOC_C6000_SBR_GOT_L16_W, BFD_RELOC_C6000_SBR_GOT_H16_W,
BFD_RELOC_C6000_DSBT_INDEX, BFD_RELOC_C6000_PREL31,
BFD_RELOC_C6000_COPY, BFD_RELOC_C6000_ALIGN,
BFD_RELOC_C6000_FPHEAD, BFD_RELOC_C6000_NOCMP): New.
* targets.c (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New.
(_bfd_target_vector): Update.
* bfd-in2.h, libbfd.h: Regenerate.
binutils:
* MAINTAINERS: Add self as TI C6X maintainer.
* NEWS: Add news entry for TI C6X support.
* readelf.c: Include elf/tic6x.h.
(guess_is_rela): Handle EM_TI_C6000.
(dump_relocations): Likewise.
(get_tic6x_dynamic_type): New.
(get_dynamic_type): Call it.
(get_machine_flags): Handle EF_C6000_REL.
(get_osabi_name): Handle machine-specific values only for relevant
machines. Handle C6X values.
(get_tic6x_segment_type): New.
(get_segment_type): Call it.
(get_tic6x_section_type_name): New.
(get_section_type_name): Call it.
(is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
EM_TI_C6000.
gas:
* Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
(TARGET_CPU_HFILES): Add config/tc-tic6x.h.
* Makefile.in: Regenerate.
* NEWS: Add news entry for TI C6X support.
* app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
operands if TC_KEEP_OPERAND_SPACES.
* configure.tgt (tic6x-*-*): New.
* config/tc-ia64.h (TC_PREDICATE_START_CHAR,
TC_PREDICATE_END_CHAR): Define.
* config/tc-tic6x.c, config/tc-tic6x.h: New.
* doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
* doc/Makefile.in: Regenerate.
* doc/all.texi (TIC6X): Define.
* doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
* doc/c-tic6x.texi: New.
gas/testsuite:
* gas/tic6x: New directory and testcases.
include:
* dis-asm.h (print_insn_tic6x): Declare.
include/elf:
* common.h (ELFOSABI_C6000_ELFABI, ELFOSABI_C6000_LINUX): Define.
* tic6x.h: New.
include/opcode:
* tic6x-control-registers.h, tic6x-insn-formats.h,
tic6x-opcode-table.h, tic6x.h: New.
ld:
* Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
eelf32_tic6x_le.o.
(eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
* NEWS: Add news entry for TI C6X support.
* configure.tgt (tic6x-*-*): New.
* emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.
ld/testsuite:
* ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
* ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
* ld-tic6x: New directory and testcases.
opcodes:
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c.
* Makefile.in: Regenerate.
* configure.in (bfd_tic6x_arch): New.
* configure: Regenerate.
* disassemble.c (ARCH_tic6x): Define if ARCH_all.
(disassembler): Handle TI C6X.
* tic6x-dis.c: New.
2010-03-25 21:12:36 +00:00
|
|
|
|
2010-03-25 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
|
|
|
|
|
* ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
|
|
|
|
|
* ld-tic6x: New directory and testcases.
|
|
|
|
|
|
2010-03-19 14:49:46 +00:00
|
|
|
|
2010-03-19 Jie Zhang <jie@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11304
|
|
|
|
|
* ld-elf/pr11304.d: New test.
|
|
|
|
|
* ld-elf/pr11304a.s: New test.
|
|
|
|
|
* ld-elf/pr11304b.s: New test.
|
|
|
|
|
* lib/ld-lib.exp (regexp_diff): Add support for #failif.
|
|
|
|
|
|
2010-03-16 14:14:40 +00:00
|
|
|
|
2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/orphan-region.d, ld-elf/orphan-region.ld,
|
|
|
|
|
ld-elf/orphan-region.s: New files.
|
|
|
|
|
|
2010-03-02 11:40:24 +00:00
|
|
|
|
2010-03-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-merge-incompatible.d: New test.
|
|
|
|
|
* ld-arm/arm-merge-incompatiblea.s: Likewise.
|
|
|
|
|
* ld-arm/arm-merge-incompatibleb.s: Likewise.
|
|
|
|
|
* ld-arm/arm-elf.exp: Run the new test.
|
|
|
|
|
|
2010-03-02 08:19:54 +00:00
|
|
|
|
2010-03-02 Christophe Lyon <christophe.lyon@st.com>
|
2010-03-18 18:16:41 +00:00
|
|
|
|
Alan Modra <amodra@gmail.com>
|
2010-03-02 08:19:54 +00:00
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp: Change .text start address for
|
|
|
|
|
farcall-thumb-arm tests. Add v4t variant for farcall-mixed-lib
|
|
|
|
|
test.
|
|
|
|
|
* ld-arm/farcall-mixed-lib-v4t.d: New test.
|
|
|
|
|
* ld-arm/farcall-mixed-lib1.s: Don't force armv5t.
|
|
|
|
|
* ld-arm/farcall-mixed-lib2.s: Likewise.
|
|
|
|
|
* ld-arm/arm-call.d: Update expected results.
|
|
|
|
|
* ld-arm/cortex-a8-far.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-group-size2.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-group.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-mix.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-mix2.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-mixed-app-v5.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-mixed-app.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-mixed-lib.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-arm.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-arm-blx.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Likewise.
|
|
|
|
|
* ld-arm/farcall-thumb-arm.s: Update test. Add a new call to
|
|
|
|
|
potentially generate different types of stubs.
|
|
|
|
|
|
2010-02-27 23:23:20 +00:00
|
|
|
|
2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/init-fini-arrays.d: Pass --wide to readelf.
|
|
|
|
|
|
2010-02-27 12:34:25 +00:00
|
|
|
|
2010-02-27 Jie Zhang <jie@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/init-fini-arrays.s: New test.
|
|
|
|
|
* ld-elf/init-fini-arrays.d: New test.
|
|
|
|
|
|
2010-02-24 11:15:11 +00:00
|
|
|
|
2010-02-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/group-relocs.s: Mark code sections as executable.
|
|
|
|
|
* ld-arm/arm-elf.exp (armelftests): Only dump executable sections in
|
|
|
|
|
group-relocs test.
|
|
|
|
|
* ld-arm/reloc-boundaries.d: Fix test to work on Linux targets.
|
|
|
|
|
|
2010-02-23 16:56:39 +00:00
|
|
|
|
2010-02-23 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/orphan4.d: Allow for other sections to be present in the
|
|
|
|
|
output.
|
|
|
|
|
|
2010-02-19 05:07:50 +00:00
|
|
|
|
2010-02-18 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic
|
|
|
|
|
ifunc-using executable.
|
|
|
|
|
|
2010-02-19 01:47:16 +00:00
|
|
|
|
2010-02-19 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/group.ld: Discard .dropme sections.
|
|
|
|
|
* ld-elf/group10.d, * ld-elf/group10.s: New test.
|
|
|
|
|
|
2010-02-18 17:25:10 +00:00
|
|
|
|
2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/attr-merge-6.attr: Add new test. Missed off last commit.
|
|
|
|
|
|
2010-02-18 10:56:28 +00:00
|
|
|
|
2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/attr-merge-3.attr: Fix test for new attribute values.
|
|
|
|
|
* ld-arm/attr-merge-3b.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-unknown-1.d: Fix test now that 42 is a recognised
|
|
|
|
|
attribute ID.
|
|
|
|
|
* ld-arm/attr-merge-unknown-1.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-6.attr: New test.
|
|
|
|
|
* ld-arm/attr-merge-6a.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-6b.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-7.attr: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-7a.s: Likewise.
|
|
|
|
|
* ld-arm/attr-merge-7b.s: Likewise.
|
|
|
|
|
* ld-arm/arm-elf.exp: Run the new tests.
|
|
|
|
|
|
2010-02-16 19:02:59 +00:00
|
|
|
|
2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/jump-reloc-veneers-long.d: Correct testcase for
|
|
|
|
|
arm-none-eabi target.
|
|
|
|
|
* ld-arm/jump-reloc-veneers-short1.d: Likewise
|
|
|
|
|
* ld-arm/jump-reloc-veneers-short2.d: Likewise
|
|
|
|
|
|
2010-02-12 20:52:52 +00:00
|
|
|
|
2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp (armelftests): New test case added.
|
|
|
|
|
* ld-arm/data-only-map.s: New file.
|
|
|
|
|
* ld-arm/data-only-map.d: New file.
|
2010-02-23 16:56:39 +00:00
|
|
|
|
* ld-arm/data-only-map.ld: New file.
|
2010-02-12 20:52:52 +00:00
|
|
|
|
|
2010-02-11 19:57:40 +00:00
|
|
|
|
2010-02-11 David S. Miller <davem@davemloft.net>
|
|
|
|
|
|
|
|
|
|
* ld-sparc/gotop32.s: Add local symbol case.
|
|
|
|
|
* ld-sparc/gotop64.s: Likewise.
|
|
|
|
|
* ld-sparc/gotop32.rd: Adjust expected results.
|
|
|
|
|
* ld-sparc/gotop32.td: Likewise.
|
|
|
|
|
* ld-sparc/gotop64.dd: Likewise.
|
|
|
|
|
* ld-sparc/gotop64.rd: Likewise.
|
|
|
|
|
* ld-sparc/gotop64.td: Likewise.
|
|
|
|
|
|
2010-02-09 10:46:27 +00:00
|
|
|
|
2010-02-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* ld-elfvsb/elfvsb.exp: Fix tests for arm*-*-linux*.
|
|
|
|
|
* ld-shared/shared.exp: Likewise.
|
|
|
|
|
|
2010-02-08 20:28:43 +00:00
|
|
|
|
2010-02-08 David S. Miller <davem@davemloft.net>
|
|
|
|
|
|
|
|
|
|
* ld-ifunc/ifunc.exp: Run for sparc.
|
|
|
|
|
|
2010-02-08 07:09:39 +00:00
|
|
|
|
2010-02-08 Nathan Sidwell <nathan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/apuinfo-nul.s: New.
|
|
|
|
|
* ld-powerpc/apuinfo.rd: Add it.
|
|
|
|
|
* ld-powerpc/powerpc.exp: Likewise.
|
|
|
|
|
|
2010-02-01 10:33:16 +00:00
|
|
|
|
2010-02-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
2010-02-08 07:09:39 +00:00
|
|
|
|
* ld-arm/jump-reloc-veneers-long.d: New test.
|
|
|
|
|
* ld-arm/jump-reloc-veneers-short1.d: Likewise.
|
|
|
|
|
* ld-arm/jump-reloc-veneers-short2.d: Likewise.
|
|
|
|
|
* ld-arm/jump-reloc-veneers.s: Likewise.
|
|
|
|
|
* ld-arm/arm-elf.exp (armelftests): Run them.
|
2010-02-01 10:33:16 +00:00
|
|
|
|
|
2010-01-28 15:25:20 +00:00
|
|
|
|
2010-01-28 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR 11225
|
|
|
|
|
* ld-sh/refdbg-0-dso.d: Dump all sections.
|
|
|
|
|
|
2010-01-26 13:21:36 +00:00
|
|
|
|
2010-01-26 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11218
|
|
|
|
|
* ld-gc/dummy.s: New.
|
|
|
|
|
* ld-gc/pr11218-1.c: Likewise.
|
|
|
|
|
* ld-gc/pr11218-2.c: Likewise.
|
|
|
|
|
* ld-gc/pr11218.d: Likewise.
|
|
|
|
|
|
2010-01-23 12:05:33 +00:00
|
|
|
|
2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
|
|
|
|
|
|
|
|
|
|
* ld-powerpc/aix-ref-1-32.od, ld-powerpc/aix-ref-1-64.od,
|
|
|
|
|
ld-powerpc/aix-ref-1.s: New tests.
|
|
|
|
|
* ld-powerpc/aix52.exp: Run them.
|
|
|
|
|
|
2010-01-14 14:29:51 +00:00
|
|
|
|
2010-01-14 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/orphan4.d: Support 64bit targets.
|
|
|
|
|
|
2010-01-14 04:56:12 +00:00
|
|
|
|
2010-01-13 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
|
|
* ld-elf/orphan4.d: New.
|
|
|
|
|
* ld-elf/orphan4.ld: New.
|
|
|
|
|
* ld-elf/orphan4.s: New.
|
|
|
|
|
|
2010-01-13 22:34:28 +00:00
|
|
|
|
2010-01-13 Chao-ying Fu <fu@mips.com>
|
|
|
|
|
|
|
|
|
|
* ld-mips-elf/jr-to-b-1.d, ld-mips-elf/jr-to-b-2.d: New tests.
|
|
|
|
|
* ld-mips-elf/jr-to-b-1.s, ld-mips-elf/jr-to-b-2.s: Source.
|
|
|
|
|
* ld-mips-elf/mips-elf.exp: Run new tests.
|
|
|
|
|
|
2010-01-13 19:01:10 +00:00
|
|
|
|
2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* ld-arm/arm-elf.exp (armelftests): Assemble Cortex-A8 tests with
|
|
|
|
|
-mcpu=cortex-a8.
|
|
|
|
|
|
2010-01-13 14:08:54 +00:00
|
|
|
|
2010-01-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* ld-scrips/sort.exp: Skip these tests when the target is the
|
|
|
|
|
h8300.
|
|
|
|
|
|
2010-01-11 14:45:42 +00:00
|
|
|
|
2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11146
|
|
|
|
|
* ld-elf/dynsym1.d: New.
|
|
|
|
|
|
2010-01-08 03:03:16 +00:00
|
|
|
|
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11138
|
|
|
|
|
* ld-elf/pr11138-1.c: New.
|
|
|
|
|
* ld-elf/pr11138-1.map: Likewise.
|
|
|
|
|
* ld-elf/pr11138-2.c: Likewise.
|
|
|
|
|
* ld-elf/pr11138-2.map: Likewise.
|
|
|
|
|
* ld-elf/pr11138.out: Likewise.
|
|
|
|
|
|
|
|
|
|
* ld-elf/shared.exp (build_tests): Add libpr11138-1.so and
|
|
|
|
|
libpr11138-2.o.
|
|
|
|
|
(run_tests): Add 2 tests for PR ld/11138.
|
|
|
|
|
|
2010-01-08 01:43:23 +00:00
|
|
|
|
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11133
|
|
|
|
|
* ld-gc/gc.exp: Run start.
|
|
|
|
|
|
|
|
|
|
* ld-gc/start.d: New.
|
|
|
|
|
* ld-gc/start.s: Likewise.
|
|
|
|
|
|
2010-01-07 13:44:37 +00:00
|
|
|
|
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11143
|
|
|
|
|
* ld-gc/gc.exp: Run abi-note.
|
|
|
|
|
|
|
|
|
|
* ld-gc/abi-note.d: New.
|
|
|
|
|
* ld-gc/abi-note.s: Likewise.
|
2009-12-28 18:55:16 +00:00
|
|
|
|
|
2010-01-01 18:06:10 +00:00
|
|
|
|
For older changes see ChangeLog-2009
|
2004-01-02 11:16:21 +00:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|