OSDN Git Service

Minor crt0 improvement for moxie
[pf3gnuchains/pf3gnuchains4x.git] / libgloss / ChangeLog
index ffb60e2..1c90c6e 100644 (file)
@@ -1,3 +1,100 @@
+2010-10-02  Anthony Green  <green@moxielogic.com>
+
+       * moxie/crt0.S (_start): Minor optimizations to __start.
+
+2010-09-23  Mike Frysinger  <vapier@gentoo.org>
+           Corinna Vinschen  <vinschen@redhat.com>
+
+       * doc/porting.texi: Fix typos.
+
+2010-09-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * README: Add bfin to the list.
+
+2010-08-27  Christophe Lyon  <christophe.lyon@st.com>
+
+       * syscalls.c (_isatty): Fix return value.
+
+2010-07-23  Naveen.H.S  <naveenh1@kpitcummins.com>
+            Gina Verlekar <gina.verlekar@kpitcummins.com>
+
+        Moving files from newlib/libc/sys/sysnecv850 to v850
+
+        * libnosys/configure: Regenerated.
+        * libnosys/configure.in: Compact v850 support to v850*-*-*.
+        * libnosys/configure: Regenerated.
+        * configure.in: Add libgloss support for v850.
+        * configure: Regenerated.
+        * v850/access.c: New file.
+        * v850/aclocal.m4: New.
+        * v850/chmod.c: New.
+        * v850/chown.c: New.
+        * v850/close.c: New.
+        * v850/configure: New.
+        * v850/configure.in: New.
+        * v850/crt0.S: New.
+        * v850/crt1.c: New.
+        * v850/execv.c: New.
+        * v850/execve.c: New.
+        * v850/_exit.c: New.
+        * v850/fork.c: New.
+        * v850/fstat.c: New.
+        * v850/getpid.c: New.
+        * v850/gettime.c: New.
+        * v850/isatty.c: New.
+        * v850/kill.c: New.
+        * v850/link.c: New.
+        * v850/lseek.c: New.
+        * v850/Makefile.in: New.
+        * v850/open.c: New.
+        * v850/pipe.c: New.
+        * v850/read.c: New.
+        * v850/sbrk.c: New.
+        * v850/sim.ld: New.
+        * v850/stat.c: New.
+        * v850/time.c: New.
+        * v850/times.c: New.
+        * v850/trap.S: New.
+        * v850/unlink.c: New.
+        * v850/utime.c: New.
+        * v850/wait.c: New.
+        * v850/write.c: New.
+
+2010-07-19  Rafael Campos  <methril@gmail.com>
+
+       * m68k/cf-crt1.c (hardware_init_hook): Accommodate new family
+       __mcf_family_51 since gcc 4.5.1.
+
+2010-06-29  Nick Clifton  <nickc@redhat.com>
+
+       * xstormy16/eva_app.ld (.gcc_except_table): Include sections with
+       the .gcc_except_table. prefix.
+       * xstormy16/eva_stub.ld: Likewise.
+       * xstormy16/sim_high.ld: Likewise.
+       * xstormy16/sim_low.ld: Likewise.
+
+2010-05-03  Michael Eager <eager@eagercon.com>
+
+       * rs6000/Makefile.in: Remove xil-exit.o.
+
+2010-02-08  Conny Marco Menebrocker <c-m-m@gmx.de>
+
+       * xc16x/xc16x.mt: New file.
+       * xc16x/configure.in: Add target_makefile_frag reference.
+       * xc16x/configure: Regenerated.
+
+2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * mn10300/Makefile.in: Add mkdir call to make installation
+       directory when installing.
+
+2009-12-16  Conny Marco Menebrocker <c-m-m@gmx.de>
+
+       * xc16x/Makefile.in: Remove extraneous stuff
+       brought in by copy.
+       * xc16x/configure.in: Ditto.
+       * xc16x/configure: Regenerated.
+
 2009-12-10  Conny Marco Menebrocker <c-m-m@gmx.de>
 
        * configure.in: Add xc16x support.