+
+ * getopt.h (struct option): RMS decided we should do it the
+ other way.
+
+
+ * getopt.h (struct option): use the provided enum for has_arg.
+
+ * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING,
+ LUCID_DEMANGLING): ultrix compilers require enums to be
+ enums and ints to be ints and casts where they meet. cast some
+ enums into ints.
+
+
+ * bfd.h: Update after comment changes.
+
+
+ * bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec
+
Thu Sep 3 09:10:50 1992 Stu Grossman (grossman at cygnus.com)
+ * bfd.h (struct reloc_howto_struct): size needs to be signed if
+ it's going to hold negative values.