old-cross-binutils/ld/testsuite/ld-mips-elf
Maciej W. Rozycki 1bbce13264 bfd/
* elfxx-mips.h (_bfd_mips_elf_get_synthetic_symtab): New
	prototype.
	* elf32-mips.c (elf_backend_plt_sym_val): Remove macro.
	(bfd_elf32_get_synthetic_symtab): New macro.
	* elfxx-mips.c (plt_entry): New structure.
	(mips_elf_link_hash_entry): Add use_plt_entry member.
	(mips_elf_link_hash_table): Rename plt_entry_size member to
	plt_mips_entry_size.  Add plt_comp_entry_size, plt_mips_offset,
	plt_comp_offset, plt_got_index entries and plt_header_is_comp
	members.
	(STUB_LW_MICROMIPS, STUB_MOVE_MICROMIPS): New macros.
	(STUB_LUI_MICROMIPS, STUB_JALR_MICROMIPS): Likewise.
	(STUB_ORI_MICROMIPS, STUB_LI16U_MICROMIPS): Likewise.
	(STUB_LI16S_MICROMIPS): Likewise.
	(MICROMIPS_FUNCTION_STUB_NORMAL_SIZE): Likewise.
	(MICROMIPS_FUNCTION_STUB_BIG_SIZE): Likewise.
	(micromips_o32_exec_plt0_entry): New variable.
	(mips16_o32_exec_plt_entry): Likewise.
	(micromips_o32_exec_plt_entry): Likewise.
	(mips_elf_link_hash_newfunc): Initialize use_plt_entry.
	(mips_elf_output_extsym): Update to use gotplt_union's plist
	member rather than offset.
	(mips_elf_gotplt_index): Likewise.  Remove the VxWorks
	restriction.  Use MIPS_ELF_GOT_SIZE to calculate GOT address.
	(mips_elf_count_got_symbols): Update to use gotplt_union's plist
	member rather than offset.
	(mips_elf_calculate_relocation): Handle MIPS16/microMIPS PLT
	entries.
	(_bfd_mips_elf_create_dynamic_sections): Don't set PLT sizes
	here.
	(mips_elf_make_plt_record): New function.
	(_bfd_mips_elf_check_relocs): Update comment.  Record occurences
	of JAL relocations that might need a PLT entry.
	(_bfd_mips_elf_adjust_dynamic_symbol): Update to use
	gotplt_union's plist member rather than offset.  Set individual
	PLT entry sizes here.  Handle MIPS16/microMIPS PLT entries.
	Don't set the symbol's value in the symbol table for PLT
	references here.  Don't set the PLT or PLT GOT section sizes
	here.
	(mips_elf_estimate_stub_size): Handle microMIPS stubs.
	(mips_elf_allocate_lazy_stub): Likewise.
	(mips_elf_lay_out_lazy_stubs): Likewise.  Define a _MIPS_STUBS_
	magic symbol.
	(mips_elf_set_plt_sym_value): New function.
	(_bfd_mips_elf_size_dynamic_sections): Set PLT header size and
	PLT and PLT GOT section sizes here.  Set the symbol values in
	the symbol table for PLT references here.  Handle microMIPS
	annotation of the _PROCEDURE_LINKAGE_TABLE_ magic symbol.
	(_bfd_mips_elf_finish_dynamic_symbol): Update to use
	gotplt_union's plist member rather than offset.  Handle
	MIPS16/microMIPS PLT entries.  Handle microMIPS stubs.
	(_bfd_mips_vxworks_finish_dynamic_symbol): Update to use
	gotplt_union's plist member rather than offset.  Use
	MIPS_ELF_GOT_SIZE to calculate GOT address.
	(mips_finish_exec_plt): Handle microMIPS PLT.  Return status.
	(_bfd_mips_elf_finish_dynamic_sections): Handle result from
	mips_finish_exec_plt.
	(_bfd_mips_elf_link_hash_table_create): Update to use
	gotplt_union's plist member rather than offset.
	(_bfd_mips_elf_get_synthetic_symtab): New function.

	include/elf/
	* mips.h (ELF_ST_IS_MIPS_PLT): Respect STO_MIPS16 setting.
	(ELF_ST_SET_MIPS_PLT): Likewise.

	gdb/
	* mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
	microMIPS synthetic symbols.

	ld/
	* emulparams/elf32btsmip.sh: Arrange for .got.plt to be placed
	as close to .plt as possible.
	* scripttempl/elf.sc: Handle $INITIAL_READWRITE_SECTIONS and
	$PLT_NEXT_DATA variables.

	ld/testsuite/
	* ld-mips-elf/jalx-2.dd: Update for microMIPS PLT support.
	* ld-mips-elf/pic-and-nonpic-3a.dd: Update for the _MIPS_STUBS_
	magic symbol.
	* ld-mips-elf/pic-and-nonpic-3b.dd: Likewise.
	* ld-mips-elf/pic-and-nonpic-6-n32.dd: Likewise.
	* ld-mips-elf/pic-and-nonpic-6-n64.dd: Likewise.
	* ld-mips-elf/pic-and-nonpic-6-o32.dd: Likewise.
	* ld-mips-elf/stub-dynsym-1-10000.d: Likewise.
	* ld-mips-elf/stub-dynsym-1-2fe80.d: Likewise.
	* ld-mips-elf/stub-dynsym-1-7fff.d: Likewise.
	* ld-mips-elf/stub-dynsym-1-8000.d: Likewise.
	* ld-mips-elf/stub-dynsym-1-fff0.d: Likewise.
	* ld-mips-elf/tlslib-o32.d: Likewise.

	opcodes/
	* mips-dis.c (is_mips16_plt_tail): New function.
	(print_insn_mips16): Handle MIPS16 PLT entry's GOT slot address
	word.
	(is_compressed_mode_p): Handle MIPS16/microMIPS PLT entries.
2013-06-24 23:55:46 +00:00
..
attr-gnu-4-00.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-0.s
attr-gnu-4-01.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-1.s
attr-gnu-4-02.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-2.s
attr-gnu-4-03.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-3.s
attr-gnu-4-04.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-4.s
attr-gnu-4-05.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-5.s
attr-gnu-4-10.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-11.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-12.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-13.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-14.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-15.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-20.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-21.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-22.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-23.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-24.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-25.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-30.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-31.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-32.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-33.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-34.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-35.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-40.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-41.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-42.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-43.d bfd/ 2012-12-03 16:17:48 +00:00
attr-gnu-4-44.d ld/testsuite/ 2012-05-13 09:51:40 +00:00
attr-gnu-4-45.d * ld-mips-elf/attr-gnu-4-45.d: Add missing "readelf" keyword. 2012-12-03 16:26:30 +00:00
attr-gnu-4-51.d bfd/ 2012-12-03 16:17:48 +00:00
branch-misc-1.d
comm-data.exp * lib/ld-lib.exp (run_ld_link_tests): Add another argument, pass 2013-02-19 01:10:06 +00:00
dyn-sec64.d
dyn-sec64.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
dyn-sec64.s
eh-frame1-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
eh-frame1-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
eh-frame1.ld ld/testsuite/ 2012-05-13 09:45:45 +00:00
eh-frame1.s
eh-frame2-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
eh-frame2-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
eh-frame3.d ld/testsuite/ 2012-05-13 09:45:45 +00:00
eh-frame4.d ld/testsuite/ 2012-05-13 09:45:45 +00:00
eh-frame5.d * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
eh-frame5.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
eh-frame5.s bfd/ 2009-09-19 08:06:11 +00:00
ehdr_start-1.ld gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-1.nd gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-2.ld gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-2.nd gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-new.s gold/ 2013-05-03 15:19:27 +00:00
ehdr_start-o32.s gold/ 2013-05-03 15:19:27 +00:00
elf-rel-got-n32-embed.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-got-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-got-n64-embed.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-got-n64-linux.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-got-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-xgot-n32-embed.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-xgot-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-xgot-n64-embed.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-xgot-n64-linux.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
elf-rel-xgot-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
emit-relocs-1.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
emit-relocs-1.ld
emit-relocs-1a.s gas/testsuite/ 2012-08-06 21:05:54 +00:00
emit-relocs-1b.s gas/testsuite/ 2012-08-06 21:05:54 +00:00
export-class-call16-def.s * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n32.dd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n32.gd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n32.s * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n64.dd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n64.gd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-n64.s * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-o32-irix.dd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-o32.dd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-o32.gd * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16-o32.s * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class-call16.ld * ld-mips-elf/export-class-call16-o32.dd: New test. 2012-08-13 19:52:59 +00:00
export-class.exp * lib/ld-lib.exp (run_ld_link_tests): Add another argument, pass 2013-02-19 01:10:06 +00:00
got-dump-1.d
got-dump-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
got-dump-1.s
got-dump-2.d
got-dump-2.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
got-dump-2.s
got-page-1.d
got-page-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
got-page-1.s
got-page-2.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
got-page-2.s
got-page-3.d
got-page-3a.s
got-page-3b.s
got-page-3c.s
got-page-4a.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-4a.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-4a.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-4b.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-4b.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-4b.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-5.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-5.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-5.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-6.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-6.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-6.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7.d bfd/ 2013-02-13 14:08:58 +00:00
got-page-7.got bfd/ 2013-02-13 14:08:58 +00:00
got-page-7a.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7b.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7c.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7d.s bfd/ 2013-02-13 14:08:58 +00:00
got-page-7e.s bfd/ 2013-02-13 14:08:58 +00:00
got-vers-1.dd
got-vers-1.rd * ld-mips-elf/got-vers-1.rd: Fix a typo. 2012-08-02 18:37:43 +00:00
got-vers-1.sd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
got-vers-1.ver
got-vers-1a.s
got-vers-1b.s
gp-hidden-64.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-lib-64.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-lib.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-lib.s * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-ver-64.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-ver.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-ver.s * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden-ver.ver * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden.rd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden.s * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
gp-hidden.sd * ld-mips-elf/gp-hidden.rd: New test. 2012-08-06 22:45:18 +00:00
hash1.s
hash1a.d
hash1b.d
hash1c.d
jalbal.d
jalbal.s gas/testsuite/ 2012-08-06 21:05:54 +00:00
jaloverflow-2.d
jaloverflow-2.s
jaloverflow.d
jaloverflow.s
jalr3.dd gas/ 2013-05-29 16:22:14 +00:00
jalr3.ld gas/ 2013-05-29 16:22:14 +00:00
jalx-1.d bfd/ 2011-07-24 14:20:15 +00:00
jalx-1.ld bfd/ 2011-07-24 14:20:15 +00:00
jalx-1.s bfd/ 2011-07-24 14:20:15 +00:00
jalx-2-ex.s bfd/ 2011-07-24 14:20:15 +00:00
jalx-2-main.s bfd/ 2011-07-24 14:20:15 +00:00
jalx-2-printf.s bfd/ 2011-07-24 14:20:15 +00:00
jalx-2.dd bfd/ 2013-06-24 23:55:46 +00:00
jalx-2.ld * ld-mips-elf/jalx-2.ld: Include .rel.plt in output, give .plt a 2013-02-18 23:35:17 +00:00
jr-to-b-1.d 2010-01-13 Chao-ying Fu <fu@mips.com> 2010-01-13 22:34:28 +00:00
jr-to-b-1.s 2010-01-13 Chao-ying Fu <fu@mips.com> 2010-01-13 22:34:28 +00:00
jr-to-b-2.d 2010-01-13 Chao-ying Fu <fu@mips.com> 2010-01-13 22:34:28 +00:00
jr-to-b-2.s 2010-01-13 Chao-ying Fu <fu@mips.com> 2010-01-13 22:34:28 +00:00
jr.s
mips-32-export-class.rd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
mips-32-export-class.xd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
mips-64-export-class.rd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
mips-64-export-class.xd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
mips-dyn.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
mips-elf-flags.exp bfd/ 2010-12-31 11:01:00 +00:00
mips-elf.exp gas/ 2013-05-29 16:22:14 +00:00
mips-lib.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
mips16-1.d
mips16-1a.s
mips16-1b.s
mips16-and-micromips.d bfd/ 2011-07-24 14:20:15 +00:00
mips16-call-global-1.s ld/testsuite/ 2012-05-13 09:55:45 +00:00
mips16-call-global-2.s ld/testsuite/ 2012-05-13 09:55:45 +00:00
mips16-call-global-3.s ld/testsuite/ 2012-05-13 09:55:45 +00:00
mips16-call-global.d ld/testsuite/ 2012-05-13 09:55:45 +00:00
mips16-hilo-n32.d
mips16-hilo.d
mips16-hilo.ld
mips16-hilo.s
mips16-intermix-1.s
mips16-intermix-2.s
mips16-intermix.d bfd/ 2010-12-31 11:01:00 +00:00
mips16-local-stubs-1.d
mips16-local-stubs-1.s
mips16-pic-1-dummy.s
mips16-pic-1.dd bfd/ 2010-09-19 10:26:28 +00:00
mips16-pic-1.gd bfd/ 2010-09-19 10:26:28 +00:00
mips16-pic-1.inc
mips16-pic-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
mips16-pic-1a.s
mips16-pic-1b.s
mips16-pic-2.ad * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
mips16-pic-2.dd bfd/ 2013-02-13 14:08:58 +00:00
mips16-pic-2.gd bfd/ 2013-02-13 14:08:58 +00:00
mips16-pic-2.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
mips16-pic-2.rd
mips16-pic-2a.s
mips16-pic-2b.s
mips16-pic-3.dd
mips16-pic-3.gd
mips16-pic-3.inc
mips16-pic-3.rd
mips16-pic-3a.s
mips16-pic-3b.s
mips16-pic-4.ver
mips16-pic-4a.dd
mips16-pic-4a.gd
mips16-pic-4a.nd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
mips16-pic-4a.s
mips16-pic-4b.dd
mips16-pic-4b.s
mips16-pic-4c.s
mode-change-error-1.d bfd/ 2012-08-03 22:14:21 +00:00
mode-change-error-1a.s 2010-08-09 Catherine Moore <clm@codesourcery.com> 2010-08-09 19:54:13 +00:00
mode-change-error-1b.s 2010-08-09 Catherine Moore <clm@codesourcery.com> 2010-08-09 19:54:13 +00:00
multi-got-1-1.s
multi-got-1-2.s
multi-got-1.d 2011-12-09 David Daney <david.daney@cavium.com> 2011-12-10 05:54:45 +00:00
multi-got-hidden-1.d
multi-got-hidden-1.s
multi-got-hidden-2.d
multi-got-hidden-2.s
multi-got-no-shared-1.s
multi-got-no-shared-2.s
multi-got-no-shared.d bfd/ 2010-09-19 10:26:28 +00:00
no-shared-1-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
no-shared-1-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
no-shared-1-n64.s
no-shared-1-o32.d
no-shared-1-o32.s
no-shared-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-1-rel.dd
pic-and-nonpic-1-rel.nd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
pic-and-nonpic-1.dd
pic-and-nonpic-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-1.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-1a.s
pic-and-nonpic-1b.s
pic-and-nonpic-2.d
pic-and-nonpic-2a.s
pic-and-nonpic-2b.s
pic-and-nonpic-3-error.d
pic-and-nonpic-3a.dd bfd/ 2013-06-24 23:55:46 +00:00
pic-and-nonpic-3a.gd
pic-and-nonpic-3a.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-3a.s
pic-and-nonpic-3a.sd
pic-and-nonpic-3b.ad * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-3b.dd bfd/ 2013-06-24 23:55:46 +00:00
pic-and-nonpic-3b.gd
pic-and-nonpic-3b.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-3b.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-3b.pd
pic-and-nonpic-3b.rd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-3b.s
pic-and-nonpic-3b.sd
pic-and-nonpic-4-error.d
pic-and-nonpic-4a.s
pic-and-nonpic-4b.ad * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-4b.dd
pic-and-nonpic-4b.gd
pic-and-nonpic-4b.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-4b.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-4b.rd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-4b.s
pic-and-nonpic-4b.sd
pic-and-nonpic-5a.s
pic-and-nonpic-5b.ad * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-5b.dd
pic-and-nonpic-5b.gd
pic-and-nonpic-5b.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-5b.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-5b.pd
pic-and-nonpic-5b.rd
pic-and-nonpic-5b.s
pic-and-nonpic-5b.sd
pic-and-nonpic-6-n32.ad * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-6-n32.dd bfd/ 2013-06-24 23:55:46 +00:00
pic-and-nonpic-6-n32.gd
pic-and-nonpic-6-n32.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-6-n32.pd
pic-and-nonpic-6-n32.rd
pic-and-nonpic-6-n32.sd
pic-and-nonpic-6-n32a.s
pic-and-nonpic-6-n32b.s
pic-and-nonpic-6-n32c.s
pic-and-nonpic-6-n64.ad * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-6-n64.dd bfd/ 2013-06-24 23:55:46 +00:00
pic-and-nonpic-6-n64.gd
pic-and-nonpic-6-n64.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-6-n64.pd
pic-and-nonpic-6-n64.rd
pic-and-nonpic-6-n64.sd
pic-and-nonpic-6-n64a.s
pic-and-nonpic-6-n64b.s
pic-and-nonpic-6-n64c.s
pic-and-nonpic-6-o32.ad * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-6-o32.dd bfd/ 2013-06-24 23:55:46 +00:00
pic-and-nonpic-6-o32.gd
pic-and-nonpic-6-o32.nd * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
pic-and-nonpic-6-o32.pd
pic-and-nonpic-6-o32.rd
pic-and-nonpic-6-o32.sd
pic-and-nonpic-6-o32a.s
pic-and-nonpic-6-o32b.s
pic-and-nonpic-6-o32c.s
pic-and-nonpic-6.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
region1.d
region1.t
region1a.s
region1b.s
rel32-n32.d ld/ 2012-08-06 22:40:36 +00:00
rel32-o32.d ld/ 2012-08-06 22:40:36 +00:00
rel32.s
rel64.d ld/ 2012-08-06 22:40:36 +00:00
rel64.s
relax-jalr-n32-shared.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
relax-jalr-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
relax-jalr-n64-shared.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
relax-jalr-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
relax-jalr.s
reloc-1-n32.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
reloc-1-n64.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
reloc-1-rel.d
reloc-1a.s
reloc-1b.s
reloc-2.d
reloc-2.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
reloc-2a.s
reloc-2b.s
reloc-3-n32.d
reloc-3.d
reloc-4.d
reloc-4.s
reloc-5.d
reloc-5.s
reloc-6a.s bfd/ 2011-05-15 18:52:01 +00:00
reloc-6b.s bfd/ 2011-05-15 18:52:01 +00:00
reloc-estimate-1.d
reloc-estimate-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
reloc-estimate-1a.s
reloc-estimate-1b.s
reloc-merge-lo16.d bfd/ 2012-06-06 10:50:18 +00:00
reloc-merge-lo16.ld
reloc-merge-lo16.s
stub-dynsym-1-2fe80.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1-7fff.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1-8000.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1-10000.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1-fff0.d bfd/ 2013-06-24 23:55:46 +00:00
stub-dynsym-1.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
stub-dynsym-1.s
textrel-1.d gas/testsuite/ 2012-08-06 21:28:45 +00:00
textrel-1.s
tls-hidden2-got.d
tls-hidden2.d
tls-hidden2a.s
tls-hidden2b.s
tls-hidden3.d bfd/ 2013-02-11 18:09:24 +00:00
tls-hidden3.got bfd/ 2013-02-11 18:09:24 +00:00
tls-hidden3.ld * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
tls-hidden3.r
tls-hidden3a.s
tls-hidden3b.s
tls-hidden4.got bfd/ 2013-02-11 18:06:10 +00:00
tls-hidden4.r
tls-hidden4a.s
tls-hidden4b.s
tls-multi-got-1-1.s
tls-multi-got-1-2.s
tls-multi-got-1.d bfd/ 2013-02-11 18:06:10 +00:00
tls-multi-got-1.got bfd/ 2013-02-11 18:06:10 +00:00
tls-multi-got-1.r * ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp. 2012-08-06 22:50:07 +00:00
tlsbin-o32.d bfd/ 2013-02-11 17:46:02 +00:00
tlsbin-o32.got bfd/ 2013-02-11 17:46:02 +00:00
tlsbin-o32.s
tlsdyn-o32-1.d bfd/ 2013-02-11 18:09:24 +00:00
tlsdyn-o32-1.got bfd/ 2013-02-11 18:09:24 +00:00
tlsdyn-o32-2.d bfd/ 2013-02-11 18:09:24 +00:00
tlsdyn-o32-2.got bfd/ 2013-02-11 18:09:24 +00:00
tlsdyn-o32-2.s
tlsdyn-o32-3.d bfd/ 2013-02-11 18:09:24 +00:00
tlsdyn-o32-3.got bfd/ 2013-02-11 18:09:24 +00:00
tlsdyn-o32.d bfd/ 2013-02-11 17:46:02 +00:00
tlsdyn-o32.got bfd/ 2013-02-11 17:46:02 +00:00
tlsdyn-o32.s
tlslib-hidden.ver
tlslib-o32-hidden.got bfd/ 2013-02-11 17:46:02 +00:00
tlslib-o32-ver.got bfd/ 2013-02-11 17:46:02 +00:00
tlslib-o32.d bfd/ 2013-06-24 23:55:46 +00:00
tlslib-o32.got bfd/ 2013-02-11 17:46:02 +00:00
tlslib-o32.s
tlslib.ver
undefined.d bfd/ 2009-12-10 14:20:04 +00:00
undefined.s bfd/ 2009-12-10 14:20:04 +00:00
vxworks-forced-local-1.d
vxworks-forced-local-1.s
vxworks-forced-local-1.ver
vxworks1-lib.dd
vxworks1-lib.nd Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
vxworks1-lib.rd
vxworks1-lib.s
vxworks1-lib.td
vxworks1-static.d
vxworks1.dd
vxworks1.ld
vxworks1.rd
vxworks1.s
vxworks2-static.sd
vxworks2.s
vxworks2.sd