aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2003-05-17 19:42:04 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-05-17 19:42:04 +0000
commit2aea0b53c96af86fbc8a1c2473c2fccec5386ccc (patch)
treedaa38a920fbf9cf3228425400d647b6952b60d76 /gcc/ChangeLog
parent1a8965c4a1232f3ed62aaafbcc17e141791e9b48 (diff)
downloadgcc-2aea0b53c96af86fbc8a1c2473c2fccec5386ccc.zip
gcc-2aea0b53c96af86fbc8a1c2473c2fccec5386ccc.tar.gz
gcc-2aea0b53c96af86fbc8a1c2473c2fccec5386ccc.tar.bz2
* doc/install.texi: Remove information about desupported targets.
From-SVN: r66909
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b860f0f..a57dfd6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-17 Zack Weinberg <zack@codesourcery.com>
+
+ * doc/install.texi: Remove information about desupported targets.
+
2003-05-17 Andreas Schwab <schwab@suse.de>
* config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
@@ -93,12 +97,12 @@
* arc.c (arc_output_function_prologue,
arc_output_function_epilogue): Fix format specifier warnings.
- * arc.h (LARGE_INT): Fix signed/unsigned warnings.
+ * arc.h (LARGE_INT): Fix signed/unsigned warnings.
* v850.c (print_operand): Fix format specifier warnings.
* ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
- specifier warnings.
+ specifier warnings.
* mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
format specifier warnings.
@@ -139,7 +143,7 @@
* rs6000.c (rs6000_va_start, print_operand_address): Likewise.
* s390.c (s390_assemble_integer): Likewise.
* sparc.c (sparc_flat_function_prologue,
- sparc_flat_function_epilogue): Likewise.
+ sparc_flat_function_epilogue): Likewise.
* stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
* vax.c (vax_output_mi_thunk): Likewise.
@@ -181,8 +185,8 @@
2003-05-15 Eric Christopher <echristo@redhat.com>
- * combine.c (expand_compound_operation): Make sure
- that zero_extend operation is profitable.
+ * combine.c (expand_compound_operation): Make sure
+ that zero_extend operation is profitable.
2003-05-15 Richard Henderson <rth@redhat.com>