opnsense-src/lib/libc/sparc64/sys
Marius Strobl 41fc6f680b o Let rtld(1) set up psABI user trap handlers prior to executing the
objects' init functions instead of doing the setup via a constructor
  in libc as the init functions may already depend on these handlers
  to be in place. This gets us rid of:
  - the undefined order in which libc constructors as __guard_setup()
    and jemalloc_constructor() are executed WRT __sparc_utrap_setup(),
  - the requirement to link libc last so __sparc_utrap_setup() gets
    called prior to constructors in other libraries (see r122883).
  For static binaries, crt1.o still sets up the user trap handlers.
o Move misplaced prototypes for MD functions in to the MD prototype
  section of rtld.h.
o Sprinkle nitems().
2018-02-03 23:14:11 +00:00
..
__sparc_sigtramp_setup.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_align.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_emul.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_fp_disabled.S
__sparc_utrap_gen.S Disconnect sun4v architecture from the three. 2011-05-14 01:53:38 +00:00
__sparc_utrap_install.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_private.h libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
__sparc_utrap_setup.c o Let rtld(1) set up psABI user trap handlers prior to executing the 2018-02-03 23:14:11 +00:00
assym.s
brk.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cerror.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
exect.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
Makefile.inc Reduce duplicate NOASM and PSEUDO definitions 2016-09-08 22:38:20 +00:00
sbrk.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
setlogin.S Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sigaction1.S Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal 2015-02-16 22:13:03 +00:00
sigcode.S