diff options
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.am33 | 4 | ||||
-rw-r--r-- | ports/ChangeLog.hppa | 6 | ||||
-rw-r--r-- | ports/ChangeLog.ia64 | 9 | ||||
-rw-r--r-- | ports/ChangeLog.m68k | 4 | ||||
-rw-r--r-- | ports/ChangeLog.tile | 4 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fraiseexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/dl-lookupcfg.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/fpu/fraiseexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/fpu/e_atanhl.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/fpu/e_log2l.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/fpu/e_logl.S | 4 | ||||
-rw-r--r-- | ports/sysdeps/ia64/fpu/fraiseexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/ia64/fpu/libm_lgammal.S | 4 | ||||
-rw-r--r-- | ports/sysdeps/ia64/fpu/s_log1pl.S | 4 | ||||
-rw-r--r-- | ports/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/jmpbuf-offsets.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/hppa/sysdep.h | 2 |
17 files changed, 42 insertions, 15 deletions
diff --git a/ports/ChangeLog.am33 b/ports/ChangeLog.am33 index 3206e0b740..1cc2093379 100644 --- a/ports/ChangeLog.am33 +++ b/ports/ChangeLog.am33 @@ -1,3 +1,7 @@ +2013-08-21 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/am33/fpu/fraiseexcpt.c: Fix typos. + 2013-06-05 Joseph Myers <joseph@codesourcery.com> * sysdeps/am33/elf/start.S: Remove trailing whitespace. diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index d40fb99508..1d76d16cbe 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,9 @@ +2013-08-21 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/hppa/dl-lookupcfg.h: Fix typos. + * sysdeps/hppa/fpu/fraiseexcpt.c: Likewise. + * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise. + 2013-07-23 Carlos O'Donell <carlos@redhat.com> * sysdeps/hppa/fpu/libm-test-ulps: Regenerate. diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64 index 92b81cba93..c1a8b1547e 100644 --- a/ports/ChangeLog.ia64 +++ b/ports/ChangeLog.ia64 @@ -1,3 +1,12 @@ +2013-08-21 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/ia64/fpu/e_atanhl.S: Fix typos. + * sysdeps/ia64/fpu/e_log2l.S: Likewise. + * sysdeps/ia64/fpu/e_logl.S: Likewise. + * sysdeps/ia64/fpu/fraiseexcpt.c: Likewise. + * sysdeps/ia64/fpu/libm_lgammal.S: Likewise. + * sysdeps/ia64/fpu/s_log1pl.S: Likewise. + 2013-07-04 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_LISTEN): diff --git a/ports/ChangeLog.m68k b/ports/ChangeLog.m68k index 2666d38e8c..8681b1e14a 100644 --- a/ports/ChangeLog.m68k +++ b/ports/ChangeLog.m68k @@ -1,3 +1,7 @@ +2013-08-21 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c: Fix typos. + 2013-07-20 Andreas Schwab <schwab@linux-m68k.org> * sysdeps/unix/sysv/linux/m68k/dl-static.c: New file. diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index a2ec5e18cb..5ad254c5ff 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,3 +1,7 @@ +2013-08-21 Ondřej Bílka <neleai@seznam.cz> + + * sysdeps/tile/jmpbuf-offsets.h: Fix typos. + 2013-07-22 Chris Metcalf <cmetcalf@tilera.com> [BZ #15759] diff --git a/ports/sysdeps/am33/fpu/fraiseexcpt.c b/ports/sysdeps/am33/fpu/fraiseexcpt.c index f62e83a190..1610adf5e2 100644 --- a/ports/sysdeps/am33/fpu/fraiseexcpt.c +++ b/ports/sysdeps/am33/fpu/fraiseexcpt.c @@ -35,7 +35,7 @@ __feraiseexcept (int excepts) /* First: invalid exception. */ if (excepts & FE_INVALID) { - /* One example of a invalid operation is 0 * Infinity. */ + /* One example of an invalid operation is 0 * Infinity. */ float x = HUGE_VALF, y = 0.0f; __asm__ __volatile__ ("fmul %1,%0" : "+f" (x) : "f" (y)); } diff --git a/ports/sysdeps/hppa/dl-lookupcfg.h b/ports/sysdeps/hppa/dl-lookupcfg.h index 5c84c4367a..f3125e5ec6 100644 --- a/ports/sysdeps/hppa/dl-lookupcfg.h +++ b/ports/sysdeps/hppa/dl-lookupcfg.h @@ -57,7 +57,7 @@ void _dl_unmap (struct link_map *map); }) -/* The test for "addr & 2" below is to accomodate old binaries which +/* The test for "addr & 2" below is to accommodate old binaries which violated the ELF ABI by pointing DT_INIT and DT_FINI at a function descriptor. */ #define DL_DT_INIT_ADDRESS(map, addr) \ diff --git a/ports/sysdeps/hppa/fpu/fraiseexcpt.c b/ports/sysdeps/hppa/fpu/fraiseexcpt.c index 0b55d34390..28e2db4aab 100644 --- a/ports/sysdeps/hppa/fpu/fraiseexcpt.c +++ b/ports/sysdeps/hppa/fpu/fraiseexcpt.c @@ -42,7 +42,7 @@ feraiseexcept (int excepts) /* First: Invalid exception. */ if (excepts & FE_INVALID) { - /* One example of a invalid operation is 0 * Infinity. */ + /* One example of an invalid operation is 0 * Infinity. */ double d = HUGE_VAL; __asm__ __volatile__ ( " fcpy,dbl %%fr0,%%fr22\n" diff --git a/ports/sysdeps/ia64/fpu/e_atanhl.S b/ports/sysdeps/ia64/fpu/e_atanhl.S index 846a89ec3a..5d828d5ffa 100644 --- a/ports/sysdeps/ia64/fpu/e_atanhl.S +++ b/ports/sysdeps/ia64/fpu/e_atanhl.S @@ -99,7 +99,7 @@ // calculation is subdivided into two stages. The first stage is // calculating of X = 2*|x|/(1-|x|). The second one is calculating of // sign(x)*log1pl(X)/2. To obtain required accuracy we use precise division -// algorythm output of which is a pair of two extended precision values those +// algorithm output of which is a pair of two extended precision values those // approximate result of division with accuracy higher than working // precision. This pair is passed to modified log1pl function. // diff --git a/ports/sysdeps/ia64/fpu/e_log2l.S b/ports/sysdeps/ia64/fpu/e_log2l.S index 837c55d294..f33969aba7 100644 --- a/ports/sysdeps/ia64/fpu/e_log2l.S +++ b/ports/sysdeps/ia64/fpu/e_log2l.S @@ -471,7 +471,7 @@ GLOBAL_IEEE754_ENTRY(log2l) (p7) br.cond.spnt LOG2_PSEUDO_ZERO } {.mfi - // get T_low adress + // get T_low address shladd r3=r28,3,r3 // if first 8 bits after leading 1 are all ones, use polynomial approx. only (p10) fms.s1 f6=f7,f36,f1 diff --git a/ports/sysdeps/ia64/fpu/e_logl.S b/ports/sysdeps/ia64/fpu/e_logl.S index e12c65d51e..996f64aaee 100644 --- a/ports/sysdeps/ia64/fpu/e_logl.S +++ b/ports/sysdeps/ia64/fpu/e_logl.S @@ -211,7 +211,7 @@ // // Calculate X_1 := X_0 * Z_1 truncated to lsb = 2^(-14) // = 1.0 0 0 0 d_5 ... d_14 -// This is accomplised by integer multiplication. +// This is accomplished by integer multiplication. // It is proved that X_1 indeed always begin // with 1.0000 in fixed point. // @@ -232,7 +232,7 @@ // // Calculate X_2 := X_1 * Z_2 truncated to lsb = 2^(-14) // = 1.0 0 0 0 0 0 0 0 d_9 d_10 ... d_14 -// This is accomplised by integer multiplication. +// This is accomplished by integer multiplication. // It is proved that X_2 indeed always begin // with 1.00000000 in fixed point. // diff --git a/ports/sysdeps/ia64/fpu/fraiseexcpt.c b/ports/sysdeps/ia64/fpu/fraiseexcpt.c index aaa9b61663..76c1b7a315 100644 --- a/ports/sysdeps/ia64/fpu/fraiseexcpt.c +++ b/ports/sysdeps/ia64/fpu/fraiseexcpt.c @@ -40,7 +40,7 @@ feraiseexcept (int excepts) /* First: invalid exception. */ if (FE_INVALID & excepts) { - /* One example of a invalid operation is 0 * Infinity. */ + /* One example of an invalid operation is 0 * Infinity. */ tmp = 0; __asm__ __volatile__ ("frcpa.s0 %0,p1=f0,f0" : "=f" (tmp) : : "p1" ); } diff --git a/ports/sysdeps/ia64/fpu/libm_lgammal.S b/ports/sysdeps/ia64/fpu/libm_lgammal.S index 351befb147..95c87a45df 100644 --- a/ports/sysdeps/ia64/fpu/libm_lgammal.S +++ b/ports/sysdeps/ia64/fpu/libm_lgammal.S @@ -317,7 +317,7 @@ // // Calculate X_1 := X_0 * Z_1 truncated to lsb = 2^(-14) // = 1.0 0 0 0 d_5 ... d_14 -// This is accomplised by integer multiplication. +// This is accomplished by integer multiplication. // It is proved that X_1 indeed always begin // with 1.0000 in fixed point. // @@ -338,7 +338,7 @@ // // Calculate X_2 := X_1 * Z_2 truncated to lsb = 2^(-14) // = 1.0 0 0 0 0 0 0 0 d_9 d_10 ... d_14 -// This is accomplised by integer multiplication. +// This is accomplished by integer multiplication. // It is proved that X_2 indeed always begin // with 1.00000000 in fixed point. // diff --git a/ports/sysdeps/ia64/fpu/s_log1pl.S b/ports/sysdeps/ia64/fpu/s_log1pl.S index f60ce1268f..3c8be02826 100644 --- a/ports/sysdeps/ia64/fpu/s_log1pl.S +++ b/ports/sysdeps/ia64/fpu/s_log1pl.S @@ -221,7 +221,7 @@ // // Calculate X_1 := X_0 * Z_1 truncated to lsb = 2^(-14) // = 1.0 0 0 0 d_5 ... d_14 -// This is accomplised by integer multiplication. +// This is accomplished by integer multiplication. // It is proved that X_1 indeed always begin // with 1.0000 in fixed point. // @@ -242,7 +242,7 @@ // // Calculate X_2 := X_1 * Z_2 truncated to lsb = 2^(-14) // = 1.0 0 0 0 0 0 0 0 d_9 d_10 ... d_14 -// This is accomplised by integer multiplication. +// This is accomplished by integer multiplication. // It is proved that X_2 indeed always begin // with 1.00000000 in fixed point. // diff --git a/ports/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c b/ports/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c index 54ec89fb97..83c4e4d253 100644 --- a/ports/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c +++ b/ports/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c @@ -33,7 +33,7 @@ __feraiseexcept (int excepts) /* First: invalid exception. */ if (excepts & FE_INVALID) { - /* One example of a invalid operation is 0 * Infinity. */ + /* One example of an invalid operation is 0 * Infinity. */ double d = HUGE_VAL; __asm__ __volatile__ ("fmul%.s %#0r0,%0; fnop" : "=f" (d) : "0" (d)); } diff --git a/ports/sysdeps/tile/jmpbuf-offsets.h b/ports/sysdeps/tile/jmpbuf-offsets.h index 62b8413000..c6f5be3184 100644 --- a/ports/sysdeps/tile/jmpbuf-offsets.h +++ b/ports/sysdeps/tile/jmpbuf-offsets.h @@ -45,7 +45,7 @@ #define JB_PC 25 /* normally LR, r55 */ #define JB_ICS 26 /* interrupt critical section bit */ -/* We save space for some extra state to accomodate future changes. */ +/* We save space for some extra state to accommodate future changes. */ #define JB_LEN 32 /* number of words */ #define JB_SIZE (JB_LEN * REGSIZE) diff --git a/ports/sysdeps/unix/sysv/linux/hppa/sysdep.h b/ports/sysdeps/unix/sysv/linux/hppa/sysdep.h index c8c20e7152..0d27b4075d 100644 --- a/ports/sysdeps/unix/sysv/linux/hppa/sysdep.h +++ b/ports/sysdeps/unix/sysv/linux/hppa/sysdep.h @@ -219,7 +219,7 @@ /* FIXME: This comment is not true. - * All the syscall assembly macros rely on finding the approriate + * All the syscall assembly macros rely on finding the appropriate SYSCALL_ERROR_LABEL or rather HANDLER. */ /* int * __errno_location(void) so you have to store your value |