Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog143
1 files changed, 0 insertions, 143 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 94b8a3200..07dc11d45 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,146 +1,3 @@
-2008-09-04 Ken Werner <ken.werner@de.ibm.com>
-
- * spu/Makefile.in: Fix missing linux_syscalls.o.
- * spu/linux_syscalls.c: Remove extraneous "3D" sequences.
-
-2008-08-14 Jie Zhang <jie.zhang@analog.com>
-
- * bfin/Makefile.in: (top_srcdir): Define.
- (mkinstalldirs): Define.
- (BOARD_SCRIPTS): Define.
- (BOARD_LDFLAGS): Define.
- (BOARD_BSP): Define.
- (BOARD_CRT0S): Define.
- (BOARD_OBJS): Define.
- (BOARD_TEST): Define.
- (BOARD_INSTALL): Define.
- (INCLUDES): Add -I$(srcdir)/include.
- (all): Add ${BOARD_CRT0S} and ${BOARD_BSP}.
- (.c.S): Remove target.
- (crt0.o): New target.
- (basiccrt.o): Likewise.
- (basiccrtb.o): Likewise.
- (basiccrts.o): Likewise.
- (basiccrt561.o, basiccrt561s.o, basiccrt561b.o): Likewise
- (clean mostlyclean): Remove ${BOARD_BSP}.
- (install): Depend on ${BOARD_INSTALL}.
- (install-sim): Reformat.
- (install-board): New target.
- * bfin/basiccrt.S: Remove useless __ADSPBF561_COREB__ in
- workaround code for 05000229.
- * bfin/syscalls.c (do_syscall): Use `EXCPT 0' instead of
- `RAISE 0' for syscall.
- * bfin/basiccrt.S: New file.
- * bfin/bf5*ld: New file.
- * bfin/bfin-common-mc.ld: New file.
- * bfin/bfin-common-sc.ld: New file.
- * bfin/include/blackfin.h: New file.
- * bfin/include/cdefBF5*.h: New file.
- * bfin/include/cdef_LPBlackfin.h: New file.
- * bfin/include/cdefblackfin.h: New file.
- * bfin/include/cplb.h: New file.
- * bfin/include/cplbtab.h: New file.
- * bfin/include/defBF5*.h: New files.
- * bfin/include/def_LPBlackfin.h: New files.
- * bfin/include/defblackfin.h: New file.
- * bfin/include/sys/_adi_platform.h: New file.
- * bfin/include/sys/anomaly_macros_rtl.h: New file.
- * bfin/include/sys/excause.h: New file.
- * bfin/include/sys/exception.h: New file.
- * bfin/include/sys/mc_typedef.h: New file.
- * bfin/include/sys/platform.h: New file.
- * bfin/include/sys/pll.h: New file.
- * bfin/include/sysreg.h: New file.
- * libnosys/configure.in (MISSING_SYSCALL_NAMES): Don't define
- for bfin.
- * libnosys/configure: Regenerate.
-
-2008-07-17 Ken Werner <ken.werner@de.ibm.com>
-
- * spu/syscalls.c: Check and set the errno value.
-
-2008-06-17 Ken Werner <ken.werner@de.ibm.com>
-
- * spu/Makefile.in: Add new file.
- * spu/linux_syscalls.c: New file to add Linux syscall support.
-
-2008-06-16 Corrin Meyer <cjmeyer@gmail.com>
-
- * m68k/cf-crt1.c[__mcf_family_m1qe]: Don't access CACR.
-
-2008-05-20 Nick Clifton <nickc@redhat.com>
-
- * iq2000/crt0.S (__dso_handle): Define (weak).
- * frv/crt0.S (__dso_handle): Define (weak).
- * mn10300/crt0.S (___dso_handle): Define (weak).
-
-2008-05-05 Ken Werner <ken.werner@de.ibm.com>
-
- * spu/readlink.c: Align readlink implementation to POSIX.
-
-2008-04-25 Nick Clifton <nickc@redhat.com>
-
- * arm/crt0.S: Allow assembly under ARMv7 ISA. Support for
- initializing stack pointers for interrupt modes is still pending.
-
-2008-04-14 Patrick Mansfield <patmans@us.ibm.com>
-
- * spu/sbrk.c: Remove "extern int errno", use whatever is supplied
- by sys/errno.h.
-
-2008-04-04 DJ Delorie <dj@redhat.com>
-
- * hp74x/configure: Regenerate with autoconf 2.61.
- * fr30/configure: Regenerate with autoconf 2.61.
- * mips/configure: Regenerate with autoconf 2.61.
- * xstormy16/configure: Regenerate with autoconf 2.61.
- * rs6000/configure: Regenerate with autoconf 2.61.
- * d30v/configure: Regenerate with autoconf 2.61.
- * i386/configure: Regenerate with autoconf 2.61.
- * configure: Regenerate with autoconf 2.61.
- * wince/configure: Regenerate with autoconf 2.61.
- * pa/configure: Regenerate with autoconf 2.61.
- * m32r/configure: Regenerate with autoconf 2.61.
- * mn10200/configure: Regenerate with autoconf 2.61.
- * iq2000/configure: Regenerate with autoconf 2.61.
- * cris/configure: Regenerate with autoconf 2.61.
- * m68k/configure: Regenerate with autoconf 2.61.
- * spu/configure: Regenerate with autoconf 2.61.
- * m32c/configure: Regenerate with autoconf 2.61.
- * mn10300/configure: Regenerate with autoconf 2.61.
- * i960/configure: Regenerate with autoconf 2.61.
- * arm/configure: Regenerate with autoconf 2.61.
- * libnosys/configure: Regenerate with autoconf 2.61.
- * m68hc11/configure: Regenerate with autoconf 2.61.
- * bfin/configure: Regenerate with autoconf 2.61.
- * crx/configure: Regenerate with autoconf 2.61.
- * mt/configure: Regenerate with autoconf 2.61.
- * sparc/configure: Regenerate with autoconf 2.61.
- * sparc/libsys/configure: Regenerate with autoconf 2.61.
- * mcore/configure: Regenerate with autoconf 2.61.
- * mep/configure: Regenerate with autoconf 2.61.
- * frv/configure: Regenerate with autoconf 2.61.
- * doc/configure: Regenerate with autoconf 2.61.
-
-2008-01-10 DJ Delorie <dj@redhat.com>
-
- * m32c/exit.S (__exit): preserve both argument registers.
-
-2008-01-03 Jeff Johnston <jjohnstn@redhat.com>
-
- * arm/redboot-syscalls.c: Consistently supply _isatty if syscalls
- dir is used in newlib.
- * bfin/syscalls.c: Ditto.
- * cris/gensyscalls: Ditto.
- * fr30/syscalls.c: Ditto.
- * frv/isatty.c: Ditto.
- * iq2000/isatty.c: Ditto.
- * libnosys/isatty.c: Ditto.
- * m32r/isatty.c: Ditto.
- * mn10200/isatty.c: Ditto.
- * mn10300/isatty.c: Ditto.
- * xstormy16/isatty.c: New file with _isatty function.
-
2007-12-01 Hans-Peter Nilsson <hp@axis.com>
* cris/Makefile.in (crt0.o): Add CFLAGS when compiling crt0.S.