NetBSD/lib/csu/arch/mips
bouyer bcb69fa6d9 Pull up following revision(s) (requested by joerg in ticket #240):
external/gpl3/binutils/dist/gas/config/tc-mips.h: revision 1.7
	external/gpl3/gcc/dist/gcc/configure: revision 1.16
	external/gpl3/gcc/dist/gcc/varasm.c: revision 1.2
	external/gpl3/gcc/dist/gcc/varasm.c: revision 1.3
	external/gpl3/gcc/dist/gcc/config/mips/netbsd.h: revision 1.10
	lib/csu/arch/mips/crtend.S: revision 1.4
	share/mk/bsd.own.mk: revision 1.1011
	lib/csu/common/crtbegin.c: revision 1.14
	external/gpl3/binutils/dist/bfd/elfxx-mips.c: revision 1.11
	external/gpl3/gcc/dist/gcc/configure.ac: revision 1.14
	external/gpl3/binutils/dist/bfd/elfxx-sparc.c: revision 1.12
	external/gpl3/gcc/dist/gcc/config/arm/arm.h: revision 1.14
Create references as absolute pointers internally for .cfi*.
Do not warn for anonymous relocations in read-only .eh_frame,
they will be turned into relative entries afterwards.
A const declaration with explicit section attribute should create a
read-only section, whether it is initialized or not.
Use read-only .eh_frame.
Detect advance_loc support with readelf, not objdump. The latter is
broken in some situations before binutils 2.28.
.eh_frame should be read-only on MIPS too.
Build PIC libs on MIPS and PPC64. While the normal calling convention is
position-independent, real PIC defaults to Global Dynamic as TLS model,
while non-PIC and PIE code can use more restrictive models like Initial
Exec. This is most visible with the thread_local destructor code now
using TLS in libc as it would be clobbered by any other shared library
with TLS due to static offset assignment by ld.
Fix encoding of LSDA entries. .eh_frame references in non-PIC mode can
use plain pointers. For PIC, any references to global objects must be
indirect, but the .eh_frame entries themselve should be pcrel.
One more missing check for DECL_INITIAL being non-NULL.
TLS relocations for PIE and non-PIE main executable work the same, so
apply the same relaxation rules and the same static binding rules.
2017-08-29 09:10:35 +00:00
..
Makefile.inc
crt0.S
crtbegin.h
crtend.S Pull up following revision(s) (requested by joerg in ticket #240): 2017-08-29 09:10:35 +00:00
crti.S
crtn.S