about summary refs log tree commit diff
path: root/sysdeps/sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Joseph Myers2013-06-054-6/+6
|
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-2/+1
| | | | | | | | | Resolves: #15465 The program name may be unavailable if the user application tampers with argc and argv[]. Some parts of the dynamic linker caters for this while others don't, so this patch consolidates the check and fallback into a single macro and updates all users.
* Don't include expected results in libm-test test names.Joseph Myers2013-05-221-169/+169
|
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-191-9/+9
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0248-50/+48
|
* sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.Thomas Schwinge2012-11-201-2/+2
| | | | Fixes fallout from commit 2e64d2659d3edaebc792ac596a9863f1626e5c25.
* Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers2012-11-051-1/+1
|
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-0/+1
|
* Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers2012-11-031-14/+21
|
* Build SH backtrace with -funwind-tables.Joseph Myers2012-11-011-0/+4
|
* Fix strtod handling of underflow (bug 14047).Joseph Myers2012-10-301-0/+1
|
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-0/+1
|
* Clean up init-first.c files.Roland McGrath2012-10-011-78/+0
|
* Fifth argument of la_pltenter() is not constant.Carlos O'Donell2012-08-161-1/+1
| | | | | | | | | | | | The original runtime linker auditing interface described by Solaris allows the 5th argument of la_pltenter() to be modified. This patch cleans up the ldsodefs.h definitions such that the 5th argument is not constant. At one point the 5th argument *was* constant but this was changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0. This patch updates alpha, ia64, mips, sh and sparc with similar changes.
* Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek2012-08-022-5/+3
|
* Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers2012-07-261-0/+25
|
* Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers2012-07-251-0/+40
|
* Remove TLS configure checks.Marek Polacek2012-07-172-141/+0
|
* Split tls-macros.h into sysdeps directories.Joseph Myers2012-07-171-0/+143
|
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-102-2/+2
|
* Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge2012-06-231-1/+1
| | | | | | This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637.
* SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge2012-06-231-2/+15
|
* SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge2012-06-231-9/+5
| | | | __fortify_fail has »__attribute__ ((__noreturn__))«.
* SH: ABORT_INSTRUCTION.Thomas Schwinge2012-06-231-0/+3
|
* SH: No FE_UPWARD, FE_DOWNWARD.Thomas Schwinge2012-06-093-11/+9
|
* SH: Do not re-write fpscr after reading it.Thomas Schwinge2012-06-095-12/+3
|
* SH: Use fpu_control_t for the temporary FPU control word.Thomas Schwinge2012-05-2812-19/+18
|
* SH: feraiseexcept: Restore fpscr flag fields.Kaz Kojima2012-05-281-0/+8
|
* SH: Add CFI directives.Chung-Lin Tang2012-05-281-1/+10
|
* SH: Replace <endian.h> usage with pre-processor macros.Chung-Lin Tang2012-04-252-8/+6
| | | | Follow-up to f8887d0a5feda97244613135822b0439addc2b1f.
* Fix return value of SH fesetround.Kaz Kojima2012-04-051-3/+3
|
* Set SH fpcsr register which read again.Kaz Kojima2012-04-052-1/+8
|
* Fix SH4 fraiseexcpt so to generate exceptions appropriately.Kaz Kojima2012-04-051-6/+36
|
* Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenvKaz Kojima2012-04-054-0/+151
| | | | for SH.
* Call __ctype_init in early glibc startup.Thomas Schwinge2012-04-021-1/+5
| | | | This adds the bits missing from fd5bdc0924e0cfd1688b632068c1b26f3b0c88da.
* Delete sysdeps/sh/elfAndreas Jaeger2012-03-283-3/+2
| | | | | | | | * sysdeps/sh/elf/configure.in: Moved to ... * sysdeps/sh/configure.in: ... here. * sysdeps/sh/elf/start.S: Moved to ... * sysdeps/sh/start.S: ... here. * sysdeps/sh/elf/configure: Delete file.
* Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2012-03-102-6/+4
|
* Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers2012-02-201-2/+2
|
* Add SH target specific crti.S and crtn.S and remove initfini files.Kaz Kojima2012-02-163-152/+175
| | | | | Add sysdeps/sh/crti.S, sysdeps/sh/crtn.S and remove sysdeps/sh/elf/initfini.c and nptl/sysdeps/unix/sysv/linux/sh/pt-initfini.c.
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0942-127/+84
|
* Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers2012-01-311-14/+2
|
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-261-12/+3
|
* More fallout from supporting only ELFUlrich Drepper2012-01-081-2/+0
|
* Remove non-ELF supportUlrich Drepper2012-01-071-12/+1
|
* Yet more ia64 removal falloutUlrich Drepper2012-01-071-1/+1
|
* Implement SH backtrace using IA64 versionUlrich Drepper2011-12-021-0/+1
|
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-2/+3
|
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-112-20/+93
|
* Remove support for !USE___THREADUlrich Drepper2011-09-101-18/+10
|
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+4
|