OSDN Git Service

Fix problems noticed while reviewing patch from Alex Oliva.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 4ce81e0..492dec3 100644 (file)
@@ -1,3 +1,39 @@
+2005-04-28  James E Wilson  <wilson@specifixinc.com>
+
+       * config/i386/i386.h (HI_REGISTER_NAMES): Fix typos in comment.
+       (ADDITIONAL_REGISTER_NAMES): Delete obsolete mmx register entries.
+
+2005-04-28  DJ Delorie  <dj@redhat.com>
+
+       * opt-functions.awk (var_set): Emit proper initializer for
+       non-target bitfields.
+
+2005-04-28  Devang Patel  <dpatel@apple.com>
+
+       * dbxout.c (have_used_extensions): Remove.
+       (dbxout_type_fileds, dbxout_type, dbxout_symbol): Remove use of
+       have_used_extensions.
+       
+2005-04-28  James E Wilson  <wilson@specifixinc.com>
+
+       * doc/install.texi: Update -enable-languages info.  Correct path to
+       html docs.
+
+2005-04-28  DJ Delorie  <dj@redhat.com>
+
+       * optc-gen.awk (END): Make sure no variable is defined more
+       than once.
+       * opth-gen.awk (END): Allocate bits on a per-variable basis.
+       Allow for bitfield variables other than target_flags.
+       * doc/options.text (Mask): Document that you may specify a
+       variable other than target_flags.
+
+2005-04-28  Martin Koegler <mkoegler@auto.tuwien.ac.at>
+
+       PR rtl-optimization/18877
+       * reload.c (decompose) <case REG, case SUBREG>: Handle pseudo reg
+       number in val.start.
+
 2005-04-28  David Edelsohn  <edelsohn@gnu.org>
 
        PR target/20813