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:
authorcvs2svn <>2003-02-01 00:24:33 +0300
committercvs2svn <>2003-02-01 00:24:33 +0300
commitbe35d4daa3f2525b35bab1882bf3d2685cfd28ab (patch)
treea5042429073e185961226f03c163445d8277b6b3 /ChangeLog
parent6b2b7fecccd51ffb55430ef459450cca40d71740 (diff)
This commit was manufactured by cvs2svn to create branchinterps-20030202-branchpointinterps-20030202-branch
'interps-20030202-branch'. Sprout from cagney-unwind-20030108-branch 2003-01-09 20:50:26 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'cagney-' Cherrypick from master 2003-01-31 21:24:32 UTC John David Anglin <dave.anglin@nrc-cnrc.gc.ca> ' * hppa.h (ldwa, ldda): Add ordered opcodes.': ChangeLog Makefile.in Makefile.tpl config.if configure configure.in include/ChangeLog include/coff/ti.h include/coff/tic4x.h include/elf/ChangeLog include/elf/common.h include/elf/mips.h include/elf/ppc.h include/elf/ppc64.h include/elf/s390.h include/elf/sh.h include/elf/sparc.h include/hashtab.h include/opcode/ChangeLog include/opcode/hppa.h include/opcode/m68hc11.h include/splay-tree.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 554564003..6c4d112d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2003-01-31 Frank Ch. Eigler <fche@redhat.com>
+
+ * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
+ * Makefile.in: Regenerated.
+
+2003-01-30 Alexandre Oliva <aoliva@redhat.com>
+
+ * config.if: Copy from GCC.
+
+2003-01-27 Phil Edwards <pme@gcc.gnu.org>
+
+ * configure.in: Revert 24Jan change.
+ * configure: Regenerate.
+
+2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure.in: Revert previous change.
+ * configure: Regenerate.
+
+2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure.in: Make rda native-only.
+ * configure: Regenerate.
+
+2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure.in: Add missing \.
+ * configure: Rebuilt.
+
+2003-01-17 Jakub Jelinek <jakub@redhat.com>
+
+ * configure.in (baseargs): Avoid using \| in sed regular
+ expressions.
+ * configure: Rebuilt.
+
+2003-01-16 Jakub Jelinek <jakub@redhat.com>
+
+ * configure.in (baseargs): Remove all supported forms of
+ --cache-file, --srcdir, --host, --build and --target options
+ from argument lists.
+ * configure: Rebuilt.
+
+2003-01-15 Alexandre Oliva <aoliva@redhat.com>
+
+ * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
+ * configure: Rebuilt.
+
+2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
+ * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.